GitXplorerGitXplorer
t

sts-exporter

public
10 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
bea889e90a39bf04bc3423fca78180731fbc1629

creature info in json

ttwanvl committed 6 years ago
Unverified
64c05c7b6b50959d1c2f04456b1aa599bb4d1433

Reduce max size of creature images

ttwanvl committed 6 years ago
Unverified
b09e0a507f82d80ee74e41e9b8f2f9bc5163c4c6

Better creature bounding boxes

ttwanvl committed 6 years ago
Unverified
d566f5e03e33c188caa5b7fc0e45aef6acaaec0b

version++

ttwanvl committed 6 years ago
Unverified
3f67ca02358e1559e7e579c43b54000cb2caaee9

Option to disable image export

ttwanvl committed 6 years ago
Unverified
e3d7efd839c7509b2be66820ba5b1ec2048f537f

Creature type and HP

ttwanvl committed 6 years ago

README

The README file for this repository.

Slay the Spire exporter

A simple mod for Slay the Spire that can export card images, relics, potions, and monster images.

How to use it

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.

Changing the export format

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.

Installation

  1. Download ModTheSpire.jar
  2. Move ModTheSpire.jar into your Slay The Spire directory. This directory is likely to be found under C:\Program Files (x86)\Steam\steamapps\common\SlayTheSpire.
  3. Create a mods folder in your Slay The Spire directory
  4. Download BaseMod.jar, and place it in the mods folder.
  5. Download StSExporter.jar, and place it in the mods folder.
  6. Your modded version of Slay The Spire can now be launched by double-clicking on ModTheSpire.jar
  7. This will open a mod select menu where you need to make sure that both BaseMod and Spire Exporter are checked before clicking play