- Видео 1
- Просмотров 8 365
Artur Bondarenko
Добавлен 26 июн 2011
Balatro on Android (Easy guide for converting Steam version)
In main.lua file replace line:
if name == "quit" then
with line
if name == "quit" and not (G.FRAMES.DRAW == 0) then
And for limiting FPS to 30 (Powersave mode) in global.lua add line:
self.FPS_CAP = 30
If you are having big black circle on screen, try disabling the CRT shader in the source code, for some users it works. Inside the file game.lua remove the line where the CRT shader is set (in my case line 2881):
love.graphics.setShader( G.SHADERS['CRT'])
Please Like and Subscribe
And have fun :D
if name == "quit" then
with line
if name == "quit" and not (G.FRAMES.DRAW == 0) then
And for limiting FPS to 30 (Powersave mode) in global.lua add line:
self.FPS_CAP = 30
If you are having big black circle on screen, try disabling the CRT shader in the source code, for some users it works. Inside the file game.lua remove the line where the CRT shader is set (in my case line 2881):
love.graphics.setShader( G.SHADERS['CRT'])
Please Like and Subscribe
And have fun :D
Просмотров: 8 386
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?
🐐
Thank you so much bro
cant skip blinds in the mobile version?
Thanks mate. My productivity completely doomed. No regrets ^^
Is it synchronized with the steam? Will the progress be pushed to the steam and from?
This aged well lol
How do u carry over your profile if you want to update?
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
Is it possible to make a mobile version of the game Dungeons & Degenerate Gamblers? following this same procedure?
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
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
My man, you are brilliant, even regarding the "black circle" fix. Thank you!
Glad that you can enjoy it 😊
I don't do this much but THANK you man
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!
Woah it's easy and working well. Thank u <3
Glad that it worked well for you 😁
Por ahora, funciona de maravilla. Voy a avisar si encuentro algun error
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
thx bro this is awesome
How can I change the resolution? The default is 844 x 390. I used iPhone 13
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.
Works great! Thank you!
Is there any way i can transfer my steam game progress to?
worked first try ty <3 now i can fullfit my ludopathy while shitting
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
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?
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
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.
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?
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
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
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
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.
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"
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
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!
It really works! Thank's man😎
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.
Yay no longer having to deal with wine/box86
thanks, I have been looking for a solution since forever!
Thanks for the guide😉
Thanks for the video!