Grim.wz on a Mac?

Get some help with creating maps or modding.
Need a map editor or other tools, look here!
Giel
Regular
Regular
Posts: 725
Joined: 26 Dec 2006, 19:18

Re: Grim.wz on a Mac?

Post by Giel »

shishkebab wrote: ok... seems i was confused. you dont do -- you just edit existing varibles like debugmode=1 to enable cheats and edit the other stuff like screen size. sorry if i confused anyone. i dont think osx recognises -- commands. you can not use them by creating an alias.
Erm, OSX has nothing whatsoever to do with "-- commands" in fact their just commandline parameters which should be passed to warzone (and warzone will need to recognize and interpret these).
"First make sure it works good, only then make it look good." -- Giel
Want to tip/donate? bitcoin:1EaqP4ZPMvUffazTxm7stoduhprzeabeFh
User avatar
Runic
New user
Posts: 1
Joined: 03 Sep 2007, 18:44
Location: Orlando, FL

Re: Grim.wz on a Mac?

Post by Runic »

You can use the command line options of Warzone on Mac OS X.

you just need to use Terminal.app to do it or write a script to do it.

In Terminal you can use the follwing command, assuming you have installed Warzone in "/Applications" :

/Applications/Warzone.app/Contents/MacOS/Warzone --debug all --debugfile ~/Library/Application\ Support/Warzone\ 2100/warzone.log

notes:

--debug all :  tells Warzone to output alot of debugging info

--debugfile : tells Warzone where to save the debug output to a file


FYI, the example command above is set to save the file out to:

~/Library/Application\ Support/Warzone\ 2100/warzone.log

( '~' translates to the current user's home folder )