Adds a Restart Combat button to the in-run pause/settings menu.
Features:
- Restart the current combat encounter from the pause menu
- In multiplayer, the host can trigger a restart that resets all players
- Download the latest release zip from the Releases page.
- Close Slay the Spire 2.
- In Steam, right-click
Slay the Spire 2->Properties->Installed Files->Browse. - Create a
modsfolder in the game directory if it does not exist. - Extract the zip and drag the
RestartCombatfolder intomods. - Confirm these files are present in
mods/RestartCombat:RestartCombat.dllRestartCombat.pckRestartCombat.json
- Launch Slay the Spire 2. If prompted to enable mods, accept and relaunch.
- In-game, go to
Settings->General->Modsand enableRestartCombat.
During combat, open the pause menu and click Restart Combat. In multiplayer, only the host sees the button and the restart applies to all players.
Requirements: .NET SDK, Godot 4 export templates, WSL or Linux shell.
Setup:
- Copy
.env.exampleto.env. - Set
STS2_INSTALL_DIRto your game install path.
Build and install:
./scripts/bash/build_and_stage.sh
./scripts/bash/make_pck.sh
./scripts/bash/install_to_game.shMIT — see LICENSE.