Cheat with Mac version

Other talk that doesn't fit elsewhere.
This is for General Discussion, not General chat.
Post Reply
Aurelio
New user
Posts: 2
Joined: 27 Sep 2006, 11:23

Cheat with Mac version

Post by Aurelio »

Still another topic about cheat…  ;)

I've tried to launch warzone by the terminal, typing:

Code: Select all

cd Warzone\ 2100.app/Contents/MacOS/
./warzone2100 --cheat
But it crashes immediately, saying:

Code: Select all

  ** CHEAT MODE ACTIVATED! **
error:      Could not find game data. Aborting.
What's wrong? I tried with the 2.0.4 and the 2.0.5 RC1.

Thanks.
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: Cheat with Mac version

Post by DevUrandom »

Answer from Ari, our Mac coder:
 The Mac application bundle that is created by my script has a
warzone2100.sh that explicitly passes --datadir ../Resources/data to
the warzone2100 binary.  He should be running:

./warzone2100 --datadir ../Resources/data --cheat
Aurelio
New user
Posts: 2
Joined: 27 Sep 2006, 11:23

Re: Cheat with Mac version

Post by Aurelio »

Thanks! :D

I didn't pay attention to that script… :-[
Post Reply