would you happen to have an idea of where the game saves are located on android? just wondering if i could import my current run or even mods if possible
Hello! Thank you for this guide really much! Everything works just fine for me, but there's one small issue I would like to question. It seems like the language changing button is missing ( I would like to be able to change language to Russian ), but the button just isn't there. I tried looking into the files, and all the localisation sheets are there. I also tried renaming the files, but the text just disappears because I probably need different font for the Russian, but I don't know how do I do it properly. Can you please help me? P.S sorry for my wording & grammar
You can enable changing languages by making an edit in globals.lua Find line #35 (first occurrence) self.F_ENGLISH_ONLY = true And change "true" to "false"
@@GeoXGD Not sure, check through that file. Or search for changing resolution in Love2D in general. Why are you asking? I bet lower resolution will make text unreadable.
great job! i only have one problem, i have a large black circle on the screen when i open it up that covers 80% of the screen, controls still work as i can press buttons without seeing them, only thing i can think of is it rendering the circle for my front camera on the screen, on a pixel 6a
Thank you very much for the tutorial, it works perfectly. Just one question, could it be set to change the language like in the steam version? That allows it to be put in Spanish and in several languages. Thanks very much buddy
You can enable changing languages by making an edit in globals.lua Find line #35 (first occurrence) self.F_ENGLISH_ONLY = true And change "true" to "false"
Hello, thank you for the tips but i have an issue... I can't select any button on the main menu ( i have a shadow of the selection but nothing happens), i don't now why and i've followed all your steps.
I really liked the video, congratulations, I really like playing balatro, is there any script to leave it in portrait mode only? The game keeps rotating and I would like to lock it in portrait mode
Try disabling the CRT shader in the source code, for some users it works now. Inside the file game.lua comment out or remove the line where the CRT shader is set (in my case line 2881) by adding two dashes in front of it: love.graphics.setShader( G.SHADERS['CRT']) to --love.graphics.setShader( G.SHADERS['CRT']) Please let me know if this helps
Do you mean change language of the game to Portuguese? Look through the comments under this video, it is possible, someone was asking about Russian, so there is a way to enable languages in game
You can enable changing languages by making an edit in globals.lua Find line #35 (first occurrence) self.F_ENGLISH_ONLY = true And change "true" to "false"
Try disabling the CRT shader in the source code, for some users it works now. Inside the file game.lua comment out or remove the line where the CRT shader is set (in my case line 2881) by adding two dashes in front of it: love.graphics.setShader( G.SHADERS['CRT']) to --love.graphics.setShader( G.SHADERS['CRT']) Please let me know if this helps
My man, you are brilliant, even regarding the "black circle" fix. Thank you!
Glad that you can enjoy it 😊
Woah it's easy and working well. Thank u
Glad that it worked well for you 😁
thanks, I have been looking for a solution since forever!
Por ahora, funciona de maravilla. Voy a avisar si encuentro algun error
How do u carry over your profile if you want to update?
It really works! Thank's man😎
would you happen to have an idea of where the game saves are located on android? just wondering if i could import my current run or even mods if possible
Yes very much this please!
Hello! Thank you for this guide really much! Everything works just fine for me, but there's one small issue I would like to question.
It seems like the language changing button is missing ( I would like to be able to change language to Russian ), but the button just isn't there. I tried looking into the files, and all the localisation sheets are there. I also tried renaming the files, but the text just disappears because I probably need different font for the Russian, but I don't know how do I do it properly. Can you please help me? P.S sorry for my wording & grammar
You can enable changing languages by making an edit in globals.lua
Find line #35 (first occurrence)
self.F_ENGLISH_ONLY = true
And change "true" to "false"
@@uaBArt Yeah, I got it already. And one more question. Is there any way to modify the game's resolution? Thanks in advance
@@GeoXGD Not sure, check through that file. Or search for changing resolution in Love2D in general. Why are you asking? I bet lower resolution will make text unreadable.
@@uaBArt Yeah, that's why I want to make the resolution higher - because the text is a lil bit blurry
@@uaBArtcan you import your save from steam or no?
worked first try ty
great job! i only have one problem, i have a large black circle on the screen when i open it up that covers 80% of the screen, controls still work as i can press buttons without seeing them, only thing i can think of is it rendering the circle for my front camera on the screen, on a pixel 6a
same on pixel 7
Same for the Pixel 8
Sorry to hear. Is it the same in portrait mode as well?
@@uaBArt I have the same issue, it's the same in portait mode
@@uaBArt correct
For me it's says it's missing boot.lua, could you maybe share your file for to see if it's just my balatro pc problem?
Yay no longer having to deal with wine/box86
Works great! Thank you!
Thanks for the guide😉
Thank you very much for the tutorial, it works perfectly. Just one question, could it be set to change the language like in the steam version? That allows it to be put in Spanish and in several languages. Thanks very much buddy
You can enable changing languages by making an edit in globals.lua
Find line #35 (first occurrence)
self.F_ENGLISH_ONLY = true
And change "true" to "false"
I don't do this much but THANK you man
Hello, thank you for the tips but i have an issue... I can't select any button on the main menu ( i have a shadow of the selection but nothing happens), i don't now why and i've followed all your steps.
cant skip blinds in the mobile version?
The bottom right corner of my screen is a giant black circle that makes the game unplayable. I'm on a Pixel 8 Pro, any ideas what's up?
I really liked the video, congratulations, I really like playing balatro, is there any script to leave it in portrait mode only? The game keeps rotating and I would like to lock it in portrait mode
Thanks mate. My productivity completely doomed. No regrets ^^
How can I change the resolution? The default is 844 x 390. I used iPhone 13
Thanks for the video!
Is it possible to make a mobile version of the game Dungeons & Degenerate Gamblers? following this same procedure?
On my Redmi 10T its not working.Probably,because of "the best" MIUI(that is so unoptimizated shit)
I just have a black screen and nothing.
Would it be possible to do the same thing with other games like zero ranger? It's low file size and vertical screen perfect for mobile
Is there any way i can transfer my steam game progress to?
wow, didn't expect for it to be possible just that way
I'll try it
UPD: Big black circle that takes 80% of screen on Pixel 6+ devices, bruh
Me too on poco x6 pro 5G
@@xulito1404 or also there is somewhere in comments instruction what to change in code manually
Is it synchronized with the steam? Will the progress be pushed to the steam and from?
This aged well lol
When trying to run, I get a black smudge on the screen 🤷♂️ any idea why?
Try disabling the CRT shader in the source code, for some users it works now.
Inside the file game.lua comment out or remove the line where the CRT shader is set (in my case line 2881) by adding two dashes in front of it:
love.graphics.setShader( G.SHADERS['CRT'])
to
--love.graphics.setShader( G.SHADERS['CRT'])
Please let me know if this helps
@@uaBArt it worked!!!Thank you!
@@uaBArt This also fixed it for me
thx bro this is awesome
Do you know how to make it work for iPhone I don’t know how to get the ipa file to transfer
look up sideloadly, i used it and its a lot more straightforward than other options!
🐐
have you got any more tips for optimisation? it runs but it runs poorly
Sorry, probably you should upgrade your phone. I had 60-70fps on kinda old Pixel 5
My game just crashes instantly upon loading
Make sure that you have changed correct line in main.lua. And also try to force stop the app, as I was mentioning in the end of the video.
thanks but this felt like a speedrun
@@HimMrM Guide is not difficult, you can rewind and watch again some parts if needed. Maybe I should add some timestamps.
@@uaBArt it's not difficult at all, in just used to 30 minutes of non necessary length and 5 mins of actual tut
Good idea, but I use steam link and it works great!
You can play this natively on your phone away from your house at 60fps... not really the same.
Could you put it in Portuguese?
Do you mean change language of the game to Portuguese? Look through the comments under this video, it is possible, someone was asking about Russian, so there is a way to enable languages in game
@@uaBArt Thanks, I got it by looking at the comments
Hello, friend, I need your help. Can you put it in Spanish and if you can, how?
You can enable changing languages by making an edit in globals.lua
Find line #35 (first occurrence)
self.F_ENGLISH_ONLY = true
And change "true" to "false"
@@uaBArt thanks a lot
have the same big black screen on poco m6 pro
Try disabling the CRT shader in the source code, for some users it works now.
Inside the file game.lua comment out or remove the line where the CRT shader is set (in my case line 2881) by adding two dashes in front of it:
love.graphics.setShader( G.SHADERS['CRT'])
to
--love.graphics.setShader( G.SHADERS['CRT'])
Please let me know if this helps
Thank you so much bro