- Note: This is just tool for import pre-existing exported (Perm.bin) files or importing (Perm.bin) files not for extracting them directly from .big files.
- Under Project you select Import (Perm.bin) and select the one which has also matching (Temp.bin) file.
- After everything was correctly imported you should see all textures under Resources and their sizes.
- You can now right click any resource to replace it for another .png file (The size must be exactly the same).
- If needed you can also drag the resources around to sort them out differently in exported (Perm.bin) if needed!
- I highly recommend selecting
Use Resource UID
, because when exporting texture the UID will be based on original (Perm.bin) file which is required otherwise the game will not load it. - Under Texture you select Export, when everything was successfully exported you should be able to select Open Folder to browse the exported (Perm.bin & Temp.bin) files.
- Now if you want to use the modified textures you need: https://github.com/SDmodding/FileRedirector (Read installation process).
- After installing the FileRedirector you now have folder inside game called
RedirectorData
that is important where you place those files! Placing those exported textures files are not straight forward just placing them in that folder, you need to place them in same path format as they were exported ie.Vehicles\Data\Vehicles_New
->RedirectorData\Vehicles_New
. - If you done everything correctly, the textures should be replaced after booting up game.