Page 1 of 1

Maximum save slot

Posted: Wed Oct 11, 2023 11:08 pm
by thevisitor50
Hi, I am wondering if there is a maximum number of save slots and if there is a limit, how do I modify it?

DiskSavedGameDataStorer.cs seems to indicate that there is a max slot of 100 under "protected virtual bool VerifySavedGameInfoFile(string saveInfoFilename)" - is this correct?

Re: Maximum save slot

Posted: Thu Oct 12, 2023 8:03 am
by Tony Li
That's a soft limit used to recover in case that script's index file (saveinfo.dat) gets deleted.

There is no hard limit on the maximum number of save slots.

Re: Maximum save slot

Posted: Thu Oct 12, 2023 11:10 pm
by thevisitor50
Thanks for the clarification!

Re: Maximum save slot

Posted: Fri Oct 13, 2023 8:02 am
by Tony Li
Glad to help!