Posted September 11, 20213 yr 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?
September 11, 20213 yr 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.
September 12, 20213 yr Author 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 September 12, 20213 yr by desdorado
September 12, 20213 yr Keep in mind that you need to hash the file path from the RPF, not just the file name since RPF8.
September 13, 20213 yr Author On 9/12/2021 at 5:59 PM, 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.
September 13, 20213 yr 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.
September 13, 20213 yr Author On 9/13/2021 at 2:11 PM, 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.zipFetching info...
September 13, 20213 yr As suspected, due to the nested path, the actual file is 0x305A78BA (hash of hud/reticle). That is your entry within the RPF.
September 14, 20213 yr Author On 9/13/2021 at 10:11 PM, 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. 😘
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.