 |
|
 |
|
 |
Last Updated: December 01, 2007
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "diff_easy.cfg", "diff_normal.cfg", "diff_hard.cfg", or "diff_bauer.cfg" file in the "crysisgameconfig" directory to change game play on the Easy, Normal, Hard, or Bauer difficulty setting. Insert the following lines to get God mode, infinite ammunition, ignored by enemies, and carry infinite number of weapons:
g_godMode = 1 i_unlimitedammo = 1 ai_IgnorePlayer = 1 i_noweaponlimit = 1
The following lines can also be changed to get the commented effect:
-- Player Health/Energy/Suit // No energy loss g_suitCloakEnergyDrainAdjuster = 0 // No energy cost g_suitRecoilEnergyCost = 0 // Never run out of energy while using the speed suit g_suitSpeedEnergryConsumption = 1 // Run faster g_suitSpeedMult = 2.85 // More armor points g_suitArmorHealthValue = 900.0 // Instant health regen g_playerSuitArmorModeHealthRegenTime = 0 // Instant health regen while moving g_playerSuitArmorModeHealthRegenTimeMoving = 0 // Set health regen time to 0 g_playerSuitHealthRegenTime = 0 // Set regen time while walking to 0 g_playerSuitHealthRegenTimeMoving = 0 // No waiting until regen starts g_playerSuitHealthRegenDelay = 0 // Instant energy g_playerSuitEnergyRechargeTimeArmor = 0 //Instant energy while moving g_playerSuitEnergyRechargeTimeArmorMoving = 0 // Set energy regen time to 0 g_playerSuitEnergyRechargeTime = 0 // Do not wait until energy regen starts g_playerSuitEnergyRechargeDelay = 0 // Extra health g_playerHealthValue = 900.0 // Set difficulty, 1 is easy, 4 is most difficult g_difficultyLevel = 1
Submitted by Gordon
|
 |
|
|
 |