mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix maverick
This commit is contained in:
parent
023fed45cb
commit
5f45ad838d
@ -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;
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user