fix hellfire

This commit is contained in:
Brandon Danyluk 2021-04-12 01:11:21 -06:00
parent 3e50605b37
commit 023fed45cb
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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