diff options
author | Asa Kravets <norfenstein@gmail.com> | 2011-03-26 23:56:40 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:18:03 +0000 |
commit | 4a1dba5ed372abf699edac5fa9e9708d8ea84964 (patch) | |
tree | d73048c225cd5c65ed77d4cd878f7ef2485d80b8 /assets | |
parent | 58529676427e8270ee669b4f17d7f1a1f6f25b3d (diff) |
* Synchronize locational damage body and armour regions, and make them line up slightly better with the models
Diffstat (limited to 'assets')
-rw-r--r-- | assets/armour/helmet.armour | 2 | ||||
-rw-r--r-- | assets/armour/larmour.armour | 8 | ||||
-rw-r--r-- | assets/models/players/human_base/locdamage.cfg | 8 | ||||
-rw-r--r-- | assets/models/players/human_bsuit/locdamage.cfg | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/assets/armour/helmet.armour b/assets/armour/helmet.armour index 8de84b00..f595bf2a 100644 --- a/assets/armour/helmet.armour +++ b/assets/armour/helmet.armour @@ -10,7 +10,7 @@ { name "helmet crouch" - minHeight 0.72 + minHeight 0.7 maxHeight 1.0 minAngle 0 maxAngle 360 diff --git a/assets/armour/larmour.armour b/assets/armour/larmour.armour index ba35a0c2..5e313fa6 100644 --- a/assets/armour/larmour.armour +++ b/assets/armour/larmour.armour @@ -47,7 +47,7 @@ { name "larmour chest crouch" minHeight 0.3 - maxHeight 0.72 + maxHeight 0.7 minAngle 310 maxAngle 50 modifier 0.35 @@ -57,7 +57,7 @@ { name "larmour left arm crouch" minHeight 0.3 - maxHeight 0.72 + maxHeight 0.7 minAngle 50 maxAngle 130 modifier 0.3 @@ -67,7 +67,7 @@ { name "larmour back crouch" minHeight 0.3 - maxHeight 0.72 + maxHeight 0.7 minAngle 130 maxAngle 230 modifier 0.4 @@ -77,7 +77,7 @@ { name "larmour right arm crouch" minHeight 0.3 - maxHeight 0.72 + maxHeight 0.7 minAngle 230 maxAngle 310 modifier 0.3 diff --git a/assets/models/players/human_base/locdamage.cfg b/assets/models/players/human_base/locdamage.cfg index 7dfb6fea..3beeb169 100644 --- a/assets/models/players/human_base/locdamage.cfg +++ b/assets/models/players/human_base/locdamage.cfg @@ -13,7 +13,7 @@ { name "torso" minHeight 0.5 - maxHeight 0.9 + maxHeight 0.8 minAngle 0 maxAngle 360 modifier 1.0 @@ -21,7 +21,7 @@ { name "head" - minHeight 0.9 + minHeight 0.8 maxHeight 1.0 minAngle 0 maxAngle 360 @@ -41,7 +41,7 @@ { name "torso crouch" minHeight 0.3 - maxHeight 0.86 + maxHeight 0.7 minAngle 0 maxAngle 360 modifier 1.0 @@ -50,7 +50,7 @@ { name "head crouch" - minHeight 0.86 + minHeight 0.7 maxHeight 1.0 minAngle 0 maxAngle 360 diff --git a/assets/models/players/human_bsuit/locdamage.cfg b/assets/models/players/human_bsuit/locdamage.cfg index 63a6264b..a2ed6d90 100644 --- a/assets/models/players/human_bsuit/locdamage.cfg +++ b/assets/models/players/human_bsuit/locdamage.cfg @@ -13,7 +13,7 @@ { name "torso" minHeight 0.5 - maxHeight 0.9 + maxHeight 0.8 minAngle 0 maxAngle 360 modifier 1.0 @@ -21,7 +21,7 @@ { name "head" - minHeight 0.9 + minHeight 0.8 maxHeight 1.0 minAngle 0 maxAngle 360 |