Balatro

Balatro

View Stats:
JamesWest95 Nov 29, 2024 @ 12:24pm
Resolution fix
To keep resolution when you quit and reopen the game, i have found this solution :
- open Balatro.exe with 7-zip
- extract conf.lua
- edit conf.lua with a text editor and change these two lines with the resolution of your choice :
t.window.width = 0
t.window.height = 0
i.e. :
t.window.width = 1920
t.window.height = 1080
- save the file
- update Balatro.exe with 7-zip

That's done :steamhappy:
< >
Showing 1-1 of 1 comments
Thank you, this game have a problem with resolution
EDIT: Unfortunately doesn't work, at least for 4K, here are the settings I am trying:

_RELEASE_MODE = true
_DEMO = false

function love.conf(t)
t.console = not _RELEASE_MODE
t.title = 'Balatro'
t.window.width = 3840
t.window.height = 2160
t.window.minwidth = 3840
t.window.minheight = 2160
end
Last edited by Sammarok-GoodGaming; Dec 5, 2024 @ 1:50am
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Nov 29, 2024 @ 12:24pm
Posts: 1