Installation - DevDaddyJacob/Balatro-Collectables GitHub Wiki
Installing the mod is fairly simple and straight forward.
Before installing the mod, you will need to install Steamodded, the Balatro mod loader.
Instructions on how to install Steamodded are found on their wiki.
Important
Collectables requires a specific version of smods / steamodded, specifically version 1.0.0~ALPHA-1409a-STEAMODDED
or later.
If you are following the Steamodded installation instructions, ensure you are not using the "old-calc" version.
This specific version can be found at this point in the repo history, however if you are using the latest version from the main branch you should be fine.
Click me for a more technical explination for the specific version requirement
This is because the mod makes use of a handful of recent pull request which added support for various different things:
- Support for nested config values (Introduced by PR#407 in version 1.0.0~ALPHA-1314d-STEAMODDED)
- Support for X chips (Introduced by commit 8bbc6dd in version 1.0.0~ALPHA-1409a-STEAMODDED)
Once Steamodded is installed, all you need to do is download the mod code and move it to the appropriate location on your system.
Just like the Steamodded install, there are 2 ways you can do this, the first is using a direct download, and the second is using Git.
If you are not as comfortable with using the command line or don't know what Git is, I recommend you do the direct download method.
Download Using Direct Download
-
Download the latest source code from the main branch as a zip file.
-
In your Balatro mods folder (see table below for mods folder locations) you made when installing Steamodded, extract the mod's source code to a new folder named
Collectables
, the folder should look something similar to this image.
Operating System | Balatro Mods Folder Path |
---|---|
Windows | %AppData%/Balatro/Mods |
MacOS | ~/Library/Application Support/Balatro/Mods |
Linux (WINE/Proton) | ~/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods |
Linux (WINE/Proton) with snap installation of Steam | ~/snap/steam/common/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods |
Download Using Git
[!NOTE] This portion of the guide assumes you either already have Git installed, or know how and are able to install it.
-
If Git isn't installed, install it now.
-
Open your command line, and navigate to the mods folder you made when installing Steamodded (see table below for mods folder locations).
Operating System | Balatro Mods Folder Path |
---|---|
Windows | %AppData%/Balatro/Mods |
MacOS | ~/Library/Application Support/Balatro/Mods |
Linux (WINE/Proton) | ~/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods |
Linux (WINE/Proton) with snap installation of Steam | ~/snap/steam/common/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods |
- Clone the repository using the following command:
git clone https://github.com/JayPaulinCodes/Balatro-Collectables.git Collectables
Updating the mod is fairly simple, but is different depending on which installation method you chose to use in step 2 of the installation.
Updating Direct Download
-
Delete your Collectables mod folder you made when installing the mod.
-
Follow direct download installation steps.
Update Git Download
[!NOTE] This portion of the guide assumes you already have Git installed
- Open your command line, and navigate to the Collectables mod folder you made when installing (see table below for folder locations).
Operating System | Balatro Mods Folder Path |
---|---|
Windows | %AppData%/Balatro/Mods/Collectables |
MacOS | ~/Library/Application Support/Balatro/Mods/Collectables |
Linux (WINE/Proton) | ~/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/Collectables |
Linux (WINE/Proton) with snap installation of Steam | ~/snap/steam/common/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/Collectables |
- Update the repository with the following command
git pull