From 67f07a69ba73ee607f6f475fa0d2d1b2e0fb0f67 Mon Sep 17 00:00:00 2001 From: Warren Date: Thu, 19 Dec 2024 18:41:15 +0300 Subject: [PATCH 1/4] Update Threat Values --- addons/UH60/config/cfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/UH60/config/cfgVehicles.hpp b/addons/UH60/config/cfgVehicles.hpp index aacf53e2..ddf8073f 100644 --- a/addons/UH60/config/cfgVehicles.hpp +++ b/addons/UH60/config/cfgVehicles.hpp @@ -67,8 +67,8 @@ class CfgVehicles faction = "BLU_F"; armor = 575; type = 2; - threat[] = {1,1,0.5}; // damageResistance = 0.000555; + threat[] = {0.8,0.2,0.5}; epeImpulseDamageCoef = 0; altFullForce = 1500; /// in what height do the engines still have full thrust altNoForce = 4000; /// thrust of the engines interpolates to zero between altFullForce and altNoForce From 60cb50f941461586794780d3b6c41fee014da0ec Mon Sep 17 00:00:00 2001 From: Warren Date: Thu, 19 Dec 2024 18:41:50 +0300 Subject: [PATCH 2/4] Tweak Armor Value --- addons/UH60/config/cfgVehicles.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/UH60/config/cfgVehicles.hpp b/addons/UH60/config/cfgVehicles.hpp index ddf8073f..2fb50064 100644 --- a/addons/UH60/config/cfgVehicles.hpp +++ b/addons/UH60/config/cfgVehicles.hpp @@ -68,6 +68,7 @@ class CfgVehicles armor = 575; type = 2; // damageResistance = 0.000555; + armorStructural = 4; threat[] = {0.8,0.2,0.5}; epeImpulseDamageCoef = 0; altFullForce = 1500; /// in what height do the engines still have full thrust @@ -78,7 +79,7 @@ class CfgVehicles mainBladeCenter = "predni osa naklonu"; tailBladeCenter = "light_collision_tail_upper"; fuelConsumptionRate = 0; - armorStructural = 5; + //multiplier of lift force liftForceCoef = 1.1; //multiplier of body friction From e6372158d4b79f9029575f1802a5717317c997ad Mon Sep 17 00:00:00 2001 From: Warren Date: Thu, 19 Dec 2024 18:42:19 +0300 Subject: [PATCH 3/4] Misc Config Additions --- addons/UH60/config/cfgVehicles.hpp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/addons/UH60/config/cfgVehicles.hpp b/addons/UH60/config/cfgVehicles.hpp index 2fb50064..d07987b9 100644 --- a/addons/UH60/config/cfgVehicles.hpp +++ b/addons/UH60/config/cfgVehicles.hpp @@ -66,10 +66,14 @@ class CfgVehicles side = 1; faction = "BLU_F"; armor = 575; - type = 2; - // damageResistance = 0.000555; armorStructural = 4; + type = VAir; threat[] = {0.8,0.2,0.5}; + crewVulnerable = 1; + crewCrashProtection = 0.25; + visualTarget = 1; + visualTargetSize = 1.0; + ///damageResistance = 0.002; epeImpulseDamageCoef = 0; altFullForce = 1500; /// in what height do the engines still have full thrust altNoForce = 4000; /// thrust of the engines interpolates to zero between altFullForce and altNoForce @@ -194,7 +198,7 @@ class CfgVehicles "z\vtx\addons\UH60\data\exterior\hull tail.rvmat" }; A3TI_ThermalSelections[] = {16, 17, 18}; - accuracy = 0.5; + accuracy = 5; model = "\z\vtx\addons\UH60\vtx_UH60.p3d"; displayName = "$STR_VTX_UH60_UHMBlackhawk"; @@ -203,8 +207,9 @@ class CfgVehicles icon = "z\vtx\addons\UH60\Data\UI\Map_vtx_UH60_CA.paa"; /// icon in map/editor picture = "z\vtx\addons\UH60\Data\UI\vtx_UH60_CA.paa"; /// small picture in command menu - hideProxyInCombat = 1; + hideProxyInCombat = 0; viewDriverInExternal = 1; + viewGunnerInExternal = 1; canHideDriver = 0; driverInAction = UH60_Pilot; driverAction = UH60_Pilot; From ab5fef68968bf366b06087a71f90c59b05d39f1f Mon Sep 17 00:00:00 2001 From: Warren Date: Thu, 19 Dec 2024 19:15:50 +0300 Subject: [PATCH 4/4] Returns Armor Value to original value --- addons/UH60/config/cfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/UH60/config/cfgVehicles.hpp b/addons/UH60/config/cfgVehicles.hpp index d07987b9..9cfa6497 100644 --- a/addons/UH60/config/cfgVehicles.hpp +++ b/addons/UH60/config/cfgVehicles.hpp @@ -65,7 +65,7 @@ class CfgVehicles editorSubcategory = "vtx_h60"; side = 1; faction = "BLU_F"; - armor = 575; + armor = 600; armorStructural = 4; type = VAir; threat[] = {0.8,0.2,0.5};