More actions
No edit summary |
No edit summary |
||
Line 50: | Line 50: | ||
Step 4: | Step 4: | ||
* Copy your prepped <code>atmosphere</code> folder to your switch SD card and ensure Balatro launches and functions with the included example mods. | * Copy your prepped <code>atmosphere</code> folder to your switch SD card and ensure Balatro launches and functions with the included example mods. | ||
== User guide == | |||
=== Where to find mods === | |||
* [https://mega.nz/folder/fQ1zlAra#CduiyoPXT3_KFJWUx0Lqkw Jaded's 0.9.8 Mod Collection] | |||
* [https://github.com/jie65535/awesome-balatro Awesome Balatro repo by jie65535] | |||
* [https://www.nexusmods.com/balatro/mods/ Nexus Mods Balatro page] | |||
* [https://discord.com/channels/1116389027176787968/1209506514763522108 Balatro Discord Mods thread] [https://discord.com/invite/balatro Click here to join the server.] | |||
=== How to install a mod === | === How to install a mod === | ||
Line 56: | Line 63: | ||
* Put the mod into that directory (the mod can be a single file if there is only one file provided, or it can be a whole folder.) | * Put the mod into that directory (the mod can be a single file if there is only one file provided, or it can be a whole folder.) | ||
* Launch the game and enjoy. | * Launch the game and enjoy. | ||
=== Limitations === | === Limitations === |
Latest revision as of 06:35, 16 September 2024
Balatro Steamodded Mod | |
---|---|
General | |
Author | JonJaded |
Type | Game Hacks |
Version | 2024 |
License | GPL-3.0 |
Last Updated | 2024/09/12 |
Links | |
Download | |
Website | |
Source | |
Steamodded for the the Switch version of Balatro.
Steamodded is a mod loader and injector for the game Balatro. Much like the LÖVE2D engine itself, it is built using Lua. It is made with modularity and extensibility in mind, providing a large selection of APIs and other features to facilitate bringing your ideas to life.
Installation
Requirements
- A modded switch
- A legal copy of Balatro for the switch, with the latest update
- A valid python install
Instructions
Step 1:
- Download the repository as a ZIP file, and extract it somewhere safe.
- Use your favorite NX dump tool to dump your current "update" of Balatro in NCA FS or romFS format.
Step 2:
- Connect your SD card to your computer and go to the location where you dumped the update.
- Copy the "Patch RomFS" folder to inside your repo extraction folder.
- Now enter the "Patch RomFS" folder and ZIP its contents into a standard ZIP. Make sure the dumped files are at the root of the ZIP file, not NOT nested inside another folder.
Step 3:
- Copy the ZIP file into where you extracted the repo on your computer.
- Drag the ZIP file onto
SteamoddedNX_injector.py
and wait for the process to finish. - If you see "Process completed successfully. Press any key to exit...", then you're good to go. If not, check your ZIP file structure.
- Extract the contents of the modded ZIP into the included
\atmosphere\contents\0100CD801CE5E000\romfs
directory. - (Optional) This step is not needed but if you would like to see exact crash errors from your mods:
- While in your romfs folder, open
globals.lua
and jump to line 62self.F_NO_ERROR_HAND =
, now replacetrue
withfalse
- While in your romfs folder, open
Step 4:
- Copy your prepped
atmosphere
folder to your switch SD card and ensure Balatro launches and functions with the included example mods.
User guide
Where to find mods
- Jaded's 0.9.8 Mod Collection
- Awesome Balatro repo by jie65535
- Nexus Mods Balatro page
- Balatro Discord Mods thread Click here to join the server.
How to install a mod
- Find and download a sMOD 0.9.8 compatible mod (see Limitations.)
- Navigate to your Mods directory (see the installation instructions.)
- Put the mod into that directory (the mod can be a single file if there is only one file provided, or it can be a whole folder.)
- Launch the game and enjoy.
Limitations
- Lovely is not supported on the Switch, so mods that require it will NOT work.
- Limited to mods that function on 0.9.8 version of sMOD. You may need to find an older version of a mod to use it.
- Card suit customization introduced in version 1.0.1g (Friends of Jimbo) will not work.
Screenshots
Media
Balatro - Official Release Date Trailer (GameTrailers)
Credits
Thanks to Steamo and co for helping develop such a versatile tool that literally works on any platform. I only needed to make a couple of minor adjustments and patches to make it launch on Switch. Thank you to the mod community that make amazing add-ons and of course thanks to localthunk for making such an amazing, addictive game.