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?
Maximum save slot
Re: Maximum save slot
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.
There is no hard limit on the maximum number of save slots.
-
- Posts: 2
- Joined: Thu Feb 16, 2023 12:22 pm
Re: Maximum save slot
Thanks for the clarification!