Skip to content

Arlen-LT/STSTrainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

STSTrainer

A simple trainer for Slay the Spire using Java.


๐ŸŽฎ How to Use (For Users)

  1. Download STSTrainer.jar from [Releases].
  2. Move STSTrainer.jar into your Slay the Spire game directory (e.g., C:\SteamLibrary\steamapps\common\SlayTheSpire\).
  3. Right-click Slay the Spire in Steam -> Properties -> General -> Launch Options.
  4. Paste the following command:
    jre\bin\java -javaagent:STSTrainer.jar -jar desktop-1.0.jar %command%
    
    Or play with Mod:
    jre\bin\java -javaagent:STSTrainer.jar -jar mts-launcher.jar %command%
    
  5. Launch the game through Steam.

๐Ÿ› ๏ธ Development (For Developers)

If you want to modify or recompiling this project, you will need Javassist.

  • Dependency: javassist.jar
  • Usage: This project uses Javassist for bytecode manipulation. Make sure to include javassist.jar in your build path or project libraries.

๐Ÿ“„ License

MIT License

About

A Trainer for Slay the Spire

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors