GitXplorerGitXplorer
t

sts-exporter

public
10 stars
6 forks
0 issues

Commits

List of commits on branch master.
Unverified
72429f62744ef10396bda28a4ab573074d3bd37b

Version number

ttwanvl committed 5 years ago
Verified
bc6d576e906c4daf976af424532f19286fc0484b

Merge pull request #4 from JohnnyBazooka89/bugfix/export_unique_keywords

ttwanvl committed 5 years ago
Verified
f21ae129d97e4f89c82173687cb7be11c10a59e1

Merge pull request #5 from JohnnyBazooka89/bugfix/fix_empty_flavor_text

ttwanvl committed 5 years ago
Unverified
25f0b50c19ecd3fe3396cb3f4aed18b1b5b70964

Bugfix - Fix Empty Flavor Text.

JJohnnyBazooka89 committed 5 years ago
Unverified
68cfc3fa04a94df76acbf77bdec553a2378598b3

Bugfix - Export Unique Keywords.

JJohnnyBazooka89 committed 5 years ago
Unverified
6b47577dddc404db93859b28cdd238f905058608

Also export Watcher relics

ttwanvl committed 5 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