-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Alchyr edited this page Jul 30, 2024
·
25 revisions
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.
- Getting Basicmod into an IDE (Integrated Development Environment, fancy text editor)
- BasicMod
- Testing
- 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.
- 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.