Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: barefoot on Fri 25/06/2010 00:04:22

Title: auto delete saved slots..
Post by: barefoot on Fri 25/06/2010 00:04:22
Hi

is it possible to auto delete saved games?

ie when you die you lose you saved slots...

just wandering for future reference as not seen any reference to it.

UPDATE: Would it Involve deleting ever slot ?: DeleteSaveSlot (130); etc etc

Or would it be better to disable Load GUI???


cheers

-barefoot=
Title: Re: auto delete saved slots..
Post by: Crimson Wizard on Fri 25/06/2010 03:27:31
First of all, if you are using default save/load guis, AFAIK you will need to delete only 20 first saved slots, since default save gui limits slots number to 20. However, this may always be possible that player copies his saved games somewhere, so you may need to store info about existing saved games in some encrypted file.

Also, instead of disabling load gui, why not make custom save & load system which would handle this better? Making only single save slot, or alike.
Title: Re: auto delete saved slots..
Post by: barefoot on Fri 25/06/2010 07:42:45
Thank you Crimson...  :=

-barefoot-