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.
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.
Pages:
1














