Skip to content
Linniel Driver-Williams edited this page Apr 5, 2026 · 15 revisions

This page explains how to get started with modding Slay the Spire 2 by setting up a initial project. Slay the Spire 2 is written in C# using the Godot game engine and is highly moddable. The first steps under Setup below include what you need to install and where to start.

Be aware that Slay the Spire 2 is currently in Early Access. As the game is frequently updated things are likely to change in ways that break mods. Any mods created during this period will need to be updated after each breaking change in the main game, and modding as a whole may be somewhat unstable.

This guide in a work in progress; given how new StS 2 modding is, we're actively working on making it easier to start modding.

Setup

Adding Content

More Modding

Other Resources

Getting Help


Troubleshooting

If you're missing BaseLib features, check your project's NuGet dependencies and see if you're missing an update (alt+shift+7 to open in Rider).

image

Select an out-of-date dependency and click the arrow in a circle button to update.

image

You're recommended to also keep the analyzer up-to-date.

Clone this wiki locally