Page 1 of 1
autosaving
Posted: Sat Nov 03, 2012 8:26 pm
by Throckmorton
My game saves everytime I change areas, but it does it twice. It pauses, loads the level, then saves twice. Not a huge problem, but is there a way to fix it?
THANKS to any and all who reply...
Re: autosaving
Posted: Sat Nov 03, 2012 8:36 pm
by aardvark
Throckmorton wrote:It pauses, loads the level, then saves twice.
I think you'll find it's: save, load, save. This is because zones are saved into individual files. I believe it goes:
- Save current area into zone file
- Load new area from zone file
- Save newly loaded area as current game state
That could be a bit off, but I think that's how it goes. There is no fix; that's just how it works.