Skip to content

Your First Mod

WilsontheWolf edited this page Jan 8, 2025 · 4 revisions

Making Your First Mod

This page is designed to help you find what is needed when first making a mod. If you are just looking on more clarifcation on something specific, you should check the sidebar to see if it's covered, or ask in the Balatro Discord.

First Steps

Useful resources

  • Often, something you want to do has already been implemented in the base game. Familiarizing yourself with the game's code is an important step to learn Balatro modding. To get Balatro's source code, extract the game's executable file with 7-zip. For Mac, find Balatro.love inside Balatro.app and rename it to Balatro.zip, then extract Balatro.zip. A handful of vanilla jokers have been reimplemented in a Steamodded example mod for reference.
  • It can also be useful to look at code from other mod creators.
  • Lovely is a tool that lets you patch the balatro source code, and since it's nessicary for Steamodded, Steamodded mods can take advantage of it too. See Lovely's patch documentation.
Clone this wiki locally