mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix maverick
This commit is contained in:
@ -16,9 +16,8 @@ class CfgAmmo {
|
|||||||
class ace_missileguidance {
|
class ace_missileguidance {
|
||||||
enabled = 1;
|
enabled = 1;
|
||||||
|
|
||||||
minDeflection = 0;
|
pitchRate = 30;
|
||||||
maxDeflection = 0.002;
|
yawRate = 30;
|
||||||
incDeflection = 0.001;
|
|
||||||
|
|
||||||
canVanillaLock = 0;
|
canVanillaLock = 0;
|
||||||
|
|
||||||
@ -28,6 +27,9 @@ class CfgAmmo {
|
|||||||
defaultSeekerLockMode = "LOAL";
|
defaultSeekerLockMode = "LOAL";
|
||||||
seekerLockModes[] = {"LOAL","LOBL"};
|
seekerLockModes[] = {"LOAL","LOBL"};
|
||||||
|
|
||||||
|
defaultNavigationType = "ProportionalNavigation";
|
||||||
|
navigationTypes[] = { "ProportionalNavigation" };
|
||||||
|
|
||||||
seekLastTargetPos = 1;
|
seekLastTargetPos = 1;
|
||||||
seekerAngle = 60;
|
seekerAngle = 60;
|
||||||
seekerAccuracy = 1;
|
seekerAccuracy = 1;
|
||||||
@ -49,9 +51,8 @@ class CfgAmmo {
|
|||||||
class ace_missileguidance {
|
class ace_missileguidance {
|
||||||
enabled = 1;
|
enabled = 1;
|
||||||
|
|
||||||
minDeflection = 0;
|
pitchRate = 45;
|
||||||
maxDeflection = 0.002;
|
yawRate = 45;
|
||||||
incDeflection = 0.001;
|
|
||||||
|
|
||||||
canVanillaLock = 0;
|
canVanillaLock = 0;
|
||||||
|
|
||||||
@ -61,6 +62,9 @@ class CfgAmmo {
|
|||||||
defaultSeekerLockMode = "LOAL";
|
defaultSeekerLockMode = "LOAL";
|
||||||
seekerLockModes[] = {"LOAL"};
|
seekerLockModes[] = {"LOAL"};
|
||||||
|
|
||||||
|
defaultNavigationType = "ProportionalNavigation";
|
||||||
|
navigationTypes[] = { "ProportionalNavigation" };
|
||||||
|
|
||||||
seekLastTargetPos = 1;
|
seekLastTargetPos = 1;
|
||||||
seekerAngle = 40;
|
seekerAngle = 40;
|
||||||
seekerAccuracy = 1;
|
seekerAccuracy = 1;
|
||||||
|
@ -23,7 +23,7 @@ Navigation Types:
|
|||||||
|
|
||||||
X Javelin - Pro Nav
|
X Javelin - Pro Nav
|
||||||
X Hellfire - Pro Nav
|
X Hellfire - Pro Nav
|
||||||
AGM-65 - Pro Nav
|
X AGM-65 - Pro Nav
|
||||||
DAGR - Pro Nav
|
DAGR - Pro Nav
|
||||||
|
|
||||||
Navigation States:
|
Navigation States:
|
||||||
|
Reference in New Issue
Block a user