STS2.KitLib 0.24.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package STS2.KitLib --version 0.24.1
                    
NuGet\Install-Package STS2.KitLib -Version 0.24.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="STS2.KitLib" Version="0.24.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="STS2.KitLib" Version="0.24.1" />
                    
Directory.Packages.props
<PackageReference Include="STS2.KitLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add STS2.KitLib --version 0.24.1
                    
#r "nuget: STS2.KitLib, 0.24.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package STS2.KitLib@0.24.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=STS2.KitLib&version=0.24.1
                    
Install as a Cake Addin
#tool nuget:?package=STS2.KitLib&version=0.24.1
                    
Install as a Cake Tool

KitLib

English | 中文

Modular in-game toolkit for Slay the Spire 2. KitLib ships as a thin Core host with optional satellite modules for the dev rail, cheats, AI, logging, and main-menu mod settings. Use it for test runs, cheats, scripting, and mod debugging without leaving the game. Content mods can reference NuGet STS2.KitLib.Abstractions and ship kitlib.compat.toml for version checks.

Getting started

  • Main menu → Mods → KitLib — Satellite load profiles (Minimal / Standard / Full / Custom), hotkeys, accent theme, compat warnings, progress protection, optional live log terminal on startup.
  • During a run — Hover the left-edge peek tab to expand the dev rail, then click a panel icon.
  • Title screenDev Mode for test runs, snapshots, diagnostics, and multiplayer dev tools.
  • Settings → Sidebar / Game — Reorder rail tabs, hide panels, combat overlays, game speed, skip animations.
  • Normal runs — Title Dev Mode → Normal run cycles Disabled / Toolkit / Cheat Mode.

Install from Releases or build from source (python scripts/init.py, then make sync-full). One package supports pinned stable and beta STS2 builds; a startup banner appears when the mod build mismatches your game.

Features at a glance

  • Gameplay — Cheats, cards, relics, powers, potions, enemies, events, rooms, presets
  • Automation — Hooks, SpireScratch scripts, AI Host (solo), MCP, KitLog CLI
  • Debug — Logs, combat stats, enemy intents, console, Harmony analysis, mod feedback
  • Utility — Save/load slots, themes & overlays

Panel-by-panel help: docs site (make docs) — Rail panels.

Contributing

See CONTRIBUTING.md or open an issue / PR on GitHub.

Changelog

See CHANGELOG.md.

Acknowledgments

License

MIT

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated