mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix hellfire
This commit is contained in:
parent
3e50605b37
commit
023fed45cb
@ -26,9 +26,8 @@ class CfgAmmo {
|
|||||||
class ace_missileguidance {
|
class ace_missileguidance {
|
||||||
enabled = 1;
|
enabled = 1;
|
||||||
|
|
||||||
minDeflection = 0.0005; // Minium flap deflection for guidance
|
pitchRate = 40; // degrees per second
|
||||||
maxDeflection = 0.01; // Maximum flap deflection for guidance
|
yawRate = 40;
|
||||||
incDeflection = 0.0005; // The incrmeent in which deflection adjusts.
|
|
||||||
|
|
||||||
canVanillaLock = 0; // Can this default vanilla lock? Only applicable to non-cadet mode
|
canVanillaLock = 0; // Can this default vanilla lock? Only applicable to non-cadet mode
|
||||||
|
|
||||||
@ -39,6 +38,9 @@ class CfgAmmo {
|
|||||||
defaultSeekerLockMode = "LOAL";
|
defaultSeekerLockMode = "LOAL";
|
||||||
seekerLockModes[] = { "LOAL", "LOBL" };
|
seekerLockModes[] = { "LOAL", "LOBL" };
|
||||||
|
|
||||||
|
defaultNavigationType = "ProportionalNavigation";
|
||||||
|
navigationTypes[] = { "ProportionalNavigation" };
|
||||||
|
|
||||||
seekLastTargetPos = 1; // seek last target position [if seeker loses LOS of target, continue to last known pos]
|
seekLastTargetPos = 1; // seek last target position [if seeker loses LOS of target, continue to last known pos]
|
||||||
seekerAngle = 70; // Angle in front of the missile which can be searched
|
seekerAngle = 70; // Angle in front of the missile which can be searched
|
||||||
seekerAccuracy = 1; // seeker accuracy multiplier
|
seekerAccuracy = 1; // seeker accuracy multiplier
|
||||||
|
@ -22,7 +22,7 @@ Navigation Types:
|
|||||||
X HOT - LOS Guidance
|
X HOT - LOS Guidance
|
||||||
|
|
||||||
X Javelin - Pro Nav
|
X Javelin - Pro Nav
|
||||||
Hellfire - Pro Nav
|
X Hellfire - Pro Nav
|
||||||
AGM-65 - Pro Nav
|
AGM-65 - Pro Nav
|
||||||
DAGR - Pro Nav
|
DAGR - Pro Nav
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user