PDA

View Full Version : How to put damage at head..



Rocky
25th March 2014, 12:01
How to put damage at head to you need 1 shot for kill?

and in body 10 shots..

How to make that on rifle?

Jeplaa
25th March 2014, 12:35
Play around with iDamage in Callback_PlayerDamage() section

Ni3ls
25th March 2014, 13:02
hitloc in weaponfile

Mitch
25th March 2014, 13:40
hitloc in weaponfile

in the weapon file of the mp44 you have got this:


damage\40\minDamage\40\meleeDamage\150\maxDamageRa nge\1500\minDamageRange\2500\locNone\1\locHelmet\3 \locHead\3\locNeck\1.5\locTorsoUpper\1\


change it to:


damage\40\minDamage\40\meleeDamage\150\maxDamageRa nge\1500\minDamageRange\2500\locNone\1\locHelmet\3 \locHead\99\locNeck\1.5\locTorsoUpper\1\


Now the damage is 99 * 40 = 3960 (originally it is 120)

Rocky
25th March 2014, 18:26
So... Just change that locHead at 99... ty! :D