Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: monkey0506 on Sun 26/09/2004 20:05:41

Title: More than 20 Save Games?
Post by: monkey0506 on Sun 26/09/2004 20:05:41
The help file says that

QuoteThe save game list can only hold 20 save games.

Is there any way to change this amount. I know that Proskrito somehow implemented 99 save slots (which is what I want to do) but I don't know how he did it (and his scripts confuse me (ARRAYS???)). Thanks.
Title: Re: More than 20 Save Games?
Post by: Proskrito on Sun 26/09/2004 21:50:21
QuoteThe save game list can only hold 20 save games.
thats only if you use the built in save game 'engine' (the hardcoded savegame gui, the savegameindex[] array...) . If you make your own, you can have as many as you want. Have a look on the functions SaveGameSlot and RestoreGameSlot in the manual to see how it can be done : )