Posted July 09, 2021
This save system would have multiple types of saves, which has the downside of complexity, but the advantage of handling most player use cases. They are as follows:
* Autosave: When you reach a save point, you are fully restored, enemies respawn, and the game is auto-saved; this save can be reloaded as long as no other autosaves have taken place. (Possibility of more than 1 autosave slot, with them being rotated, to allow reloading in case of an accidental save point use.)
* Standard save: Only possible at save points, but intended to be the primary means of saving. The game is balanced with this sort of saving in mind.
* Suspend save: Can save anywhere, but doing so will exit the game. Reloading this save will delete it, so it can't be used to reload if something bad happens.
* Assist save: Only available if the Assist Mode option "save anywhere" is enabled. Can be done anywhere, and can be reloaded. (Possibility of adding quicksave/quickload hotkeys for this mode.) Intended for players who prefer save anywhere, or those who want to use saves for practicing specific parts or just revisiting parts they like that happen to unfortunately not be near a save point.
How does this approach sound?
Edit: Why the low rating?
* Autosave: When you reach a save point, you are fully restored, enemies respawn, and the game is auto-saved; this save can be reloaded as long as no other autosaves have taken place. (Possibility of more than 1 autosave slot, with them being rotated, to allow reloading in case of an accidental save point use.)
* Standard save: Only possible at save points, but intended to be the primary means of saving. The game is balanced with this sort of saving in mind.
* Suspend save: Can save anywhere, but doing so will exit the game. Reloading this save will delete it, so it can't be used to reload if something bad happens.
* Assist save: Only available if the Assist Mode option "save anywhere" is enabled. Can be done anywhere, and can be reloaded. (Possibility of adding quicksave/quickload hotkeys for this mode.) Intended for players who prefer save anywhere, or those who want to use saves for practicing specific parts or just revisiting parts they like that happen to unfortunately not be near a save point.
How does this approach sound?
Edit: Why the low rating?
Post edited July 14, 2021 by dtgreene