Infinite autosaves
Moderator: GZDoom Developers
-
- Posts: 198
- Joined: Fri Jan 30, 2015 10:32 pm
- Location: Pittman Center
Infinite autosaves
I've noticed that while you can have infinite manual save files, you can only have up to 20 autosave files. Would it be possible to add an option for infinite autosaves so you don't have to worry about them being overwritten once you've reached your 21st?
-
- Posts: 2380
- Joined: Thu Feb 11, 2016 9:59 am
Re: Infinite autosaves
Said CVAR. You can increase it yourself with a simple command. Until Graf changes the limit in MENUDEF, that is.Graf Zahl in the previous thread wrote:The CVAR already exists, I could just bump the limit up from 20.
-
- Lead GZDoom+Raze Developer
- Posts: 48598
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Infinite autosaves
The limit is in the C++ code. It's currently hard locked to 20.
-
- Lead GZDoom+Raze Developer
- Posts: 48598
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Infinite autosaves
added