Page 1 of 1

Savegame request

Posted: Sat Apr 09, 2016 11:36 pm
by stratnolegs
So i was finishing up a level in the single player and when I got to the next level I quit for the night... without saving. Next day i fire up a free play level and do some work in it... the auto saves ticking up every few minutes. I learned the hard way how the three auto save system works. Now I've lost my single player game progress :(

Can anyone post a save at the beginning of level 4 I think? The one I just finished was where I started with two broken train tracks and I had to fill the car's inventory with stuff like steel and red ammo to progress.

Re: Savegame request

Posted: Sat Apr 09, 2016 11:56 pm
by prg
Start a game with another level of the campaign, open the console with ~ and run

Code: Select all

/c game.set_game_state{game_finished=true, player_won=true, next_level="level-03"}
with the level number you want to play next.

Re: Savegame request

Posted: Sat Apr 09, 2016 11:57 pm
by DaveMcW
No need for console commands, level 4 stays unlocked once you get to it.

Re: Savegame request

Posted: Sun Apr 10, 2016 12:14 am
by prg
Well... sometimes, solutions can just be too simple it seems...