Some game options not preserved in saved games
From DoomWiki.org
When saving a game in vanilla Doom, some game options are not preserved. This includes the following settings:
- Respawning monsters (activated by -respawn parameter)
- Fast monsters (-fast)
- No monsters (-nomonsters)
- Deathmatch (-deathmatch and -altdeath)
The affected options are mainly relevant when playing multiplayer. When restoring a network savegame, the bug can be circumvented by adding the appropriate options onto the command line.
Technical[edit]
The function G_DoSaveGame in g_game.c is the entrypoint into the code which saves games. This writes a "header" to savegame files which contains game options. The game options saved are the skill level, episode and map, and a list of players in the game. Any other options are not saved.
![]() | This article or section is a stub. Please help the Doom Wiki by adding to it. |