Hello,
Quick question: I have a player and that player can exit the game whenever he wants and go back to menu, and that player can also be killed from Zombies (enemies).
How can i create such a save-game to save it when the player wants to leave the game, and delete that saved game when he has been killed by the zombies.
I was thinking about 2 save-game "slots" ->
savegame0 and savegame1:
When player dies C3 loadse savegame0 and then also savegame1 (to ovewrite)
When players exits C3 saves savegam1
When the players enteres first time the game C3 saves/loads it as savegame0.
When the players enteres the >0 time C3 load the savegame1.
I was thinking like this because i need to save some objects position and I don't know how to delete a savegame, just to overwrite.
Options/Ideas ?
Thank you in advance