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.
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 : )