Jump to content

Recommended Posts

Posted

I can not figure out the correct path for the files that are inside update_4.rpf/x64/data/ui/widgets.rpf.

 

For example <GamePath>update:/x64/data/ui/widgets/hud/reticle.ymt</GamePath> is not working. 

 

Anyone has an idea what would be the correct path?

Posted

If you set the log level to 0 you will get a lot more verbose output for files which should help you figure out what the game uses.

Posted (edited)

I did that and I can find and replace files that are directly inside update_4.rpf/x64/data/ui/widgets.rpf, but for the files that are in subfolders of .rpf I can not find anything in the log (searched for names and hashes). Same story with other .rpf folders that are inside  update_4.rpf/x64/data/ui.

Edited by desdorado
Posted

Keep in mind that you need to hash the file path from the RPF, not just the file name since RPF8.

Posted
19 hours ago, LMS said:

Keep in mind that you need to hash the file path from the RPF, not just the file name since RPF8.

 

If I understood you correctly I need to convert all this into hash? update_4.rpf/x64/data/ui/widgets.rpf/hud/reticle.ymt 

I must be doing something wrong.

Posted

Can you send or attach a full verbose log with all this once the game has loaded in? I do not have the game installed on my current machine, but I can then probably quickly find the entry in the log.

Posted
2 hours ago, LMS said:

Can you send or attach a full verbose log with all this once the game has loaded in? I do not have the game installed on my current machine, but I can then probably quickly find the entry in the log.

Here it is.

vfs.zip

Posted

As suspected, due to the nested path, the actual file is 0x305A78BA (hash of hud/reticle). That is your entry within the RPF.

  • Thanks 1
Posted
17 hours ago, LMS said:

As suspected, due to the nested path, the actual file is 0x305A78BA (hash of hud/reticle). That is your entry within the RPF.

 

Awesome, that actually works! 🥳 Many thanks for the help. 😘

 

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...