ERASE SAVE DATA WHEN DEATH

Posts

Pages: 1
Is there a way so when the player dies there save data is completely erased? - I want it for a survivors dungeon like game
There is a way, if you are using the RPG Makers that use the Ruby scripting systems. Look into the File command here: http://www.ruby-doc.org/core/File.html

When the player's character dies, you would call a script which would delete that save file.

Of course, nothing will stop a player from backing up a save file beforehand by copying it somewhere else, where the game can't reach it. But it is a good way to enforce the idea of lost progress.
I Think i may just put it when you die your character goes into the hall of fame you cant move him, so theres nothing to do but overwrite them
Pages: 1