It's been posted that to get a list of command line switches, one needs only to run (from the command line):
However, I'm having trouble generating command line options in the Mac OSX.
To run an application from the command line in OSX (Terminal), one types (for example):
Quote:
> open /Applications/Games/Dominions3/Dominions3.app
|
However, the following throws an error:
Quote:
> open /Applications/Games/Dominions3/Dominions3.app -h
|
Any suggestions on how to do this on the Mac? And if it works, how to set it as a permenant command-line setting whenever the game is run?