Introduction
Last updated:
- Published on
Overview
概述
Slay the Spire 2 modding is still young. Mods install into the local mods folder (and increasingly via Steam Workshop). The tooling ecosystem is being built in the open by the community.
This page points to community resources before diving into KitLib itself.
《杀戮尖塔 2》模组生态仍处于早期阶段。Mod 安装于本地 mods 目录(以及 Steam 创意工坊)。相关工具链由社区持续完善。
本页整理进入 KitLib 正文之前值得了解的社区资源。
Community resources
社区资源
Slay the Spire 2 Modding Tutorials (Reme, CC BY-NC-SA 4.0) — environment setup, BaseLib content modding, migration guides.
BaseLib-StS2 — standard foundation library for STS2 content mods (NuGet).
STS2-RitsuLib — player-facing mod settings UI and utilities; KitLib integrates via KitLib.ModPanel.
杀戮尖塔 2 模组制作教程(Reme,CC BY-NC-SA 4.0)— 环境搭建、BaseLib 内容 mod、迁移指南。
BaseLib-StS2 — STS2 内容 mod 常用基础库(NuGet)。
STS2-RitsuLib — 玩家向 Mod 设置 UI 与工具集;KitLib 通过 KitLib.ModPanel 桥接。
What KitLib is
KitLib 是什么
KitLib is a modular in-game toolkit for STS2 — not a content-mod framework (use BaseLib / RitsuLib for cards, relics, etc.).
- Core host (
KitLib.dll) hot-loads satellite modules undermodules/— dev rail, cheats, AI, logging, mod settings, MCP, and more. - Content-mod authors reference NuGet
STS2.KitLib.Abstractions, shipkitlib.compat.toml, and optionally register dev-rail tabs viaDevPanelRegistry.
Ready to install? Install → · Panel overview: Rail panels →