Helion-Engine / Helion

A modern fast paced Doom FPS engine
GNU General Public License v3.0
98 stars 9 forks source link

Allow user to edit saved game names #693

Closed lemming104 closed 1 week ago

lemming104 commented 1 week ago

When the user attempts to save a game, we now provide them an opportunity to edit its name.

  1. If it is a NEW saved game, or an existing saved game where the name has NOT been customized (that is, the name is the same as the previous map name), create a new default name based on the current map name.
  2. If the user is attempting to overwrite an existing saved game with a customized name, preserve its name and let them edit it from there.
  3. Do not allow the user to overwrite autosaves, either through Quick Save or through the menu. This is just asking for trouble if we ever implement an autosave rotation/limit.