Page 1 of 1

Autosave new games.

Posted: Wed Dec 05, 2012 2:02 pm
by Esoteric Rogue
I'll make this one quick.

After generating each new world, the game should be autosaved. Like start#00001 or whatever (understanding that every save already has the real datetime attached to it.)

Every game should do that, so that retrying is an automatic option. It's a fundamental learning tool to try again when you fail. Explicitly, this a valuable tool for new comers.

This would be easily implemented. EDIT: Actually, this would enable a game menu choice of "Restart this scenario" for every game.

Every game has "challenge" potential. But sometimes we forget to manually save for that purpose. Also, we might not realizing that start was particularly interesting until it's too late.

Also, re-picking options everytime you start a new game is a hassle. Given that scripting options is in the works, nonetheless this can facilitate starting another game if we're just going to pick the same options anyway.

Re: Autosave new games.

Posted: Wed Dec 05, 2012 4:56 pm
by WilliamMGary
+1

Re: Autosave new games.

Posted: Thu Dec 06, 2012 10:13 pm
by ezzeqiel
WilliamMGary wrote:+1

Re: Autosave new games.

Posted: Thu Dec 13, 2012 1:16 am
by David
FYI: there is a reply related to this suggestion at: http://www.capitalismlab.com/forum/view ... 5098#p5098
After generating each new world, the game should be autosaved. Like start#00001 or whatever (understanding that every save already has the real datetime attached to it.)
There are several concerns there with the above approach:
1) There may be too many save games of this type after a period of time. Not all users would like the game to create so many files on their computers.

2) The player may have difficulties finding the save game they want. They can look at the save game file date. But some users may still find it difficult to locate the file and may complain.


So we prefer just saving the save game at the beginning of each game with a constant file name. "AUTO0.SAV". In other words, if you start another new game, this file will be overwritten.

Any suggestions to address the above concerns and allow for multiple save games (instead of just one "AUTO0.SAV") are welcome.