Allow disabling auto-load of last save on death

Remember, just because you request it, that doesn't mean you'll get it.

Moderator: GZDoom Developers

User avatar
AFADoomer
Posts: 1337
Joined: Tue Jul 15, 2003 4:18 pm

Allow disabling auto-load of last save on death

Post by AFADoomer »

Can we get a mod-side setting (MAPINFO/GameInfo?) that would allow disabling the automatic load of the last save game on death?

Essentially, still allow the player to save/load manually as normal, but being 'reborn' after death would force them back to a pistol start (and still allow them to manually load from a save if they chose to).

Right now saving writes the name of the save file to the 'BackupSaveName' FString, and if that value exists and is the name of a valid save game file, that save is auto-loaded on being reborn, with no option to change the behavior.
User avatar
Chris
Posts: 2954
Joined: Thu Jul 17, 2003 12:07 am
Graphics Processor: ATI/AMD with Vulkan/Metal Support

Re: Allow disabling auto-load of last save on death

Post by Chris »

Sounds like the kind of thing that I thought there would be a cvar option for, but I'm not noticing one. Might not be looking for the right words, though. In either case, this sounds like the kind of thing that should probably be left as a user option, it would be a detriment to QOL if users were forced to manually load the last save on death just because a modder wants to make others do a pistol start on death. As it is, I've seen at least one mod try to implement an "ironman" mode by spamming the autosave command in a script on death, to overwrite all of a users' autosaves, which isn't nice even if I wanted to play ironman (I might want to keep those saves, not to reload them and break the rules of ironman, but so I can go back and take a look at things at that point in the playthrough). Forcing this kind of behavior on the player isn't nice; you can suggest it, but if the player wants to reload their last save on death, breaking current behavior and forcing them to manually load it would be making QOL worse.
User avatar
AFADoomer
Posts: 1337
Joined: Tue Jul 15, 2003 4:18 pm

Re: Allow disabling auto-load of last save on death

Post by AFADoomer »

Fair enough - A CVar would work and could be set for standalone games in DEFCVARS.
hexaae
Posts: 6
Joined: Mon Dec 12, 2022 3:14 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support

Re: Allow disabling auto-load of last save on death

Post by hexaae »

News? Has this been implemented?
Professor Hastig
Posts: 255
Joined: Mon Jan 09, 2023 2:02 am
Graphics Processor: nVidia (Modern GZDoom)

Re: Allow disabling auto-load of last save on death

Post by Professor Hastig »

Apparently not - this is still open, after all.
Gez
 
 
Posts: 17934
Joined: Fri Jul 06, 2007 3:22 pm

Re: Allow disabling auto-load of last save on death

Post by Gez »

If there were news, it would probably have been posted here. Keep in mind this remains a hobby project so people contribute when they can, and sometimes stuff just gets forgotten about for a long time. Bumping threads is generally counter-productive though because it tends to annoy people and sometimes results in the thread getting locked...

Return to “Feature Suggestions [GZDoom]”