-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I want to apply the mod to the mobile (unofficial) version of Balatro since the text is quite small on a phone screen.
I have Lovely, Steamodded etc. all working on mobile but obviously there is no exe to patch since it's an apk file so I can't quite figure out how to install this mod.
As far as I know, to port it to Lovely you would just need to write the patches as a .toml file containing patterns to replace. Such as this: https://github.com/eeve-lyn/BalatroMobileCompat/blob/main/lovely.toml
I'm not very well versed in Lua and I don't know exactly what you changed, or I would have a go myself. But if you remember exactly what you changed then I would think it would be fairly quick to convert it to .toml format.
This would also have the benefit of making the mod more version independent, as long as the exact text you are modifying wasn't changed the mod won't need to be updated.