Quite frequently, game developers do not want you to be able to save anywhere and everywhere, especially while in battle. It encourages
Save Scumming, and can lead to a player getting stuck somewhere because their only save is in an area they can't proceed or escape from.
Say a developer wants to avoid these problems, but also wants to let players leave the game at their leisure without the punishment of taking them back to the last
Save Point. How can they satisfy both requirements? The answer is implementing a Suspend Save system (sometimes called Quick Saves, instead, although that is also a term for keyboard mapped saving/loading in PC games). Suspend saves are a type of Save Game that has the following features:
- Only one can exist at a time.
- Saving in such a way always exits the game.
- Reloading a quick save deletes the save file - they are single use only.
- Reloading from a standard save file or starting a new game usually deletes the quick save file.
These are especially popular with handheld games, since a player may have to quit playing at a moment's notice and can't take the time to search for a
Save Point. They are also popular in
Roguelikes that have
Perma Death implemented.
Examples
open/close all folders
Action-Adventure Games
- This feature was added to the American release of The Legend of Zelda: Majora's Mask. If the player doesn't want to go through the entire three-day timeline in one sitting, they have the option of saving and exiting at an owl statue, to resume later. The only way to save one's progress in the game permanently is to go back in time to the beginning of the Groundhog Day Loop.
Adventure Game
- The iOS port of Phoenix Wright: Ace Attorney has this as a feature. If the app is closed during play, it will give you the option to resume from your suspend save the next time you open it.
Eastern RPG
- This feature was added to all of the handheld ports and remakes of the NES-era Final Fantasy games.
- Dragon Quest/Dragon Warrior games also use this when you're in the field, you can only save properly in towns.
- In Nostalgia, you can chose to quick save. Then you are asked to turn the system off, and it deletes the save when you choose "Continue" instead of "Load".
- This was available in all versions but the PAL release of Breath of Fire: Dragon Quarter.
Misc Games
- Pokémon Pinball uses a quicksave to prevent Save Scumming.
- The Game And Watch Gallery games would automatically perform a quicksave upon pausing and delete it when resuming or exiting, allowing the players to pause and then shut off the game at the pause menu, and still pick up where they left off.
Platform Game
Roguelike
Strategy RPG
- Shining Force: Resurrection of the Dark Dragon allows you to quick-save during a battle.
- This was added to Fire Emblem when the series moved to the Gameboy Advance. For those three games only, the game updated the one quicksave any time you did anything of note, which was both very convenient and almost impervious to Save Scumming. Shadow Dragon has a variant with mid-chapter save points that can be reloaded indefinitely (but they can only be used once before disappearing). Suspend Saves can also be used at any time in Radiant Dawn in the hardest difficulty (on lower difficulties, they're just normal saves).
Non video game examples
- This is how the Hibernate feature works on most computers, as well as the Safe Sleep in OS X. The OS makes a save state of the entire system and saves it to the hard disk, then powers off.