leafi / fix-spacechem-os-x

Script/instructions to fix SpaceChem for OS X 10.11
MIT License
40 stars 4 forks source link

Demo support (was: I need help) #13

Open WolfyLeader opened 7 years ago

WolfyLeader commented 7 years ago

So when i open this patcher it says: http://imgur.com/a/57MZ4 Also my macOs is version 10.11.6

Thanks

leafi commented 6 years ago

(Old news now, I know, but...) yeah I never tested this on the SpaceChem Demo. I didn't even know there was a demo.

Maybe the approaches used in this package could fix the demo. Maybe not.

maltsev commented 6 years ago

I had the same issue. Here is the fix that worked for me.

  1. Right click on Fix Spacechem.app and select Show Package Contents.
  2. Go to Content → Resources folder.
  3. Open script file with your text editor.
  4. Replace
    export SPACECHEM_PATH="$HOME/Library/Application Support/Steam/steamapps/common/SpaceChem/SpaceChem.app/Contents"

with

export SPACECHEM_PATH="$HOME/Library/Application Support/Steam/steamapps/common/SpaceChem - Demo/SpaceChem Demo.app/Contents"
  1. Save the file.
  2. Run Fix Spacechem.app again.