Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List of stories that will run on mac osx
Urkle Offline
FG - Associate

Posts: 1,172
Threads: 31
Joined: Jul 2006
Reputation: 21
#4
Solved: 8 Years, 3 Months, 1 Week ago RE: List of stories that will run on mac osx

for the most part I just put the files in the right places and then rewrote the "bat" files as a ".sh" file

so instead of
Amnesia.exe config/ttp_main.cfg

I create
#!/bin/sh
./Amnesia.app/Contents/MacOS/Launcher config/ttp_main.cfg

And I put the files in the Amnesia.app/Contents/Resources folder (different if you have the steam version as the files aren't "inside" of the Amnesia.app for steam).

in some places you might have to make sure that paths have "/" instead of "\" in them.

Developing away on one of
Multiple Macs running 10.6, 10.7, 10.8, and 10.9.
Linux, 8-core AMD, 8GB RAM, Fedora 18, nVidia 450 1GB
12-22-2011, 04:15 AM
Website Find


Messages In This Thread
RE: List of stories that will run on mac osx - by Urkle - 12-22-2011, 04:15 AM



Users browsing this thread: 1 Guest(s)