tunbridgep / doom-simplesaving

A simple and compatible saving mod for gzdoom, attempting to remove savescumming by restricting free saving.
GNU General Public License v3.0
3 stars 0 forks source link

Implement menu for overwriting and renaming saves #7

Open MoonsMess opened 1 month ago

MoonsMess commented 1 month ago

This mod is quite useful for my doom server, but I find myself lacking a few aspects from the save menu in the base game:

  1. Naming saves is useful for differentiating between different playthroughs

  2. Overwriting saves is useful for saving progress without cluttering the save loading menu

I'm not asking for a clone of the base game menu, but a way to do these would benefit the mod, whether it be through a custom menu, new keybinds, or both. Thanks :)

tunbridgep commented 1 month ago

Let's see.

If I wanted to implement multiple playthrough support, It should be possible to differentiate between different playthroughs using your player name.

I could add a new save keybind to save over the previous slot, rather than making a new one.

I will consider both of these, thanks.