Different Mod installing

So I want to download these 3 mods:
http://www.saintsrowmods.com/forum/threads/unlimited-super-powers-mod.3437/
http://www.saintsrowmods.com/forum/threads/super-mech-mod.3637/
http://www.saintsrowmods.com/forum/threads/non-glitching-city.4207/

However, they all have the same "tweak_table.xtbl", and each time I want to put one of these in the Saints Row IV folder it wants to rewrite the others. I'm assuming that it cancels out the other Mods if I do that, is their anyway around this?
You'll have to merge them using a 'Filemerger' for example - WinMerge.
 
I don't have any idea how to use this program... :( I even tried Googleing a tutorial and didn't get anything that helped.
 
Here's an abbreviated tutorial off the top of my head:
  • extract the original tweak_table.xtbl file from your game using Minimaul's tools: http://www.saintsrowmods.com/forum/threads/extracting-an-individual-packfile.3189/
  • also extract the 3 mods' files and put them somewhere
  • install Notepad++, and within it, install the XML Tools plugin
  • for each xtbl file, open it, then from the menu bar choose Plugins > XML Tools > pretty print (XML only - with line breaks), then save it. this will get all of the files formatted the same, so we can compare them easily.

  • make a second copy of tweak_table.xtbl, called modded_tweak_table.xtbl or something
  • open modded_tweak_table.xtbl with Notepad++

  • use WinMerge to compare the original file (left side) and the first mod's file (right side). differences are highlighted in orange.
  • see what the changes are, and copy those changes into the modded_tweak_table.xtbl file
  • do the same for the second mod's file
  • do the same for the third mod's file

  • rename modded_tweak_table.xtbl to tweak_table.xtbl and put it in your game's installation folder where the .exe is
 
Last edited:
Back
Top