Reduced Muggings And Robberies

This is just a simple mod that changes the amount of muggings needed to get
Jane Valderama as a homie to 15 and the amount needed to unlock the silenced
pistol to 30. (Note these numbers are based on the Gentlemen Of The Row
provided files. If memory serves me the console version (at least the PS3
version only called for 50. 30 to unlock Jane and another 20 for the
paintball mask. In Gentlemen Of The Row the paintball mask was replaced with
the silenced pistol.)

Also It reduces The Amount of store robberies needed to get free food and
alcohol from 20 to 10.

(unmodded code)

<Unlockable_List>
<Unlockable>
<Value>30</Value>
<Unlockable>Diversion_Mugging2</Unlockable>
</Unlockable>
<Unlockable>
<Value>60</Value>
<Unlockable>Diversion_Mugging</Unlockable>
</Unlockable>
</Unlockable_List>

All we need to do is substitute the numbers between the value flags

(modded code)

<Unlockable_List>
<Unlockable>
<Value>15</Value>
<Unlockable>Diversion_Mugging2</Unlockable>
</Unlockable>
<Unlockable>
<Value>30</Value>
<Unlockable>Diversion_Mugging</Unlockable>
</Unlockable>
</Unlockable_List>

That's it. Now you only have half the work to do.

Changing Store Robberies from 20 to 10.

(unmodded code)

<Stat>
<Name>Stores Held Up</Name>
<Unlockable_List>
<Unlockable>
<Value>20</Value>
<Unlockable>Diversion_Holdups</Unlockable>
</Unlockable>
</Unlockable_List>
<_Editor>
<Category>Entries</Category>
</_Editor>
</Stat>

(modded code)

<Stat>
<Name>Stores Held Up</Name>
<Unlockable_List>
<Unlockable>
<Value>10</Value>
<Unlockable>Diversion_Holdups</Unlockable>
</Unlockable>
</Unlockable_List>
<_Editor>
<Category>Entries</Category>
</_Editor>
</Stat>

That's it.

Drop the edited files in the '1-MODDERS_-_PUT_YOUR_OWN_PERSONAL_MODS_HERE' directory located in
Gentlemen Of The Row/optional_mod_stuff and compile it. Drop your compiled files in your Saints Row 2
folder.

This mod shouldn't interfear with your game. But as always when in doubt start a new save.
 

Attachments

  • Reduced Muggings And Robberies.zip
    922 bytes · Views: 5
Back
Top