Home - Alchyr/BasicMod GitHub Wiki
If you run into any issues following this tutorial, feel free to ask questions/give feedback to @alchyr
in the #modding-technical channel of the Slay the Spire discord.
Setup (Start Here)
- Getting Basicmod into an IDE (Integrated Development Environment, fancy text editor)
- BasicMod
- Testing
Adding Content
- The Main Mod File
- General Advice
- Adding a Character
- Adding Cards
- Adding Relics
- Adding Potions
- Powers
Infodump - Contains short pieces of information about various parts of the game.
Other Useful Things
- Github Setup - Slightly out of date, but not impossible to follow.
- Reading a Stack Trace
- Slay the Spire Discord
- DefaultMod - this was made as a replacement for the DefaultMod modding tutorial, but the code itself still has plenty of examples to look at.