From 95f4abc3dc612454ed33a0adcd728e525a066486 Mon Sep 17 00:00:00 2001 From: cg223 Date: Fri, 10 Apr 2026 18:52:20 -0500 Subject: [PATCH 1/2] small clarification in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d79c7e..4b1d168 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Lovely is a lua injector which embeds code into a [LÖVE 2d](https://love2d.org/ 1. Download the [latest release](https://github.com/ethangreen-dev/lovely-injector/releases) for Windows. This will be `lovely-x86_64-pc-windows-msvc.zip`. 2. Open the .zip archive, copy `version.dll` into the game directory. You can navigate to the game's directory by right-clicking the game in Steam, hovering "Manage", and selecting "Browse local files". 3. Put one or more mods into the mod directory (NOT the same as the game directory). If you are modding Balatro, this should be -* `%AppData%/Balatro/Mods` on Windows +* `%AppData%/Balatro/Mods` on Windows (you may need to create this folder yourself, or launch Balatro with lovely installed once to create it automatically) * [`~/.steam/steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro`](https://steamcommunity.com/sharedfiles/filedetails/?id=3178949415) on Steam Deck (`~/` 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` 5. **Only Steam Deck / Proton / Wine** Set your game's launch options in Steam to `WINEDLLOVERRIDES="version=n,b" %command%`. From 39b9d683d9a4a75c8a9e7b71b6a71c4ae5cc2ce2 Mon Sep 17 00:00:00 2001 From: cg223 Date: Fri, 10 Apr 2026 19:05:08 -0500 Subject: [PATCH 2/2] readme points to Mods folder for all platforms --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b1d168..6dfbce4 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Lovely is a lua injector which embeds code into a [LÖVE 2d](https://love2d.org/ 1. Download the [latest release](https://github.com/ethangreen-dev/lovely-injector/releases) for Windows. This will be `lovely-x86_64-pc-windows-msvc.zip`. 2. Open the .zip archive, copy `version.dll` into the game directory. You can navigate to the game's directory by right-clicking the game in Steam, hovering "Manage", and selecting "Browse local files". -3. Put one or more mods into the mod directory (NOT the same as the game directory). If you are modding Balatro, this should be -* `%AppData%/Balatro/Mods` on Windows (you may need to create this folder yourself, or launch Balatro with lovely installed once to create it automatically) -* [`~/.steam/steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro`](https://steamcommunity.com/sharedfiles/filedetails/?id=3178949415) on Steam Deck (`~/` 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` +3. Put one or more mods into the mod directory (NOT the same as the game directory). You may need to create the `Mods` folder yourself, or launch Balatro with lovely installed once to create it automatically. If you are modding Balatro, this should be +* `%AppData%/Balatro/Mods` on Windows +* [`~/.steam/steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods`](https://steamcommunity.com/sharedfiles/filedetails/?id=3178949415) on Steam Deck (`~/` 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/Mods` 5. **Only Steam Deck / Proton / Wine** Set your game's launch options in Steam to `WINEDLLOVERRIDES="version=n,b" %command%`. 6. Run the game through Steam.