Crysis
Codes
Spawn any Item!
Use the console brought up by ` you must be in Devmode or have entered con_restricted = 0 in the console previously. Any weapon item or attachment can be spawned using i_giveitem eg. i_giveitem SOCOM. You need to know all the different items names and they're a little criptic at times and case sensitive! Useful if you would like a specific item from the start of the game such as a sniper scope! You can also add some of the weapons from Multiplayer like mines and claymores to single player!
Effect | Code |
---|---|
Golfclub | A Golf Club |
AlienMount | Alien MOAC |
AVMine | Anti Vehicle Mine |
AssaultScope | Assault scope |
C4 | C4 with detonator |
Claymore | Claymore |
FlashbangGrenade | Flashbang |
LAMFlashLight | Flashlight for Pistols |
LAMRifleFlashlight | Flashlight for Rifles |
GaussRifle | Gauss Rifle |
FragGrenade | Grenade |
GrenadeLauncher | Grenade launcher for rifles |
FY71 | Korean Rifle |
LAM | Laser Aiming Module for Pistols |
LAMRifle | Laser Aiming Module for rifles |
Hurricane | Minigun |
SOCOM | Pistol |
DSG1 | Precision Sniper Rifle |
Reflex | Reflex Sight |
LAW | Rocket Launcher |
Silencer | Self explanatory |
Shotgun | Shotgun |
SmokeGrenade | Smoke grenade |
SniperScope | Sniper scope |
SCAR | Standard US Rifle |
SMG | Submachine Gun |
TACGun | Tac Gun |
Contributed By: jordanc3 and Timeforseen.
Passwords
Mods
The codes can be entered in the console or in a user-created System.cfg file. The console must be unlocked by using "con_restricted = 0" before any of the cheats can be used in the console.
Effect | Password |
---|---|
time_scale = 1 (any number) | Affects the rate at which time passes in the game. |
ai_IgnorePlayer = 1 | AI ignores player |
g_suitSpeedEnergyConsumption = 110 (any number) | Amount of energy consumed in speed mode while sprinting. |
v_goliathmode = [0, 1] | Disables or enables infinite health for all vehicles in the game. |
g_meleeWhileSprinting = [0, 1] | Disables or enables melee attacks while sprinting. |
g_playerSuitEnergyRechargeDelay = 0 | Do not wait until energy regen starts |
g_playerHealthValue = 900.0 | Extra health |
pl_fallDamage_SpeedFatal = 13.7 (any number) | Fall speed in meters/second at which you die. |
g_godMode = 1 | God mode |
pl_swimBaseSpeed = 4 (any number) | How fast you can swim. |
g_suitarmorhealthvalue = 200 (any number) | How much damage armor mode energy shields can take. |
pl_swimJumpSpeedBaseMul = 1 (any number). | How quickly you jump out of the water. |
g_playerSuitEnergyRechargeTimeArmor = 0 | Instant energy |
g_playerSuitEnergyRechargeTimeArmorMoving = 0 | Instant energy while moving |
g_playerSuitArmorModeHealthRegenTime = 0 | Instant health regen |
g_playerSuitArmorModeHealthRegenTimeMoving = 0 | Instant health regen while moving |
ai_UseAlternativeReadability = 0 | Koreans Speak Korean |
pl_fallDamage_SpeedSafe = 8 (any number) | Maximum speed in meters/second at which you take no damage. |
g_suitSpeedMult = 1.85 (any number) | Movement speed in speed mode is multiplied by this number. |
g_suitCloakEnergyDrainAdjuster = 1 (any number) | Multiplies energy consumption of cloaking by this number. |
g_suitRecoilEnergyCost = 15 (any number) | Multiplies energy consumption of each shot fired in strength mode. |
cl_strengthscale = 1 (any number) | Multiplies punch strength by this factor. |
g_walkmultiplier = 1 (any number, but if too high, you can't move) | Multiply player movement speed by this factor. |
g_playerSuitHealthRegenDelay = 0 | No waiting until regen starts |
i_noweaponlimit = 1 | No weapon limit |
r_displayinfo = 0 | Remove Debug/Devmode Info from Screen |
g_difficultyLevel = 1 | Set difficulty; "1" is easy "4" is most difficult |
g_playerSuitEnergyRechargeTime = 0 | Set energy regen time to zero |
g_playerSuitHealthRegenTime = 0 | Set health regen time to zero |
g_playerSuitHealthRegenTimeMoving = 0 | Set regen time while walking to zero |
r_displayinfo=1 | Show frames per second |
i_unlimitedammo = 1 | Unlimited ammunition |
hud_nightVisionConsumption = 0 | Unlimited NightVision |
Contributed By: Autoflagd, Hydra_Kirby, SpikeDragon, and ampony.
Secrets
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.
Contributed By: MrKowz.