PDA

View Full Version : options and mac os ?


mathusalem
September 19th, 2007, 09:32 AM
Hi ^^


I don't manage to use any option like '-w' with the mac os version.

I tried with the terminal, to launch the binaries like that :
/Applications/Dominions3.app/Contents/MacOS tom$ ./Dominions3 -w
Något gick fel!
myloadmalloc: can't open ./guiborder2.tga
Något gick fel!
myloadmalloc: can't open ./guiborder2.tga
Abort trap


any idea ?


Thanks !

Ygorl
September 19th, 2007, 12:05 PM
You need to run the game from a different directory ("Resources") than the binary sits in; it's a little counterintuitive. Something like this:

cd /Applications/Dominions3.app/Contents/Resources/
../MacOS/Dominions3 -r 1920 1200

mathusalem
September 19th, 2007, 12:51 PM
you're right, thanks a lot !

PashaDawg
September 19th, 2007, 01:06 PM
Ygorl is my hero! http://forum.shrapnelgames.com/images/smilies/happy.gif

Johan K
September 19th, 2007, 04:12 PM
Or you could do it like this:

cd /Applications
Dominions3.app/Contents/MacOS/Dominions3 -r 1920 1200

That way Dominons will get the same working directory as if you had double clicked on it.