Infinite autosaves
Moderator: GZDoom Developers
-
- Posts: 226
- Joined: Fri Jan 30, 2015 10:32 pm
- Location: Pittman Center
- Contact:
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?
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.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49225
- 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.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49225
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Infinite autosaves
added