God Mode
Locate the difficulty files in your Crysis installation folder (ie: C:\Program Files\Electronic Arts\Crytek\Crysis\Game\Config). These files are called diff_easy.cfg, diff_normal.cfg, diff_hard.cfg and diff_bauer.cfg. Open the file (with Notepad) that corresponds to the difficulty level you are playing. Add the following line to the end of the file and save it:
g_godMode = 1
Now, when playing your health will still decrease but you will not die. Instead, your health and armor will automatically replenish when your health reaches 0.
Additional Cheats
Using the same method as above, add the following lines to the end of your config file for the corresponding effect:
Code: | Result: |
i_unlimitedammo = 1 | Unlimited Ammo |
ai_IgnorePlayer = 1 | Enemies Ignore You |
i_noweaponlimit = 1 | Carry Unlimited Number of Weapons |
NOTE: ALWAYS MAKE A BACKUP BEFORE OVERWRITING GAME FILES.
Developer Mode Cheats
Start the game with the command-line shortcut of -DEVMODE. This will enable new cheat keys that can be used in the game.
Example: "C:\Program Files\Crysis\bin32\Crysis.exe" -DEVMODE
Code: | Result: |
F1 | Toggle First/Third Person View |
F2 | Jump to Next Checkpoint |
F3 | Toggle Fly Mode/Ghost Mode |
F10 | Jump to Previous Checkpoint |
NUMPAD 1 | Give Missile Launcher, Shotgun, Alien MOAC |
NUMPAD 2 | Unlimited Ammo |
NUMPAD ENTER | DEBUG MENU |
In addition to these cheats keys, you can now use the console by pressing ` (tilde) and typing any of the following commands:
Code: | Result: |
r_displayinfo 0 | Remove Debug/Devmode Info from Screen |
g_godmode 1 | God Mode |
i_noweaponlimit 1 | Carry Unlimited Weapons |
i_unlimitedammo 1 | Unlimited Ammo |
i_giveallitems | Give All Weapons |
g_suitSpeedMult = 2 | Faster Speed |
ai_UseAlternativeReadability | Koreans Speak Korean |
V_goliathmode 1 | Indestructible Vehicles (Affects Enemies Too) |
Unlimited Nightvision
Enter the following commands into the cheat console:
hud_nightVisionConsumption = 0
hud_nightVisionRecharge = 999
(supplied by: Wizey, Caboose666)