From db4e762b11447c55c906463fbafe35ce8d344234 Mon Sep 17 00:00:00 2001 From: Warren <90072812+Riverman02@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:55:06 +0300 Subject: [PATCH] AI Engagement Fix (#472) * Update Threat Values * Tweak Armor Value * Misc Config Additions * Returns Armor Value to original value --- addons/UH60/config/cfgVehicles.hpp | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/addons/UH60/config/cfgVehicles.hpp b/addons/UH60/config/cfgVehicles.hpp index ff60aa10..5152655a 100644 --- a/addons/UH60/config/cfgVehicles.hpp +++ b/addons/UH60/config/cfgVehicles.hpp @@ -65,10 +65,15 @@ class CfgVehicles editorSubcategory = "vtx_h60"; side = 1; faction = "BLU_F"; - armor = 575; - type = 2; - threat[] = {1,1,0.5}; - // damageResistance = 0.000555; + armor = 600; + 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 @@ -78,7 +83,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 @@ -193,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"; @@ -202,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;