A simple mod for Slay the Spire that can export card images, relics, potions, and monster images.
Simply load the mod with ModTheSpire. Then click on 'mods' -> 'Spire Exporter' -> 'config' -> 'Export now'. This creates a directory "export" that contains the exported images and data in HTML format.
By default only modded items will be exported.
The exporter uses JTwig, and it is very easy to write your own templates. See the cardlist markdown template for an example. Changing the template currently requires the mod to be recompiled, but if there is demand for it this could easily be changed.
- Download
ModTheSpire.jar
- Move
ModTheSpire.jar
into your Slay The Spire directory. This directory is likely to be found underC:\Program Files (x86)\Steam\steamapps\common\SlayTheSpire
. - Create a
mods
folder in your Slay The Spire directory - Download
BaseMod.jar
, and place it in themods
folder. - Download
StSExporter.jar
, and place it in themods
folder. - Your modded version of Slay The Spire can now be launched by double-clicking on
ModTheSpire.jar
- This will open a mod select menu where you need to make sure that both
BaseMod
andSpire Exporter
are checked before clicking play