675acb65666e325d885ab93a #22
Replies: 1 comment
-
Tomb raider fixIf the game does not start after a while, then run the file " load " inside the application in Shadow of the Tomb Raider .app/Contents/MacOS/ This works for any path, try this If your game is not working. Instructions: and paste this code in the "load" file => #!/bin/bash
cd "$(dirname "$0")"
app_path="$(pwd)"
app_path="$(find "${app_path%/*}/Game" -name "*.app" -depth 1)"
plist_path="${app_path}/Contents/Info.plist"
exec_name="$(grep -A1 CFBundleExecutable "$plist_path" | awk -F'>' '/string/{ print $2 }' |awk -F'<' '{ print $1 }')"
xattr -cr "${app_path}"
appID=$(cat "$(find "$(pwd)" -name 'steam_appid.txt')")
appID="$(cat steam_appid.txt)"
export SteamAppId=$appID
export SteamGameId=$appID
export STEAMEMU_SETTINGS_DIR="${app_path%/*}/../Config"
export DYLD_LIBRARY_PATH=$(echo $(pwd))
launchctl remove com.valvesoftware.steam.ipctool
pkill ipcserver
./reset >/dev/null 2>&1
./ipcserver >/dev/null 2>&1 &
ipcpid=$!
"${app_path}/Contents/MacOS/${exec_name}" #>/dev/null 2>&1
gamepid=$!
wait gamepid 2>/dev/null
kill $ipcpid >/dev/null 2>&1
wait $ipcpid 2>/dev/null
launchctl remove com.valvesoftware.steam.ipctool
pkill ipcserver
./reset >/dev/null 2>&1
./ipcserver >/dev/null 2>&1 &
ipcpid=$!
"${app_path}/Contents/MacOS/${exec_name}" #>/dev/null 2>&1
gamepid=$!
wait gamepid 2>/dev/null
kill $ipcpid >/dev/null 2>&1
wait $ipcpid 2>/dev/null
launchctl load -S Background /Users/$USER/Library/Application\ Support/Steam/com.valvesoftware .steam.ipctool.plist > /dev/null 2>&1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
675acb65666e325d885ab93a
Discover a wide range of cracked games, mods, and gaming resources for PC, Mac, and more. Download your favorite games for free and enjoy endless gaming adventures!
https://toxicgames.in/download/mac/shadow-of-the-tomb-raider/675acb65666e325d885ab93a
Beta Was this translation helpful? Give feedback.
All reactions