Hi,
I don't know if this is something I'm doing wrong, but I have a couple of issues with game saving/loading.
Saving:
I have set up the savegame slots as per the tutorial, but the current game always saves in the next available slot, as opposed to the slot that is actually selected. For the most part this isn't really a problem, but it "feels" like a bug if you've chosen one particular slot (e.g. slot 6) and it saves within another (e.g. slot 3 as it is the next available slot). I have downloaded the original savegame tutorial files and they have the same issue too.
Loading:
Immediately after a saved game is loaded, the interfaces appear in the top left hand corner of the screen, then readjust themselves a moment later. Is there a fix for this?
I wondered about setting a condition to true just before each game is saved, then immediately setting it to false again once the game has been saved (essentially meaning that any loaded game has this variable set to true) then doing something with the interface based on this condition before resetting it again...but this feels like a bit of a hack.
Thanks,
Tom