#Lovely Mod Help

1 messages · Page 1 of 1 (latest)

thin chasm
#

Hi I am brand new to modding and I followed all of the instructions. When I tried to open the run_lovely_macos file it doesn't open. This is what the terminal says:
/Users/myuser/Library/Application Support/Steam/steamapps/common/Balatro/run_lovely_macos .sh: line 8: ./Balatro.app/Contents/Game/Balatro.app/Contents/MacOS/love: No such file or directory

fast ridge
#

If you go on steam and right click balatro > properties > local files > browse local files where does steam take you?

thin chasm
fast ridge
#

What is the path of it (I think its on the top of finder)?

thin chasm
#

thank you so much for your help btw

fast ridge
#

Are you able to run the following in the terminal and tell me what it says

cd "/Users/$USER/Library/Application Support/Steam/steamapps/common/Balatro"
find
thin chasm
#

zsh: command not found: terminal
usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]
find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]
name@x-MacBook-Air Balatro %

fast ridge
#

What about find .

thin chasm
#

it gives me a list of all the places that balatro is seen

#

its a whole long thing

fast ridge
#

Yeah Copt and paste that here

thin chasm
fast ridge
#

What about cat run_lovely_macos.sh

thin chasm
#

cat: run_lovely_macos.sh: No such file or directory
x@x-MacBook-Air Balatro %

fast ridge
#

Oh there's a space. Try cat run_lovely_macos\ .sh

thin chasm
#

#!/bin/bash
gamename="Balatro"
defaultpath="/Users/$USER/Library/Application Support/Steam/steamapps/common/$gamename"

export DYLD_INSERT_LIBRARIES=liblovely.dylib

cd "$defaultpath"
./$gamename.app/Contents/Game/$gamename.app/Contents/MacOS/love "$@"
x@x-MacBook-Air Balatro %

fast ridge
#

And what does ./run_lovely_macos\ .sh say?

thin chasm
#

./run_lovely_macos .sh: line 8: ./Balatro.app/Contents/Game/Balatro.app/Contents/MacOS/love: No such file or directory
x@x-MacBook-Air Balatro %

fast ridge
thin chasm
#

it says event not found /bin/bash

fast ridge
#

What did you do to get that

thin chasm
#

i used the code from the link

fast ridge
#

Like you put it in the file?

thin chasm
#

i put it in the terminal

#

i can put it in the file?

#

i apologize, im very new to coding and modding

fast ridge
#

Yeah something is wrong with your run_lovely_macos.sh you need to update it

thin chasm
#

okay sounds good

#

okay i redownloaded the newest file and it let me put it in the terminal. this is what it says now: Last login: Wed Dec 17 18:05:43 on ttys000
/Users/x/Library/Application\ Support/Steam/steamapps/common/Balatro/liblovely.dylib ; exit;
x@x-MacBook-Air ~ % /Users/x/Library/Application\ Support/Steam/steamapps/common/Balatro/liblovely.dylib ; exit;
zsh: exec format error: /Users/x/Library/Application Support/Steam/steamapps/common/Balatro/liblovely.dylib

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]

fast ridge
#

Oh running the script direfkty broke your terminal, close and reposn it.

thin chasm
#

omg! I think it's working :DD