- Download balatro-1.0.1f (the latest version as of 9 June 2024).
- Unzip the executable:
unzip Balatro.exe -d balatro/
- Add this to the OS-specific settings switch in
globals.lua:if love.system.getOS() == 'Linux' then self.F_DISCORD = false self.F_SAVE_TIMER = 5 self.F_ENGLISH_ONLY = true self.F_CRASH_REPORTS = false self.F_NO_ACHIEVEMENTS = true end
- Zip everything up again into a file named
Balatro.love:zip -r Balatro.love * - Install love2d:
sudo pacman -S love
- Launch Balatro with the
SDL_VIDEODRIVERenvvar (otherwise for me it runs in xwayland):SDL_VIDEODRIVER=wayland love Balatro.love
Created
June 9, 2024 15:27
-
-
Save mesmere/c7c2bdb33bdb7c58cdef594fdbd39b32 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment