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 {
|
||||
enabled = 1;
|
||||
|
||||
minDeflection = 0.0005; // Minium flap deflection for guidance
|
||||
maxDeflection = 0.01; // Maximum flap deflection for guidance
|
||||
incDeflection = 0.0005; // The incrmeent in which deflection adjusts.
|
||||
pitchRate = 40; // degrees per second
|
||||
yawRate = 40;
|
||||
|
||||
canVanillaLock = 0; // Can this default vanilla lock? Only applicable to non-cadet mode
|
||||
|
||||
@ -39,6 +38,9 @@ class CfgAmmo {
|
||||
defaultSeekerLockMode = "LOAL";
|
||||
seekerLockModes[] = { "LOAL", "LOBL" };
|
||||
|
||||
defaultNavigationType = "ProportionalNavigation";
|
||||
navigationTypes[] = { "ProportionalNavigation" };
|
||||
|
||||
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
|
||||
seekerAccuracy = 1; // seeker accuracy multiplier
|
||||
|
@ -22,7 +22,7 @@ Navigation Types:
|
||||
X HOT - LOS Guidance
|
||||
|
||||
X Javelin - Pro Nav
|
||||
Hellfire - Pro Nav
|
||||
X Hellfire - Pro Nav
|
||||
AGM-65 - Pro Nav
|
||||
DAGR - Pro Nav
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user