God Mode - ggodMode = 1
No Target - aiIgnorePlayer = 1
No Weapon Limit - inoweaponlimit = 1
Unlimited Ammo - iunlimitedammo = 1
You can also modify your suit stats. For example:
-- Player Health/Energy/Suit
// No energy loss
gsuitCloakEnergyDrainAdjuster = 0
// No energy cost
gsuitRecoilEnergyCost = 0
// Run faster
gsuitSpeedMult = 2.85
// More armor points
gsuitArmorHealthValue = 900.0
// Instant health regen
gplayerSuitArmorModeHealthRegenTime = 0
// Instant health regen while moving
gplayerSuitArmorModeHealthRegenTimeMoving = 0
// Set health regen time to 0
gplayerSuitHealthRegenTime = 0
// Set regen time while walking to 0
gplayerSuitHealthRegenTimeMoving = 0
// No waiting until regen starts
gplayerSuitHealthRegenDelay = 0
// Instant energy
gplayerSuitEnergyRechargeTimeArmor = 0
//Instant energy while moving
gplayerSuitEnergyRechargeTimeArmorMoving = 0
// Set energy regen time to 0
gplayerSuitEnergyRechargeTime = 0
// Do not wait until energy regen starts
gplayerSuitEnergyRechargeDelay = 0
// Extra health
gplayerHealthValue = 900.0
// Set difficulty, 1 is easy, 4 is most difficult
gdifficultyLevel = 1
After making all of your edits, save the file, load up a new game and see what you've edited
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 FilesCrysisbin32Crysis.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:
rdisplayinfo 0 - Remove Debug/Devmode Info from Screen
ggodmode 1 - God Mode
inoweaponlimit 1 - Carry Unlimited Weapons
iunlimitedammo 1 - Unlimited Ammo
igiveallitems - Give All Weapons
Unlimited Nightvision:
Enter the following commands into the cheat console:
hudnightVisionConsumption = 0
hudnightVisionRecharge = 999