Adds an Ascension button to the main menu so you can set each character's ascension unlock level without having to reach it through normal play.
Features:
- Set ascension unlock level (0–20) per character from the main menu
- Changes take effect immediately — no run required
- Uses ModManagerSettings for persistent settings storage
- Requires ModManagerSettings
Install and enable ModManagerSettings before installing this mod.
- Install ModManagerSettings first.
- 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
AscensionUnlockModfolder intomods. - Confirm these files are present in
mods/AscensionUnlockMod:AscensionUnlockMod.dllAscensionUnlockMod.pckAscensionUnlockMod.json
- Launch Slay the Spire 2. If prompted to enable mods, accept and relaunch.
- In-game, go to
Settings->General->Modsand enable bothModManagerSettingsandAscensionUnlockMod.
From the main menu, click the Settings button next to AscensionUnlockMod in the mod list (via ModManagerSettings), or navigate to the ascension settings directly. Set the unlock level for each character and click Apply.
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.