Game Dev · July 6, 2026
New Game Plus Design in Shmups: What Carries Over and Why
Letting a player replay the same five stages at the same difficulty is not New Game Plus, it is just a repeat run. The mode only earns its name when the second pass asks something genuinely different of a player who already proved they could clear the first one.
Published July 6, 2026
New Game Plus sits in a different design space from the daily challenge and seeded run modes covered elsewhere on this devlog. A seeded daily run gives every player the same fixed challenge to compare scores against; New Game Plus instead gives a specific, individual player a harder, altered continuation of a run they personally already finished, carrying forward some sense of the progress they earned along the way. The two solve different problems — one is about fair comparison, the other is about extending a single player's relationship with content they have already mastered.
Deciding what actually carries over
The core design tension in any NG+ mode is choosing which state persists into the new run and which resets. Carrying over unlocked weapons or a fuller starting loadout, discussed in the context of loadout structure generally, gives a returning player a tangible sense of accumulated progress and lets them experience the same stages through a meaningfully different toolkit than their first clear. Carrying over score, by contrast, usually should not happen — a leaderboard populated by NG+ scores next to first-clear scores compares two different games under one ranking, which corrupts the comparison the leaderboard exists to provide in the first place. The general principle: carry over anything that changes how the player experiences the run without changing what a fair comparison of the run's outcome should mean.
Escalating challenge without just adding more bullets
The laziest version of NG+ difficulty scaling multiplies bullet count and enemy health across the board, which technically makes the run harder but often just makes existing patterns feel unfair rather than freshly challenging, since the level's underlying design was never built around that density. A more deliberate approach changes what makes each encounter difficult rather than simply inflating existing numbers: enemies that previously used a single fixed attack pattern gain a second pattern that forces a different dodge read, or a boss's phase transitions trigger at different health thresholds than the first playthrough taught the player to expect. This respects the fact that the returning player has memorized the original encounter, and rewards that memorization by changing enough that memorization alone stops being sufficient, without discarding everything the player learned either.
Cosmetic and narrative signals matter more than they seem to
A returning player benefits from a clear, immediate signal that they are in a genuinely different mode rather than a visually identical repeat of content they already finished — an altered color palette on returning enemies, a distinct HUD marker indicating NG+ is active, or new dialogue acknowledging the character has been through this before. Small as these signals are, they do real work reinforcing that the harder difficulty is intentional design rather than a bug or an accidental setting change, and they give the mode enough of its own identity that players discussing it in community spaces have a name and a mental model for it beyond just "hard mode."
Save states and continues behave differently in NG+
The generosity of continue and save-state systems tuned for a first playthrough often needs reconsidering for NG+, since the audience playing it has, by definition, already proven they can clear the content once. Reducing available continues, removing a checkpoint that existed in the base run, or requiring a full clear without assist options are all reasonable ways to raise stakes specifically for players who opted into the harder mode, as long as the change is disclosed clearly before the player commits to starting it rather than discovered as an unpleasant surprise partway through.
NG+ is optional content, and should stay legibly optional
None of this should bleed backward into the base game's difficulty or accessibility; NG+ exists to extend the experience for players who specifically want more, not to signal that the base game was insufficiently challenging on its own. A clear, separate entry point — selectable only after a genuine first clear, presented as its own distinct option rather than folded into the main difficulty selector — keeps the mode legible as an optional extension rather than an implicit judgment on the players who stop after finishing the base game once.