Housing register items problem

Results 1 to 4 of 4
  1. #1

    Housing register items problem

    I have a problem with the housing. I'm not able to register items to decorate the house. I think it might be a client issue, but I can't figure out which files would fix it.
    The button to register items is not there.




    I'd like for you to help me fix it, or find a workaround for it. I thought about adding the items manually, but either I can't figure out the correct table or the way I'm setting it up is wrong and it doesn't work.

    Thanks in advance for your help.


  2. #2
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    Re: Housing register items problem

    if you think that is client error => then check game ui
    (that is inside l10n\ENG\Data\Data.pak)
    (inside data pak will be "ui" folder and there will be "UI_Game.xml")
    there is biggest part of game ui describe

  3. #3

    Re: Housing register items problem

    Thanks, I replaced the data.pak with the current eu client and that issue is gone. However now the ingameshop won't show up. I need to find a way to keep both of them XD

  4. #4
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    Re: Housing register items problem

    Quote Originally Posted by Mizunonisemono View Post
    Thanks, I replaced the data.pak with the current eu client and that issue is gone. However now the ingameshop won't show up. I need to find a way to keep both of them XD
    will try to explane all that in more simple way:
    all that you see in game(all menu,all button names,all button position)
    (p.s. if to speak honestly not all, the biggest part)
    are described in files outside game engine file, and stored in two places:
    =>first one, is default place=>
    Data\ui\ui.pak
    (this one is used, if localization data can't be found)
    =>second one, is localization place=>
    l10n\ENG\Data\Data.pak
    (if you will unpack data.pak => will find same files, that can be found in ui.pak, they will be inside =) guess what folder name? yep "ui", so now look at first place way data->ui and second one data.pak -> ui )
    so ok, it was just some info to be able understand more easy next one info

    =>ingame shop menu => it's just menu with submenu, that is created inside one file UI_Game.xml -> and using this menu and you can access to game shop files on server side
    in original version of game client(that is downloaded from official server, they use web shop, so they not need all this ingame shop menu -> they use just link to web page
    so what is done to be able use ingame shop -> this menu(that is linked to web) is replaced with new one(that will be linked to our server files)
    so what you need to do to be able to use in same time working shop and home menu => take this file UI_Game.xml from both version(with working shop, but not working home decor and file with working home decor but not working shop => and compare them(can use any soft that can do that, two file compare option is in code editor EmEditor)
    so when you will compare two files => will see the differences
    sure not all of them is important for you -> you just need to find part responding for working shop menu and put it in file with working home decor
    then put this file back to l10n\ENG\Data\Data.pak
    AND HAPPY CONTINUE PLAYING

    yep i know, that seems not easy be done, but -> nothing is impossible
    simple example(this game ui changes was done via replacing game menu and game menu texture) left up corner(char info)



Advertisement