
- Slay the spire mods install#
- Slay the spire mods mod#
- Slay the spire mods update#
- Slay the spire mods mods#
- Slay the spire mods download#
Slay the spire mods mod#
If you want your mod to be compatible with multiplayer, join the discord below.
Slay the spire mods mods#
When playing with this mod it is best to avoid other mods - there is a high chance it won't work and that it'll just bug out. This means that there's a lot of things that are yet to be added, but the mod is actively being worked on. The goal of the mod is to keep the content as vanilla as possible by not adding new content, but rather just making the game multiplayer.Īs already mentioned, this mod is in alpha. A lot of the things are synchronized, but some of them are: Now with that out of the way, let's get into the description.įirst of all, what is Together in Spire? Together in Spire is an alpha mod that allows you to play Slay the Spire with up to 4 friends. * ALTERNATIVELY FOR ABOVE, YOU CAN USE HAMACHI OR RADMIN TO MAKE IT EASIER IF YOU'RE EXPERIENCING A CRASH WHEN CLICKING JOIN, YOU HAVEN'T ENTERED CORRECT HOST INFO OR THEIR PORT ISN'T OPEN! These are the mods that I've found worthwhile enough for general audiences - but it is far from the bulk of the mods I've developed Most of my more experimental mods exist hidden away in. * THIS MOD REQUIRES THE HOST TO BE ABLE TO PORT FORWARD! IF YOU'RE EXPERIENCING A CRASH WHEN CLICKING HOST, YOUR PORT ISN'T ABLE TO OPEN. Hello - welcome to my site In here you'll find a curated collection of some of the mods I've developed and polished enough for 'official' releases. CRASHES AND DISCONNECTS MID-GAME ARE TO BE EXPECTED! IT WORKS AND CAN BE PLAYED, BUT IT ISN'T OPTIMAL AND IS UPDATED CONSTANTLY. Right now, ModInitializer.* THIS MOD IS IN ALPHA. You've probably noticed our ExampleMod didn't do anything. You should be able to run Slay the Spire by running MTS.cmd ( MTS.sh on a mac). You can find it in /_ModTheSpire/mods/ExampleMod.jar.Ĭopy ExampleMod.jar into the mods folder in your Slay the Spire directory. This should package ExampleMod into ExampleMod.jar.

Open a terminal in the ExampleMod directory and run mvn package. If you have followed the steps so far, you should be able to package the mod that you downloaded in the skelaton repository.

Writing Your First Mod Package the Skelaton App In this tutorial, the directory that Slay the Spire is installed in will be refered to as the Slay the Spire directory.įollow the steps on the Playing With Mods page.Ĭopy BaseMod.jar from your lib folder into your mods folder in your Slay the Spire directory. If you have played Slay the Spire with mods or have set up ModTheSpire, you can skip this step.
Slay the spire mods update#
You may need to right-click your project Maven -> Update Project -> Select your current project -> Click OK. (If no Maven projects tab on the right View -> Tool Windows -> Maven Projects)įile -> Import -> Maven -> Existing Maven Projects -> Browse and select ExampleMod folder or your own mod that follows the structure of the ExampleMod. Here are steps for importing your project into two of the more popular IDEsįile -> Project from Existing Sources -> Select ExampleMod folder or your own mod that follows the structure of the ExampleMod -> Select Maven -> Press next until your project is built.Ĭlick on the Maven Projects tab on the right of the editor and click the refresh icon to load your dependencies from the pom.xml into your project. When Slay The Spire updates, you will need to replace desktop-1.0.jar with the latest version. ModTheSpire and BaseMod only support the main branch of the game (i.e. Copy desktop-1.0.jar into the lib folder. There is a file called desktop-1.0.jar located where your game is installed. For Windows, copy MTS.cmd to your Slay the Spire.
Slay the spire mods install#
Copy ModTheSpire.jar to your Slay the Spire install directory. Under that mask is Sakuya, time-freezing, knife-throwing maid from the Touhou games, and all her abilities are represented in her. The Servant is one of the first big character mods for Slay The Spire, and still one of the best, in large part due to its character and card art.

Slay the spire mods download#
The final dependency you will need is the actual game. Installation Download the latest Release. Its an excellent and polished production. jar for each project and place in the lib folder This is very useful if you want to have multiple STS modding projects.ĭownload the latest release. The lib folder is where we will keep our dependencies. Unzip where you want to set up your dev environment.ĭo not clone or fork unless you really want to go through the hassle of changing git things later Adding Dependencies If you are having trouble installing Maven, try following this guide which uses IntelliJ IDEA's built in Maven support Download the Skeleton Repositoryĭownload the STSModSetUp repository as a zip.

Maven is used for dependency management and packaging any mods you create. Setting Up Your Development Environment Install Maven If you are not looking to develop mods, the guide to play other people's mods is found here. Welcome to modding Slay the Spire! This page will help you build your first Slay the Spire mod.
