Last modified 17 months ago
Last modified on 09/03/10 19:06:02
Cheats in older versions of Warzone
Enable Cheat Mode in Windows & Linux (2.2.x and below)
Step 1. Start the game with the "--cheat" command line option. Step 1 can be skipped if you are using 2.3 beta 6 or newer.
In Windows, refer to this visual guide:
For more info take a look at Command Line Options to see a list of command lines and how to use them.
Step 2. During gameplay, press "left shift" and "backspace" simultaneously.
This should result in a message "Cheats enabled".
If it doesn't, you are probably using an old keymap and should reset it.
Mac OS X
Version 2.1.x and 2.2.x
Either do this:
- Navigate to the "config" file located in: "Users/(User Home Directory)/Library/Application Support/Warzone 2100" —> config. Replace (User Home Directory) with the name of your home directory.
- Make a backup of this file. Right or Control click and go to "Duplicate".
- Now right click on the original file and go to "open with" –> Text Edit.
- Find the line that says "debugmode=0".
- Change "0" to "1". It should now look like this: "debugmode=1"
- Save the file.
- Start Warzone
- While a game has started, hold down Shift+Backspace.
- Press Return on the keyboard to enter chat mode. Type in the cheat codes and hit Return.
(Steps 1-6 can be skipped if you are using 2.3 beta 6 or newer.)
Or this:
- Open Terminal.app
- Type (without quotes) "/Applications/Warzone.app/Contents/MacOS/Warzone --cheat", hit Return to start the game
- While a game has started, hold down Shift+Backspace.
- Press Return on the keyboard to enter chat mode. Type in the cheat codes and hit Return.
Version 2.0.7
- Navigate to the "config" file located in: "Users/(User Home Directory)/Library/Application Support/Warzone 2100" —> config. Replace (User Home Directory) with the name of your home directory.
- Make a backup of this file. Right or Control click and go to "Duplicate".
- Now right click on the original file and go to "open with" –> Text Edit.
- Find the line that says "debugmode=0".
- Change "0" to "1". It should now look like this: "debugmode=1"
- Save the file and start Warzone.
- When playing, hold down "left shift" and "delete" at the same time to go into debug/cheat mode. A message should pop up and say "CHEATS ENABLED". The word "Debug" should also appear at the bottom of the game screen.
- Now hit "t" on the keyboard to enter chat mode. Type in the cheat codes & hit return.
Version 2.0.5
- First find the Warzone 2100 application. It should be in the "Applications" folder.
- Right click on the Warzone 2100 icon and select "Show Package Contents".
- Navigate the folders till you find "warzone2100.sh". It should be in these folders; Contents/MacOS –> warzone2100.sh
- Make a backup copy of the file. Right click on the file & go to "Duplicate".
- Open the warzone2100.sh file in TextEdit. Right click on the file & go to "Open With –> Other". Then select "TextEdit" from the Applications folder and click on "Open".
- You should see this in TextEdit:
#!/bin/sh MYDIR=`dirname "$0"` cd "$MYDIR" pwd exec ./warzone2100 --datadir ../Resources/data
- Now add " --cheat" at the end of the line "exec ./warzone2100 --datadir ../Resources/data". Don't forget to include the space after the "/data".
- It should now look like this:
#!/bin/sh MYDIR=`dirname "$0"` cd "$MYDIR" pwd exec ./warzone2100 --datadir ../Resources/data --cheat
- Now save the warzone2100.sh file & start the game.
- When playing, hold down "left shift" & "delete" at the same time to go into debug/cheat mode. A message should pop up & say "CHEATS ENABLED". The word "Debug" should also appear at the bottom of the game screen.
- Now hit "t" on the keyboard to enter chat mode. Type in the cheat codes & hit return.

