I made an oopsie
Posted: Thu Jun 20, 2013 2:49 pm
Yesterday I picked up a contract to deliver firearms. I saved and launched and then wondered why I was a fugitive. Oops!
Unfortunately I've not made a backup.
I suppose I could still deliver the contract by scooping from the sun etc. But I'd rather edit my save file and get rid of the contract.
Can anyone advise me what to do?
To create backups in future I've added a copy command to my Win7 batch file, that I use to run the debug console at the same time as running Oolite. So now it'll copy all saves into a backups folder before starting Oolite.
Here's the batch file code if you're interested:
Unfortunately I've not made a backup.
I suppose I could still deliver the contract by scooping from the sun etc. But I'd rather edit my save file and get rid of the contract.
Can anyone advise me what to do?
To create backups in future I've added a copy command to my Win7 batch file, that I use to run the debug console at the same time as running Oolite. So now it'll copy all saves into a backups folder before starting Oolite.
Here's the batch file code if you're interested:
Code: Select all
copy C:\Oolite\oolite.app\oolite-saves\*.oolite-save C:\Oolite\oolite.app\oolite-saves\Backups
start C:\Oolite\oolite.app\oodebugconsole.exe
start C:\Oolite\oolite.app\oolite.exe -nosplash -fullscreen -load "c:/oolite/oolite.app/oolite-saves/Poseidon.oolite-save"
exit