Restored Statue

Hi i am new here i saw some tutorials on this one but i just dont know how to do that.I played the game with first saving Shaundi then killing Killbane but after killing Killbane i got that statue destroyed so i downloaded replay missions mod and save her once again but statue is still destroyed.I found here on forums that you can change the line somewhere to city_zone_swap("rubble", false) but i cant open any vpp_pc files.I managed to open only sr3_city.lua when i download replay missions mod and there are those city_zone_swap("rubble", false) lines but i dont know where to put new one or which one edit.Can someone please post edited file with only that statue restored?

Thanks for any help and sorry for my bad english.
 
It's really quite easy. Simply add that line to your sr3_city.lua in the sr3_city_main() function. It's the second function near the top of the file right after sr3_city_init().

It should look just like this:

function sr3_city_main()
city_zone_swap("rubble", false)
end
 
Thank you! It works but one thing is strange.When i edited .lua i got statue, but i lost tower from act 1 that i choose to keep not to destroy, now it is destroyed.Can i do something with that?
 
Strange! I have the modified lua with statue restored (and -no zombie island-bridges down-no stag fences-park restored) but the tower is in place (i kept it) You are using mission replay along with your edited lua?
 
Yes i am using it with mission replay but right now i managed to get that tower.I replayed that mission and defused bomb i will try last mission and save Shaundi and see what happens hope the statue will stay.

Edit:Now its ok, it looks that replay mission mod and edited .lua was bad idea i have tower standing,zombies (i want them) and statue standing. :)Thanks for help mates!
 
Is there a way to make the STAG carrier either whole again, or completely gone? Looks kinda stupid having it broken in half but refusing to go under...
 
Back
Top