This mod no longer maintain since English community have a activier one:
https://github.com/erasels/StS2-Quick-Restart
在暂停菜单中新增一个**「重打」**按钮。点击后读取游戏自动存档(current_run.save),快速重开本场战斗。
- 仅在单人模式下生效
- 无需手动存档,游戏进入房间 / 战斗时已自动存档
- 使用 Harmony 补丁注入,与游戏原生流程保持一致
Adds a "Retry" button to the pause menu. Clicking it reads the game's own autosave (current_run.save) and reloads the current room — effectively restarting the ongoing fight instantly.
- Works in singleplayer only
- No manual save needed; the game autosaves on room/combat entry
- Injected via Harmony patch, following the same load flow as the main menu "Continue"
尖塔2官方已支持 Modding,并提供了大量钩子和 Harmony 支持。
- 在游戏目录下创建
mods文件夹 - 将
.pck和.dll文件放入该文件夹 - 启动游戏
⚠️ 开启 Mod 后游戏内会弹出一次 Waring,确认会导致存档丢失。按
`键打开控制台,输入unlock即可解锁全部内容继续爽玩。或者开启过 Mod 之后通过下面方法恢复您的存档:
游戏的 Modded 模式会创建另一个 modded 存档文件夹
您可以在
{Steam 目录}/userdata/<SteamID>/2868840/(Windows / Linux / macOS 均适用) 下看到profile1 2 3和modded一个文件夹将
profile1复制到modded中覆盖原文件夹,即可恢复存档。这其实是 Steam 云同步目录。因此在您回到 Steam 之后,Steam 会提示
云冲突,选择保留本地文件即可。
Slay the Spire 2 officially supports modding with extensive hooks and Harmony integration.
- Create a
modsfolder in the game's root directory - Drop the
.pckand.dllfiles into it - Launch the game and enable the mod
⚠️ Enabling mods will trigger an in-game warning and confirm will wipe your save.Press
`to open the console and typeunlockto restore all unlocks.Alternatively, to recover your save after enabling mods:
The modded mode creates a separate save folder.
You can find
profile1 2 3andmoddedfolders under{Steam Directory}/userdata/<SteamID>/2868840/(same for Windows / Linux / macOS).Copy
profile1intomodded, overwriting the existing folder, to restore your save.This is actually the Steam Cloud sync directory, so when you return to Steam, it will prompt a "Cloud Conflict" — choose "Keep Local Files" to finalize the restore.
Vibe Coding 参考的原始 Code Base 是 erasels 的 QuickRestart
原始 repo 是 Unlicense 的,因此本 repo 不添加 License。
The original code base that Vibe Coding referenced is erasels' QuickRestart
The original repo is Unlicensed, so no license is also applied to this repo.
想自己做 Mod?推荐参考 Alchyr 的样板,一键构建:
一个开箱即用的尖塔2 C# Mod 工程模板,内置构建脚本和基础目录结构,克隆后改改就能上手。
Want to make your own mod? Check out the community template:
A ready-to-use C# mod project template for Slay the Spire 2. Includes build scripts, and a standard folder layout — clone it and start hacking.