Steamodded is a mod loader and injector for the game Balatro. Much like the LÖVE2D engine itself, it is built using Lua. It is made with modularity and extensibility in mind, providing a large selection of APIs and other features to facilitate bringing your ideas to life.
Please refer to the Installation Instructions in the Steamodded guide. While it is possible to use the injector for versions 0.9.8 and below, this method is no longer recommended and is deprecated starting in version 1.0, which is currently in Alpha.
To use the 1.0.0 pre-release version, install Steamodded using Git and check out the main branch. Alternatively, download the source code directly instead of the release and proceed with steps 3-6 of the manual Installation Instructions
- Navigate to your Mods directory (see the installation instructions).
- Put the mod into that directory. (The mod can be a single file if there is only one file provided, or it can be a whole folder.)
- Launch the game and enjoy!
Documentation for this project is currently incomplete. Old documentation for version 0.9.8 can be found on unnumbered Wiki pages. Documentation for version 1.0 is still being assembled on the numbered pages; it's not yet complete. Any information found there is subject to change until the full release of version 1.0.0.
This project is open for contribution; feel free to open a pull request. If you are adding new features, providing documentation is highly appreciated.
This project is licensed under the GNU General Public License. This ensures that the software is free to use, modify, and distribute. For more details, click here