fix maverick

This commit is contained in:
Brandon Danyluk 2021-04-12 01:12:24 -06:00
parent 023fed45cb
commit 5f45ad838d
2 changed files with 11 additions and 7 deletions

View File

@ -16,9 +16,8 @@ class CfgAmmo {
class ace_missileguidance {
enabled = 1;
minDeflection = 0;
maxDeflection = 0.002;
incDeflection = 0.001;
pitchRate = 30;
yawRate = 30;
canVanillaLock = 0;
@ -28,6 +27,9 @@ class CfgAmmo {
defaultSeekerLockMode = "LOAL";
seekerLockModes[] = {"LOAL","LOBL"};
defaultNavigationType = "ProportionalNavigation";
navigationTypes[] = { "ProportionalNavigation" };
seekLastTargetPos = 1;
seekerAngle = 60;
seekerAccuracy = 1;
@ -49,9 +51,8 @@ class CfgAmmo {
class ace_missileguidance {
enabled = 1;
minDeflection = 0;
maxDeflection = 0.002;
incDeflection = 0.001;
pitchRate = 45;
yawRate = 45;
canVanillaLock = 0;
@ -61,6 +62,9 @@ class CfgAmmo {
defaultSeekerLockMode = "LOAL";
seekerLockModes[] = {"LOAL"};
defaultNavigationType = "ProportionalNavigation";
navigationTypes[] = { "ProportionalNavigation" };
seekLastTargetPos = 1;
seekerAngle = 40;
seekerAccuracy = 1;

View File

@ -23,7 +23,7 @@ Navigation Types:
X Javelin - Pro Nav
X Hellfire - Pro Nav
AGM-65 - Pro Nav
X AGM-65 - Pro Nav
DAGR - Pro Nav
Navigation States: