Maximum save slot

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
thevisitor50
Posts: 2
Joined: Thu Feb 16, 2023 12:22 pm

Maximum save slot

Post 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?
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Maximum save slot

Post 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.
thevisitor50
Posts: 2
Joined: Thu Feb 16, 2023 12:22 pm

Re: Maximum save slot

Post by thevisitor50 »

Thanks for the clarification!
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Maximum save slot

Post by Tony Li »

Glad to help!
Post Reply