blake502 / balatro-mobile-maker

Create a mobile Balatro app from your Steam version of Balatro
270 stars 21 forks source link

Can't switch to beta language #66

Open ValeriyKoloytanov opened 1 week ago

ValeriyKoloytanov commented 1 week ago

In game you need to click two times to switch to that language, but when i try to do this in android apk- nothing happens. Patch 1.0.1f

blake502 commented 1 week ago

Which language are you trying to switch to? Do other languages work?

blake502 commented 1 week ago

I was able to replicate the issue, but I'm not sure about a solution yet.

blake502 commented 1 week ago

While building the APK, when it asks you to select patches.. Visit Balatro/game.lua Around line 942, you can manually set those languages as non-beta. beta = true -> beta = nil That works for now.