added lovely injector and readme

This commit is contained in:
Vomitblood 2025-06-30 18:57:08 +08:00
parent 9e96a440a8
commit c646c0e430
3 changed files with 29 additions and 0 deletions

29
README.md Executable file
View file

@ -0,0 +1,29 @@
# Installation
1. Clone this repository into Balatro's game directory.
- `%AppData%/Balatro/Mods` on Windows.
- `~/.steam/steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro` on Steam Deck/Linux default directory (`~/` will be called _Home_ if you are moving files in the GUI file manager).
- Flatpak version of Steam: `~/.var/app/com.valvesoftware.Steam/.steam/steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro`.
2. Name the cloned directory `Mods`.
- Steam Deck/Linux users can use this command to clone the repository:
```sh
git clone https://git.vomitblood.com/Vomitblood/balatro-mods.git Mods
```
- Balatro game directory should look like this:
![screenshot](assets/screenshot.png)
3. Right click on Balatro in your Steam library.
4. Manage > Browse local files.
5. Move `version.dll` from this repository to this directory.
6. Copy and paste this into the launch options of Balatro in Steam:
```
WINEDLLOVERRIDES="version=n,b" %command%
```
7. Profit.

BIN
assets/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
assets/version.dll Normal file

Binary file not shown.