Sandbox+ for Saints Row IV

I joined them, but my partner said nothing came up when they tried any of the commands either, so I'm not entirely sure what's going on there.
That's because were joining and not hosting. When I host the game, as my joining friend don't have Sandbox+, I can enable command for me and him. Host the game, or install Sandbox + proprely on your friend game.
 
I found a bug preventing me form beating the speed rift 2013-09-15_00004.jpg
2013-09-15_00004.jpg
 
just taking a shot in the dark, since I haven't used SB+ yet, but my guess is that another mission zone is overlapping that particular Speed Rift zone. You need to use the "Restore Virtual Steelport default zones" command to clear out all of the mission zones loaded via teleporting
 
just taking a shot in the dark, since I haven't used SB+ yet, but my guess is that another mission zone is overlapping that particular Speed Rift zone. You need to use the "Restore Virtual Steelport default zones" command to clear out all of the mission zones loaded via teleporting

Someone earlier mentioned that problem with certain rifts persisted even after clearing them. I have this bug on my to do list, and hope to have an answer soon. It's likely that one (or more) zones are missing from the conditional block that clears them all.
 
This is Great Fun !
I have added a extra command to mine that spawns the 50's cops to Pleasantville and Steelport which you can toggle on and off ,if you would like to add it



7BE8FB088B5CB86FD414AE33C5F6A482AA26ABA8
C34E3C3B001812008721ABAE7864642196D3D9F7

Command variables COMBAT_50S_COPS = false
Command
RELOAD_PUSHED = true
elseif player_action_is_pressed(B_END) and not RELOAD_PUSHED then
if not COMBAT_50S_COPS then
notoriety_enable_custom_spawning("m02 Pleasant Police")
notoriety_set_min_and_max("police", 0, 1)
sandboxplus_message("The Cops Are Coming")
else
notoriety_reset("police")
sandboxplus_message("The Cops Have Gone For Donuts")
end
COMBAT_50S_COPS = not COMBAT_50S_COPS ;)
 
Before uploading this officially, would the people who were having problems in the rift activities please try out this new build. I fixed the zone swaps from E+END so it should now correctly remove all zones. Feedback is appreciated.

EDIT:
The above code for the 50s cops was also added as E+RIGHT BRACKET too if anyone wants to play with it. ;)
 

Attachments

  • sr3_city.lua
    96.1 KB · Views: 522
Back
Top