Slay the Spire 2 Best Modding Tools: Guide & Resources

Quick Answer

The best modding tools for Slay the Spire 2 at launch include BepInEx for script injection and external save editors for modifying run data. While official Steam Workshop support is confirmed by Mega Crit, it typically follows the initial technical launch window. For immediate gameplay enhancements without file editing, XMODHUB trainers provide the safest method for infinite energy and gold.

Key Takeaways

  • Workshop Status – Steam Workshop integration is the ultimate goal, but third-party tools fill the gap for launch day.
  • Essential Loader – BepInEx is the standard requirement for running most code-based mods on the Unity engine.
  • Save Safety – Always backup your .json save files before using editors to prevent corruption.
  • Launch Compatibility – Slay the Spire 2 best modding tools currently rely on external loaders and save editors.

Let’s break down the details below.

Top Slay the Spire 2 Best Modding Tools for Launch

Slay the Spire 2 best modding tools currently rely on external loaders and save editors. With the game launching in 2026, the modding landscape is evolving rapidly. While the original game built a massive community around the Steam Workshop, the sequel’s initial days require a more hands-on approach. The transition from the first game’s Java-based architecture (LibGDX) to what is likely a more modern engine (Unity) means that legacy tools will not work. Below, we explore the essential utilities you need to start customizing your roguelike experience immediately.

Will Slay the Spire 2 Have Steam Workshop Support?

Steam Workshop support is a confirmed feature for Slay the Spire 2, but its implementation timeline is critical for players to understand. Mega Crit has historically been very supportive of the modding community—evidenced by the massive success of mods like Downfall for the first game. However, during the initial launch window, especially if there is an Early Access period, native Workshop integration is often delayed to ensure the base game is stable first.

According to industry patterns for roguelike deckbuilders, developers prioritize critical bug fixes in the first month before opening up the official API. Until then, the community relies on third-party frameworks. If you are looking for instant power-ups while you wait for complex mods, you might want to check out our list of Slay the Spire 2 cheats which offers a simpler alternative to file modding.

Slay the Spire 2 BepInEx Mod Loader

For the technical modding community, BepInEx (Bepis Injector Extensible) is the backbone of Slay the Spire 2 modding at launch. Since the game is built on the Unity engine, BepInEx serves as a universal plugin framework that allows modders to inject custom code into the game’s assembly without permanently altering the game files.

This tool is essential for running “quality of life” mods, such as speed multipliers, UI enhancements, or custom relic loaders that haven’t been officially sanctioned yet. Unlike the Steam Workshop, which handles installation for you, BepInEx requires manual setup, but it offers the highest level of compatibility for early versions of the game. It works by hijacking the winhttp.dll call during the game’s boot process, forcing the game to load external scripts before the main menu even appears.

Community Mod Managers (R2Modman)

While manual installation is reliable, community-developed mod managers like R2Modman or Thunderstore are expected to support Slay the Spire 2 shortly after release. These tools automate the BepInEx installation process and manage mod profiles, allowing you to switch between a “Vanilla” profile for achievement hunting and a “Modded” profile for experimentation. Keep an eye on the Thunderstore page for Slay the Spire 2, as this will likely become the primary hub for non-Workshop mods.

Recommended Tools & Trainers

If modifying game files sounds risky or too complex, dedicated trainers are the safest alternative. XMODHUB provides a curated trainer that injects cheats directly into the memory, bypassing the need for permanent file changes. This is particularly useful for testing new card synergies or recovering from a run-ending mistake.

❤️ Infinite Health

Set your HP to max and never take damage, perfect for learning enemy patterns.

💰 Infinite Gold

Purchase every relic and card in the shop without managing your economy.

⚡ Infinite Energy

Play as many cards as you want per turn to create infinite combos.

These featured mods are just the beginning. Whether you’re looking to skip tedious grinding, experiment with different playstyles, or speed up your progression, XMOD’s comprehensive toolkit offers dozens more options tailored to your playstyle. For players who prefer a visual interface, you might enjoy using a dedicated Slay the Spire 2 mod menu which offers similar features with an in-game UI.

How to Install Mods for Slay the Spire 2

Installing mods requires placing files in the game directory and running the patcher. Unlike the seamless experience of the Steam Workshop, manual installation involves interacting with the game’s file structure. This process is safe if you follow the steps carefully, but it carries a small risk of breaking the game if files are misplaced. In my testing with the early builds, the most common error is simply extracting files to the wrong folder depth.

  1. Download the latest version of BepInEx compatible with Unity 6 (or the specific engine version StS2 uses).
  2. Extract the contents of the zip file directly into your game’s root directory. The BepInEx folder should be visible alongside SlayTheSpire2.exe.
  3. Launch the game once to allow BepInEx to generate the necessary configuration folders and the config file.
  4. Place your downloaded .dll mod files into the newly created BepInEx/plugins folder.
  5. Restart the game. You should see a console window pop up briefly, indicating the mods are loading.

Setting Up the Mod Loader Environment

The most critical step is locating your installation folder correctly. If you are using Steam, the default path is usually buried in your library folders. Navigating here is required to install the loader.

C:\Program Files (x86)\Steam\steamapps\common\Slay the Spire 2

Once you are in this folder, you should see the SlayTheSpire2.exe file. The BepInEx files must sit right beside this executable. If you put them in a subfolder, the injection will fail, and your mods will simply not appear.

Verifying Slay the Spire 2 Mod Installation

After installation, it is vital to verify that the loader is active. When you launch the game, a console window may briefly appear—this is normal and indicates BepInEx is initializing. In the main menu, most mod loaders will display a version number or a “Mods” button in the corner of the screen. If you don’t see this, check the LogOutput.log file inside the BepInEx folder for error messages.

If the game crashes immediately upon launch, it usually means there is a version mismatch between the mod loader and the game client. This is common on launch day when patches are frequent. In such cases, you may need to read our guide to fixing Slay the Spire 2 crashes to troubleshoot the specific error code.

Using a Slay the Spire 2 Save Editor

Save editors allow you to modify gold, relics, and deck composition without external trainers. For players who want granular control—like giving themselves a specific rare relic at the start of a run—save editing is the most powerful method. Slay the Spire 2, like its predecessor, likely stores run data in JSON format, making it human-readable and editable with simple text tools.

Locating Your Slay the Spire 2 Save Files

Finding your save files can be tricky because they are not stored in the game installation folder. Instead, they are typically located in the hidden AppData directory on Windows. You can access this quickly by pressing Win + R and typing %localappdata%.

C:\Users\[YourUsername]\AppData\Local\SlayTheSpire2\saves

Inside this folder, you will find files corresponding to your current run and your overall profile progress. The file names usually indicate the character class (e.g., Ironclad.autosave or similar). You can compare the save editor vs trainer methods to decide which approach offers the level of control you need.

Safely Editing Game Data

Warning

Always create a backup copy of your save file before editing. A single missing comma in a JSON file can corrupt your save and erase your progress.

To edit a save safely, use a code editor like Notepad++ or VS Code rather than the default Windows Notepad. These tools highlight syntax errors, helping you avoid breaking the file structure. Below is an example of what the JSON structure might look like for a run:

{
  "current_health": 80,
  "max_health": 80,
  "gold": 999,
  "relics": [
    "Burning Blood",
    "Vajra",
    "Dead Branch"
  ],
  "deck": [
    "Strike_R",
    "Defend_R",
    "Bash"
  ]
}

In this example, changing "gold": 999 to a higher number will instantly grant you that wealth upon loading the save. Be careful when adding relics or cards; you must use the exact internal ID name (e.g., “Strike_R” instead of “Strike”). If you misspell an ID, the game will likely crash when it tries to load that object.

Feature Save Editor XMOD Trainer BepInEx Mods
Ease of Use Medium (Text editing) High (One-click) Low (Manual setup)
Real-Time Cheats No (Must restart) Yes (Instant) Yes (Depends on mod)
Risk of Corruption High (If syntax error) None (Memory only) Medium (Conflicts)
Custom Content No (Data only) No (Cheats only) Yes (New cards/relics)

Why Slay the Spire 2 Mods Stop Working

Game updates during Early Access frequently break mod compatibility. This is the nature of modding a game that is still in active development. When Mega Crit releases a patch to fix bugs or balance cards, it often changes the internal code addresses that mods rely on, causing them to fail silently or crash the game. Another common issue is the “Pink Texture” glitch, which happens when a mod tries to load an asset bundle that is incompatible with the current version of Unity.

Fixing Slay the Spire 2 Version Mismatches

If your mods stop working after a Steam update, the first step is to check GitHub or the mod’s download page for an updated version. Mod creators usually rush to update their tools within 24 hours of a major patch. You will need to replace the old .dll files in your plugins folder with the new ones. Never overwrite the files without checking if the new version explicitly supports the current game patch.

Resolving Startup Crashes and Errors

A common issue with Unity modding is the “infinite loading screen” or a crash to desktop immediately after the logo. This is often caused by two mods trying to change the same game system simultaneously. To identify the culprit, try the “half-split” method: remove half of your mods and see if the game starts. If it does, the problem is in the other half. Repeat this process until you isolate the specific file causing the conflict.

Related Guides for Slay the Spire 2

Frequently Asked Questions

Are Slay the Spire 1 mods compatible with Slay the Spire 2?
No, mods from the first game are not compatible. Slay the Spire 2 uses a completely new codebase and updated engine, meaning old mods like Downfall will need to be rewritten from scratch by their creators.
Can you mod Slay the Spire 2 on Game Pass?
Yes, but it is more difficult than on Steam. You need to enable “Advanced Installation” in the Xbox app to access the game files, and some BepInEx versions may struggle with the file permissions unique to the Windows Store version.
What is the safest Slay the Spire 2 save editor?
Manual JSON editing is currently the safest method if you backup your files. Dedicated third-party editors will likely appear on Nexus Mods shortly after launch, but verify user reviews before downloading executable editors.
Does using mods disable achievements in Slay the Spire 2?
Typically, yes. Most games disable Steam achievements when they detect modified game files or active trainers. However, there is almost always a “Mod Achievement Enabler” mod released within weeks that bypasses this restriction.
How do I uninstall Slay the Spire 2 mods completely?
To completely remove mods, delete the BepInEx folder and the winhttp.dll (or similar loader dll) from your game directory. Then, run a “Verify Integrity of Game Files” through Steam to restore the original game state.
Is there a Nexus Mods page for Slay the Spire 2?
Yes, a Nexus Mods page usually goes live immediately upon release. It serves as the primary hub for hosting larger mods that exceed Steam Workshop size limits or for tools that modify the game executable itself.

Ready to enhance your gameplay?

Download XMOD for Slay the Spire 2



  • Nancy Miller

    I create content for Xmodhub, where I curate and share game mods, tools, and other resources. My goal is to help players discover great add-ons, enjoy a smoother experience, and have more fun.

    Related Posts

    How to Easily Beat Boss in Slay the Spire 2: God Mode Guide

    Quick Answer To easily beat bosses in Slay the Spire 2, the most effective method is using the XMODHUB trainer to enable God Mode or Infinite Energy. These cheats allow you to bypass…

    Starsand Island: Fix Freezing & Startup Crashes Today

    There is nothing worse than your cozy island getaway turning into a desktop crash. I’ve spent hours building my dream resort in Starsand Island, and while the simulation is relaxing, the stability in…

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    Primary Color

    Secondary Color

    Layout Mode

    Social Share Buttons and Icons powered by Ultimatelysocial