• Register

No information given.

Comment History
aquantumsingularity
aquantumsingularity - - 2 comments @ The Stanley Parable v1.4 for Mac OSX

Just to be crystal clear about the method so far:

right click The Stanley Parable app and click "show package contents"

go to Contents/MacOS/run.sh

open this in a text editor

find the line of code that says "#location of the binary" and replace the line below with
GAMEROOT="$HOME/Library/Application Support/Steam/SteamApps/common/Half-life 2"

Good karma+1 vote
aquantumsingularity
aquantumsingularity - - 2 comments @ The Stanley Parable v1.4 for Mac OSX

OK. I've done some digging and as Valve has kindly decided to move some of the file locations since the latest version of the Stanley parable was released it means the "run.sh" file needs modifying. you need to open the run.sh file in a text editor and scroll down a little to where the "#location of the binary" and change the line that says GAMEROOT="$HOME/Library/Application Support/Steam/SteamApps/$STEAMUSERID/half-life 2" to GAMEROOT="$HOME/Library/Application Support/Steam/SteamApps/common/Half-life 2"

This is as far as i have got, yes it now finds the hl2_osx file but it still fails to launch and complains about not being able to find a loading background .vtf file. which isnt in the folder it should be.

Good karma+1 vote