Adverse Saves

Roguelikes fix this broken dynamic between saving a game and consequences for choices by ditching the save, rather than the other way around. A roguelike understands that saves in the middle of a gameplay loop don't work in an RPG any more than they do in Halo, but the only way to keep the constant choice and consequence that the best RPG's have while disallowing saves that spoil the challenge and perpetrate bad experiences is to ditch the save altogether.

Instead, many Roguelikes shorten a run at the game to under an hour. Allowing a player to play and replay the game so that they may improve at the main challenge, while still giving their choices time to have meaning. Roguelikes also procedurally generate the world, so that the player isn't able to learn the exact placement and outcome of any particular choice. A player is expected to get better at operating in the world under the guise of uncertainty, not to memorize every detail and run on autopilot.

The same is true in shooters. The challenge of Halo is based on the actions of moving and shooting, so the enemies move and shoot somewhat differently each time you play a level. The enemies follow common patterns of behavior, but they behave a little differently each time. This is important for most types of games. Whatever the challenge is needs to vary, even when you replay the same section back to back, otherwise an area stops being a challenge the moment you die once and respawn. It's so common I have a term for it: Challenge Variance. In Halo, you're expected to get good at shooting moving enemies, so their movement is dynamic. You aren't expected to get good at navigating the terrain, so they level design is allowed to remain between attempts. In Darkest Dungeon, you're expected to get good at deciding whether or not to enter the next room of a dungeon, so the game randomly generates encounters in those rooms. It would be too easy to make decisions if the same room had the same three spiders on every run. These changes in the world are more overt than elites in Halo running a different direction between respawns, so we call it procedural generation and say it's foundational to the genre.

Recentness of a save. Quantity of saves. Precision of saves.

#games