SR2 Notoriety spawns and roadblocks

I'm not sure exactly. :p


This is all hard coded in the executable, so it will be a tough mod. You would need to modify the exec binary to change the indexes for the vehicle/character stored in the Roadblock_resource_infos.

NOTE: I'm not sure if there's any precedent for modding the exe for SR2 or if that's even inline with the rules and guidelines of this site. I know SR3 is integrated with Steam and legit copies don't support modded binaries, but I'm really not up to speed with how this all works with to SR2.
SR2's Steam EXE can't just be modified with a hex editor, but it is possible to modify things in memory once the game has loaded. Saints Row 2 Powertools does a few function call interceptions - source code: https://github.com/saintsrowmods/SaintsRow2Tools/tree/master/Powertools

I don't know about the other versions of SR2 for PC as I don't have access to them.
 
Last edited by a moderator:
So then it would be possible, since these indexes are stored in a static global array. It would just be a matter of finding where it is located...
 
Back
Top