desdorado 1 Posted September 11, 2021 Posted September 11, 2021 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? Quote
LMS 676 Posted September 11, 2021 Posted September 11, 2021 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. Quote
desdorado 1 Posted September 12, 2021 Author Posted September 12, 2021 (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 September 12, 2021 by desdorado Quote
LMS 676 Posted September 12, 2021 Posted September 12, 2021 Keep in mind that you need to hash the file path from the RPF, not just the file name since RPF8. Quote
desdorado 1 Posted September 13, 2021 Author Posted September 13, 2021 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. Quote
LMS 676 Posted September 13, 2021 Posted September 13, 2021 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. Quote
desdorado 1 Posted September 13, 2021 Author Posted September 13, 2021 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 Quote
LMS 676 Posted September 13, 2021 Posted September 13, 2021 As suspected, due to the nested path, the actual file is 0x305A78BA (hash of hud/reticle). That is your entry within the RPF. 1 Quote
desdorado 1 Posted September 14, 2021 Author Posted September 14, 2021 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. 😘 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.