tweak metis guidance params

This commit is contained in:
Brandon Danyluk 2021-05-08 03:04:29 -06:00
parent ef529d286f
commit c71be6543e

View File

@ -27,8 +27,8 @@ class CfgAmmo {
defaultNavigationType = "Line";
navigationTypes[] = { "Line" };
lineGainP = 3;
lineGainD = 2.1;
lineGainP = 10;
lineGainD = 15;
seekLastTargetPos = 0; // seek last target position [if seeker loses LOS of target, continue to last known pos]
seekerAngle = 15; // Angle from the shooter's view that can track the missile
@ -37,7 +37,7 @@ class CfgAmmo {
seekerMinRange = 80;
seekerMaxRange = 2000; // Range from the missile which the seeker can visually search
correctionDistance = 3; // distance from center of crosshair where missile slows down
correctionDistance = 15; // distance from center of crosshair where missile slows down
offsetFromCrosshair[] = { 0, 0, 0 }; // where the missile wants to stay in relation to the center of the crosshair.
// Attack profile type selection