Post Tue May 01, 2007 6:36 am

Tutorial: More or less Damage to equipment/weapons

What this tutorial will teach you is how to add more hit points or take more hit points from Equipment, Weapons without editing each one by hand.

To start go to
DATA\Constants.ini file

Now look for this right at the top

[Constants
COLLISION_DAMAGE_FACTOR = 0.500000
MUSIC_CROSS_FADE_DELAY = 10.000000
MUZZLE_CONE_ANGLE = 40
PLAYER_COLLISION_GROUP_HIT_PTS_SCALE = 3
We are interested in these one here
PLAYER_ATTACHED_EQUIP_HIT_PTS_SCALE = 5 at default setting of 5 that gives all Equipment, Weapons 4x the hit points they have. Now if we changed that 5 into 11 they would give all Equipment, Weapons 10x the hit points. On the other hand, if we change that to 1 it is the same amount of hit points that you see on the Equipment, Weapons. Now if we changed that to 0.5 we have just made all Equipment, Weapons have half the hit points they start with.

If this is not easy to understand then I give permission to the Admins to change it so it is a more understandable.

"When the government violates the people's rights, insurrection is, for the people and for each portion of the people, the most sacred of rights and the most indispensable of duties."



Edited by - FlyByU on 5/1/2007 7:37:07 AM