M
Minimaul
Guest
Want to alter Saints Row IV hair or clothing, but don't want to replace the original?
ThomasJepp.SaintsRow.CustomizationItemClone will clone a customization item, allowing you to edit just that item. It requires the modding patch to use the new items, and it will do all the work needed to make a working mod for you!
All you need to do is take the files it produces and make your own changes.
ThomasJepp.SaintsRow.CustomizationItemClone will clone a customization item, allowing you to edit just that item. It requires the modding patch to use the new items, and it will do all the work needed to make a working mod for you!
All you need to do is take the files it produces and make your own changes.
- Download and extract the latest version of my mod tools: https://www.saintsrowmods.com/forum...saints-row-iv-and-gat-out-of-hell-tools.3188/
You need at least Revision 110.
- Open a command prompt, and browse to the folder containing the extracted tools.
- Run:
Code:ThomasJepp.SaintsRow.CustomizationItemClone "item to clone" "new name to give it"
The "item to clone" is a name of a customization item. You can find these in customization_items.xtbl - for example, "kitty pack" for the Anime Backpack, or "cm_suit_jumpsuit01" for the Spaceship Jumpsuit.
For example:
Code:ThomasJepp.SaintsRow.CustomizationItemClone "kitty pack" "klonedkitty"
- This will produce a new folder in the same directory as ThomasJepp.SaintsRow.CustomizationItemClone.exe containing your new files:
The stringxml folder contains XML files you can edit and use with ThomasJepp.SaintsRow.BuildStrings.exe to create customised language strings for your new item.
The supplied customize_item.asm_pc and customization_items.xtbl are ready for use with the modding patch.
Simply edit your new str2_pc files as normal (remembering to update the customize_item.asm_pc) to make your changes!