Good time of day fellow modders, I desperately need an advice from someone who is more experienced in modding this game.
The problem: trying to find the UI/consumables sound effects.
I already spent a day trying to find the damn sounds that need fixing, but they are just aren't there... I've checked the Shared.pak\\Public\Shared\Assets\Sound\Items_inventory.txt
and
Shared.pak\\Public\Shared\Assets\Sound\UI.txt
for files like
49827369-2680-4782-9268-1ED158DC500B Item_Potion_Consume
70761DA6-644F-4BD5-A5BA-C2D38E8CCB59 Items_Inventory_Consumeables_Food_Crunchy
9F0FD6B2-3AC6-4649-9740-083C8D126D2A Items_Inventory_Consumeables_Food_Soft
A089558A-F893-431A-8652-DD00B2BCC587 Items_Inventory_Consumeables_Food_Dry
...
etc etc. (I wanna make a sorta-survival-like campaign/mod with the appropriate sounds for atmosphere of danger, need to replace the silly food with bandages and potions with herbal salves for example)
And you know what the fun thing is? It's either the wrong sounds, or some entirely different sounds are used cuz changing them does nothing. As an experiment I moved the Sounds dir (in Data) out of the game folder to some temp dir, and even despite of (presumably) removing all the sounds the game loads and still(!) has UI sounds and even some ambient sounds playing... How?.. The only way I can explain that is that some sounds were moved somewhere into the main .pak (to be loaded first before everything else maybe?..), but where?
I've tried to unpack the rest of the .pak archives but just can't find the damn thing! Maybe someone knows how the sounds are organized?