Skip to content

english5040/Steamodded

 
 

Repository files navigation

Steamodded - A Balatro ModLoader

Introduction

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.

Installation

How to Install Steamodded

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 current in Alpha.

How to install the 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

How to Install a Mod

  • Navigate to your Mods directory as it was specified in the installation instructions.
  • Put the mod into the directory (only the Mod File if there is only one file provided or all the files in a subdirectory)
  • Launch the game and enjoy!

Features

Documentation for this project is currently incomplete. Information on features in version 0.9.8 can be found within the Wiki pages that are not numbered, while complete and fully structured documentation for version 1.0 is still being assembled on the numbered pages. Any information found there is subject to change until the full release of version 1.0.0.

Contributing

This project is open for contribution. Please, feel free to open a pull request to do so. If you are adding new features, providing documentation is highly appreciated.

License

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

About

A Balatro ModLoader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 92.2%
  • Python 7.8%