Package Details: balatro 1.0.1o-2

Git Clone URL: https://aur.archlinux.org/balatro.git (read-only, click to copy)
Package Base: balatro
Description: A deck-building roguelite where you must play poker hands and earn chips to defeat enemy blinds
Upstream URL: https://www.playbalatro.com
Licenses: LicenseRef-Commercial
Submitter: KokaKiwi
Maintainer: KokaKiwi
Last Packager: KokaKiwi
Votes: 5
Popularity: 1.01
First Submitted: 2024-02-22 11:45 (UTC)
Last Updated: 2025-05-10 21:17 (UTC)

Dependencies (4)

Required by (0)

Sources (4)

Latest Comments

KokaKiwi commented on 2025-05-10 21:18 (UTC)

@raffitz Thanks for your comment!

I just updated the package with a new launcher script which now uses lovely when found using a new package I created (lovely-injector) :)

raffitz commented on 2025-05-10 20:19 (UTC)

Instructions for running mods using lovely:

Requires the rust toolchain (cargo etc). I did it with a version installed via the arch packaged rustup, I do not know if standard package rust works.

git clone --recursive https://github.com/ethangreen-dev/lovely-injector --branch v0.7.1

(or whatever version is latest)

cd lovely-injector cargo build --release

This will produce liblovely.so . You can then inject this by doing:

cp $(which balatro) ./balatro-modded

And changing the balatro-modded script to be:

!/bin/sh

LD_PRELOAD=/path/to/liblovely.so export LD_PRELOAD exec love /usr/share/balatro/balatro.love

Many thanks to ethangreen, VGSkye, Rick1029, SpomJ et al., as well as to KokaKiwi.

duvel71 commented on 2025-04-15 09:46 (UTC)

I see, thanks. That worked. I don't think previous versions required that, though. It would be nice if the installer threw up a helpful message about it.

archor commented on 2025-04-15 09:15 (UTC)

@duvel71 That's totally normal. You'll need to move your own Balatro.exe file to the cloned repo. After that, you can retry the installation.

duvel71 commented on 2025-04-15 08:17 (UTC)

PKGBUILD contains a bad link:

curl: (3) URL rejected: Bad file:// URL ==> ERROR: Failure while downloading file://Balatro.exe Aborting...