One-key quicksave

Moderator: GZDoom Developers

Post Reply
someoneelse
Posts: 5
Joined: Tue Nov 06, 2012 12:50 pm

One-key quicksave

Post by someoneelse »

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.
User avatar
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

Post by wildweasel »

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.
Gez
 
 
Posts: 17946
Joined: Fri Jul 06, 2007 3:22 pm

Re: One-key quicksave

Post by Gez »

bind F6 "special autosave"
User avatar
ChronoSeth
Posts: 1631
Joined: Mon Jul 05, 2010 2:04 pm
Location: British Columbia

Re: One-key quicksave

Post by ChronoSeth »

You can easily do this with custom keybinds in the console:

Code: Select all

Bind [key] "save customquicksave"
Bind [key] "load customquicksave"
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).
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

Post by Edward-san »

ChronoSeth wrote:

Code: Select all

Bind [key] "load "customquicksave"
mistyped " between 'load' and 'customquicksave'? :!:
User avatar
ChronoSeth
Posts: 1631
Joined: Mon Jul 05, 2010 2:04 pm
Location: British Columbia

Re: One-key quicksave

Post by ChronoSeth »

Edward-san wrote:mistyped " between 'load' and 'customquicksave'? :!:
... yeah. :roll:
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”