Save game best practices?
Hi
I am getting closer to needing to build the save/load part of a game. Are there any does and don't that should be followed when doing this?
I am getting closer to needing to build the save/load part of a game. Are there any does and don't that should be followed when doing this?
Comments
-Key Names are case sensitive.
-Each 'Save' needs a 'Load'
-Unless you need to do otherwise, load all your values just after the game is loaded and forget about them. Put them on a timer to load less than a second after your game's boot sequence.
hope that works for you!
@};- MH