Skip to content

Commit

Permalink
AI Engagement Fix (#472)
Browse files Browse the repository at this point in the history
* Update Threat Values

* Tweak Armor Value

* Misc Config Additions

* Returns Armor Value to original value
  • Loading branch information
Riverman02 authored Dec 20, 2024
1 parent b7086c5 commit db4e762
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions addons/UH60/config/cfgVehicles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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";

Expand All @@ -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;
Expand Down

0 comments on commit db4e762

Please sign in to comment.