Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
FarCry - HitEffects
Description
Player's Hit Effects :)
In BasicPlayer.lua, replace lines 1397 and following with this:
local ShakeAmount = (hit.explosion and hit.damage) or (sqrt(hit.damage)*5);
self.cnt:ShakeCamera( ShakeAxis, ShakeAmount, 33/ShakeAmount, ShakeAmount/66);
self.cnt:ShakeCameraL( ShakeAmount/100,1,ShakeAmount/100);
In BasicPlayer.lua, replace lines 1397 and following with this:
local ShakeAmount = (hit.explosion and hit.damage) or (sqrt(hit.damage)*5);
self.cnt:ShakeCamera( ShakeAxis, ShakeAmount, 33/ShakeAmount, ShakeAmount/66);
self.cnt:ShakeCameraL( ShakeAmount/100,1,ShakeAmount/100);