RitsuLib Thumbnail
Slay The Spire 2 Tool

RitsuLib

VortexModder Avatar by VortexModder Jun 9, 2026 51 Downloads
Verified

 

RitsuLib

Shared framework library for Slay the Spire 2 mods

RitsuLib is a general-purpose frontend dependency library similar to BaseLib, designed as a prerequisite dependency for rapid content mod development. It provides mod authors with a stable layer for content registration, lifecycle hooks, and common modding utilities.

The library is maintained as a practical authoring tool, with API growth driven by demand and focused on patterns used in bundled mods. It exists alongside BaseLib and does not conflict with it.


Key Features

  • Shared framework for Slay the Spire 2 mods

  • Stable layer for content registration and lifecycle hooks

  • Rapid development support for content mods

  • Zero conflict with BaseLib (works alongside it)

  • Demand-driven API focused on real usage patterns


Game Logs Location

You can find game logs at:

Windows:

text
%appdata%\SlayTheSpire2\logs

Or in-game:
Press ~ to open the console, then type:

text
open logs

This opens the logs directory directly.

  • godot.log — Most recent game launch

  • Other files — Correspond to the 5 most recent launches before the current one


Support

Some issues can be reported via email:
[email protected]


Source

Github – BAKAOLC/STS2-RitsuLib