Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI Engagement Fix #472

Merged
merged 4 commits into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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