Crysis & Crysis Warhead hacks / editing

get your superiourity here ! be an offline or online GOD of the game. infinite ammo, unlimited nitro, turbo boost, god mode, you name it !
Post Reply
User avatar
Sethioz
Admin
Admin
Posts: 4762
Joined: Fri Jul 27, 2007 5:11 pm
Custom: Gaming YT > https://youtube.com/SethiozEntertainment
Game Hacking YT > https://youtube.com/sethioz
Game Hacks Store > https://sethioz.com/shopz
Location: unknown
Contact:

Crysis & Crysis Warhead hacks / editing

Post by Sethioz »

Those hacks will work for both, Crysis and Crysis warhead. It is extremely easy to "hack" this game actually. More like edit.
Go to this folder:

Code: Select all

Crysis WARHEAD\Game\config
(it should be Crysis\Game\config for crysis)
Now there look for those files:

Code: Select all

diff_bauer.cfg
diff_easy.cfg
diff_hard.cfg
diff_normal.cfg
Open one of them using a text editor (notepad++ recommended).

Those are your difficulty setting files. Here is example of HARD difficulty:

Code: Select all

-- HARD

-- AI Detection speed
ai_SOMSpeedRelaxed = 0.4
ai_SOMSpeedCombat = 0.1

-- Alive time
ai_RODAliveTime = 0.75
ai_RODMoveInc = 0.5
ai_RODStanceInc = 0.5
ai_RODDirInc = 0.3
ai_RODAmbientFireInc = 1.5
ai_RODKillZoneInc = -1.0

-- AI fire reaction time
ai_RODReactionTime = 0.05
ai_RODReactionDistInc = 0.05
ai_RODReactionLeanInc = 0.1
ai_RODReactionDirInc = 0.5

-- Cover fire time modifier (cover fire time specified in weapon)
ai_RODCoverFireTimeMod = 1.0

-- ROD ranges - percents of attackRange AI property
ai_RODKillRangeMod = 0.2
ai_RODCombatRangeMod = 0.6

-- Ambient fire, enemies not in the quota cannot hit the player.
ai_AmbientFireUpdateInterval = 0.5
ai_AmbientFireQuota = 5

-- Low health effect duration and health threshold
ai_RODLowHealthMercyTime = 2.0
g_playerLowHealthThreshold = 40

-- AI voice readability
ai_UseAlternativeReadability = 1

-- Player Health/Energy/Suit
g_suitCloakEnergyDrainAdjuster = 1 -not 100% sure, but if turned on 0, it should not consume more energy when cloaked and running.
g_suitRecoilEnergyCost = 7
g_suitSpeedEnergyConsumption = 110 -quite what it says, if its turned on 0, then Maximum speed sprinting does not consume any energy.
g_suitSpeedMult = 1.85 -this should be the maximum speed sprint speed. it does not go very fast. 3-4 is max i think.

g_suitArmorHealthValue = 100.0 -this should be your armor
g_playerSuitArmorModeHealthRegenTime = 15 - your armor regeneration time while idle on armormode, set to 1 for super fast.
g_playerSuitArmorModeHealthRegenTimeMoving = 25 - your armor regeneration time while moving on armormode, set to 1 for super fast.
g_playerSuitHealthRegenTime = 30 - your health regeneration while standing, set to 1 for super fast regen.
g_playerSuitHealthRegenTimeMoving = 35 - your health regenration time while moving, set to 1 for super fast regen.
g_playerSuitHealthRegenDelay = 2.5  -if you get shot, then after that many seconds health will start to regenerate

g_playerSuitEnergyRechargeTimeArmor = 6 -energy recharge time, set to 1 for fast regen (not 100% sure about that)
g_playerSuitEnergyRechargeTimeArmorMoving = 7
g_playerSuitEnergyRechargeTime = 8
g_playerSuitEnergyRechargeDelay = 1.0

g_playerHealthValue = 200.0

g_difficultyLevel = 3
v_driverControlledMountedGuns = 0
I have commented the lines, so its easier to understand what is what. I did not comment all lines, because some are quite useless and some are just too obvious, like g_playerHealthValue.

Infinite Ammo
as for this, i made it using Tsearch. maybe you can change it in some file too, but it took me only min to do that in Tsearch.
read Basic game hacking if you don't know how to use Tsearch (memory editor/scanner). I simply searched the ammo left value, then added the right address into "autohack", found the breakpoint and added the addresses with hotkeys (its all in basic game hacking tutorial).

Infinite Energy
same goes for this, you can do it with Tsearch only that you can't use autohack on it or it will crash the game. you have to freeze value.
If you wonder what is the value..
Energy Full = 200 float
yes its 200 and float, if you start to search it:
1. search for 200 float (while energy is full)
2. turn on cloak and wait until its like 98 or so.
3. search for decreased
4. wait until its under 96
5. search for decreased again
6. switch to max armor and wait until your energy is 100 again
7. now search for 200 again
-keep repeating those steps until you find 3 addresses, first address should be correct. so freeze it and then cloak and move around, if it stays on 99 or 100, then you found right address.
-Note that energy address may change after loading points, can't bother with it, because you can change energy consumption in files anyways and its equal to infinite energy (more or less).

Here's video demonstration
-Click Here-
If you have any ideas, then let me know.
Post Reply