-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Linux support/instructions #47
Comments
It's a bit complicated because there's no real way to build native game binaries, instead they must be distributed in |
No, you can def build binaries, you can do "cat squashfs-root/bin/love SuperGame.love > squashfs-root/bin/SuperGame" To merge your .love game into the love binary to get a game executable. I've done it myself. |
Gotcha, I must've missed that on the wiki. Bumping this to high priority, thanks for the correction and the request :-) |
watch PR #66 |
For anyone that might be interested, I packaged balatro with lovely-injector support on NixOS. I know Nix is not the easiest language, but it may be useful to somebody. |
For anyone having trouble I spent a few hours and figured it out! I have a full write up of instructions to using Balatro on linux and building lovely-injector for linux use. Works perfectly and runs natively instead of through wine/proton. |
Could there be Linux support of this injector ?
Linux had more Steam users than Mac and being able to mod Love2d games on Linux would be great.
Does the Mac bash script work for Linux (with an .so intead of .dylib) or doesn't it need adjustements or a rewrite ?
The text was updated successfully, but these errors were encountered: