A simple program for patching custom music into Balatro. (Specifically Dom Palombi's covers.)
On Windows this program uses 7zip to replace in-game files with the custom music. If 7zip is not installed, the program will download it for you, but it is recommended to install it yourself. here
- Download the latest release from the link above.
- Extract the zip file.
- (If necessary) Allow the app through Windows Security (Audit code through GitHub to verify.)
- Run
balatro-music-patch.exe(Windows might give you a warning from SmartScreen, but pressMore Info -> Run Anyway.) - Follow the instructions in the program.
- Download 7zip from here.
- Open the repository and navigate to the
resources/sounds/folder. - Download the music from this folder.
- Open where Balatro is located on your computer and right click on the Balatro executable (Balatro.exe).
- Go to
7-Zip -> Open Archive. - Navigate to the
resources/sounds/folder in the archive. - Drag and drop the music files into the archive.
- Close the archive and run Balatro.
- Download the latest release from the link above.
- Extract the zip file.
- Open terminal
- Navigate to the release directory
- Run
./balatro-music-patch - Follow the instructions in the program.
- Open the repository and navigate to the
resources/sounds/folder. - Download the music from this folder.
- Navigate to '~/Library/Application Support/Steam/steamapps/common/Balatro' (It's easiest to use 'Go To Folder' in the menu bar or Cmd-Shift-G)
- Right click on Balatro.app and click 'Show Package Contents'.
- Navigate to 'Contents/Resources/'
- Rename 'Balatro.love' to 'Balatro.zip'
- Double click 'Balatro.zip' to extract and navigate into the Balatro folder
- Navigate to the
resources/sounds/folder. - Drag and drop the music files into the folder.
- Return to the Balatro folder from step 7
- Press shift-A to select all, right click, and press 'Compress'
- Rename 'Archive.zip' to 'Balatro.love' and copy it to the 'Contents/Resources/' folder from step 5
- Delete the Balatro folder and 'Balatro.zip' from 'Contents/Resources/'
- Run Balatro.
- Clone the repository.
- Install pyinstaller with
pip install pyinstaller. - Run
pyinstaller --onefile main.py. - The executable will be in the
dist/folder. - Run the executable in a directory with the resources folder
- Dom Palombi for the music covers.
- 7zip for opening archives.
- PyInstaller for .exe creation.
- The Balatro team for the game.