Lovely is a lua injector which embeds code into a LÖVE 2d game at runtime. Unlike executable patchers, mods can be installed, updated, and removed over and over again without requiring a partial or total game reinstallation. This is accomplished through in-process lua API detouring and an easy to use (and distribute) patch system.
- Use my fork of balatro-mobile-maker to add the library
- Install the outputted
balatro.apk
- Run the game once to create the necessary folders
- Download mods and extract them in
Android/data/com.unofficial.balatro/files/mods
(Can be done on device using a file explorer)- Make sure to download any dependencies that a mod requires
- If a mod contains a native binary (
.dylib
or.dll
) then it will not work
While it is likely, there is no guarantee that I will maintain this in the future
See the Official Documentation
Credits go to ethangreen-dev/lovely-injector for creating the initial project