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:

No image "wzcheat_step1.gif" attached to Cheats In Older Versions No image "wzcheat_step2.gif" attached to Cheats In Older Versions

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:

  1. 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.
  2. Make a backup of this file. Right or Control click and go to "Duplicate".
  3. Now right click on the original file and go to "open with" –> Text Edit.
  4. Find the line that says "debugmode=0".
  5. Change "0" to "1". It should now look like this: "debugmode=1"
  6. Save the file.
  7. Start Warzone
  8. While a game has started, hold down Shift+Backspace.
  9. 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:

  1. Open Terminal.app
  2. Type (without quotes) "/Applications/Warzone.app/Contents/MacOS/Warzone --cheat", hit Return to start the game
  3. While a game has started, hold down Shift+Backspace.
  4. Press Return on the keyboard to enter chat mode. Type in the cheat codes and hit Return.

Version 2.0.7

  1. 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.
  2. Make a backup of this file. Right or Control click and go to "Duplicate".
  3. Now right click on the original file and go to "open with" –> Text Edit.
  4. Find the line that says "debugmode=0".
  5. Change "0" to "1". It should now look like this: "debugmode=1"
  6. Save the file and start Warzone.
  7. 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.
  8. Now hit "t" on the keyboard to enter chat mode. Type in the cheat codes & hit return.

Version 2.0.5

  1. First find the Warzone 2100 application. It should be in the "Applications" folder.
  2. Right click on the Warzone 2100 icon and select "Show Package Contents".
  3. Navigate the folders till you find "warzone2100.sh". It should be in these folders; Contents/MacOS –> warzone2100.sh
  4. Make a backup copy of the file. Right click on the file & go to "Duplicate".
  5. 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".
  6. You should see this in TextEdit:
#!/bin/sh

MYDIR=`dirname "$0"`
cd "$MYDIR"
pwd
exec ./warzone2100 --datadir ../Resources/data
  1. Now add " --cheat" at the end of the line "exec ./warzone2100 --datadir ../Resources/data". Don't forget to include the space after the "/data".
  2. It should now look like this:
#!/bin/sh

MYDIR=`dirname "$0"`
cd "$MYDIR"
pwd
exec ./warzone2100 --datadir ../Resources/data --cheat
  1. Now save the warzone2100.sh file & start the game.
  2. 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.
  3. Now hit "t" on the keyboard to enter chat mode. Type in the cheat codes & hit return.