original sites

is posible create a mod for have the original nuclear central ,original safehouse and original 3 count casino on end game;)
sorry for my bad english:(
 
That will actually be in the next GoS. In the meantime, you can edit the sr3_city.lua file that comes with the Mission Replay mod.

First find the main function:

Code:
function sr3_city_main()

end

Then paste the following code inside it:
Code:
        -- Swap zones for BDSM Safeword
        city_zone_swap("megab1",false)
        city_zone_swap("megab2",false)
        city_zone_swap("is2",false)

        -- Swap Zones for Decker nuke plant
        city_zone_swap("nuke1",false)
        city_zone_swap("nuke2",false)
        city_zone_swap("int_sh03",false)
        city_zone_swap("int_sh03c",false)

        -- Swap Zones for 3 Count Casino
        city_zone_swap("3count1",false)
        city_zone_swap("3count2",false)
        city_zone_swap("int3cc",false)

It should look like this:

h1q6I.jpg


Then save it and put the sr3_city.lua file in the root with your exe. The next time you load a save then all 3 cribs will revert back to their original state.
 
Shametal it will be good if you download mission replay v8,Idol thanks to you for mission replay.
Shametal with it you can finish any mission from the very beginning and cites will be like in the start of game.
P.S.I downloaded folder with costume changes.And sorry for my bad English,im russian.
 
Back
Top