How To Lower Bridges And Remove Zombie Island.

I Made Myself A Video Showing You Guys How To Lower The Bridges And Remove Zombie Island.
Credit To:IdolNinja(His Mission Replay Mod),TrueCoppa(Telling Me How To Insert The Lines) And Saintsrowmods.com

IF I MISSED ANYTHING PLEASE INFORM ME
Here Is The Video Tutorial:

And Here Is The Step-By-Step Tutorial( I Recommend You Guys To Check Out The Video):
1.You'll Need To Download Mission Replay Mod
Download Link - https://www.saintsrowmods.com/forum/index.php?threads/mission-replay-v2.158/
2.Copy The sr3_city.lua to your Main SR:TT Folder.
3.Open sr3_city.lua and put the lines below between "function sr3_city_main()" And "end" like the video shown you:

-
function sr3_city_main()

traffic_disable_drawbridge_area(34, true) -- Disables splines on road through Sunset Park that STAG cordons off
city_zone_swap("therm3_dst", false)
spawn_override_change_hood_alternate_spawning("HOOD_ZOMBIE", false)
city_zone_swap("chemcrash", false)
city_zone_swap("zombies", false)
city_zone_swap("lockdown", false)
city_zone_swap("stag", false)
spawn_override_change_hood_alternate_spawning("HOOD_DT_02", false)
spawn_override_change_hood_alternate_spawning("HOOD_DT_03", false)

city_zone_swap("rubble", false)

end
-

NOTE:
This might make some missions be buggy or uncompletable, I only tried it on my complete save and haven't had time to replay all the missions.
 
You missed a few lines

spawn_override_change_hood_alternate_spawning("HOOD_ZOMBIE", false)
city_zone_swap("chemcrash", false)
city_zone_swap("zombies", false)
city_zone_swap("lockdown", false)
city_zone_swap("stag", false)
spawn_override_change_hood_alternate_spawning("HOOD_DT_02", false)
spawn_override_change_hood_alternate_spawning("HOOD_DT_03", false)

These are all the lines. Replaying missions after STAG enters the city appear to fuck up the bridges though. Some of them go up and others stay down.

Also something else, if you want the statue restored, add this line:

city_zone_swap("rubble", false)
 
Thank you guys, playing in zombie island and jumping bridges was fun but get tiresome in the end: now everything is back to normal, also that ugly green cloud vanished.
 
Back
Top