One-key quicksave
Moderator: GZDoom Developers
-
someoneelse
- Posts: 5
- Joined: Tue Nov 06, 2012 12:50 pm
One-key quicksave
One-key quicksave/quickload, like in most modern FPS, would make quicksave really significantly quicker then normal saving mode, and less disruping gameplay rhythm. Would be very useful as option for quicksaving, I think.
- wildweasel
- Posts: 21707
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: One-key quicksave
As an option, yes, I agree. I can see why some players might not like the quicksave prompt skipped entirely, so yes, I support the addition of this feature as a toggleable option.
Re: One-key quicksave
bind F6 "special autosave"
- ChronoSeth
- Posts: 1631
- Joined: Mon Jul 05, 2010 2:04 pm
- Location: British Columbia
Re: One-key quicksave
You can easily do this with custom keybinds in the console:
Obviously, change [key] to whatever key or button you want. Since keybinds are set per-game, you can even have a different save for each game (so long as you have a different name for the save file).
Code: Select all
Bind [key] "save customquicksave"
Bind [key] "load customquicksave"
Last edited by ChronoSeth on Tue Nov 06, 2012 8:51 pm, edited 1 time in total.
-
Edward-san
- Posts: 1774
- Joined: Sat Oct 17, 2009 9:40 am
Re: One-key quicksave
mistyped " between 'load' and 'customquicksave'?ChronoSeth wrote:Code: Select all
Bind [key] "load "customquicksave"
- ChronoSeth
- Posts: 1631
- Joined: Mon Jul 05, 2010 2:04 pm
- Location: British Columbia
Re: One-key quicksave
... yeah.Edward-san wrote:mistyped " between 'load' and 'customquicksave'?
