Change out missile types to reflect navigation scheme they use IRL

This commit is contained in:
Brandon Danyluk 2021-04-13 16:27:33 -06:00
parent e9d474c995
commit e1436d6ece
4 changed files with 26 additions and 27 deletions

View File

@ -38,8 +38,8 @@ class CfgAmmo {
defaultSeekerLockMode = "LOAL"; defaultSeekerLockMode = "LOAL";
seekerLockModes[] = { "LOAL", "LOBL" }; seekerLockModes[] = { "LOAL", "LOBL" };
defaultNavigationType = "ProportionalNavigation"; defaultNavigationType = "ZeroEffortMiss";
navigationTypes[] = { "ProportionalNavigation" }; navigationTypes[] = { "ZeroEffortMiss" };
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
@ -83,10 +83,6 @@ class CfgAmmo {
activeRadarEngageDistance = 1000; activeRadarEngageDistance = 1000;
seekerMaxRange = 2000; // distance that the hellfire internal radar can scan seekerMaxRange = 2000; // distance that the hellfire internal radar can scan
// we can get target acceleration data from radar
defaultNavigationType = "AugmentedProportionalNavigation";
navigationTypes[] = { "AugmentedProportionalNavigation" };
}; };
// Vanilla lock system vars // Vanilla lock system vars

View File

@ -27,8 +27,8 @@ class CfgAmmo {
defaultSeekerLockMode = "LOAL"; defaultSeekerLockMode = "LOAL";
seekerLockModes[] = {"LOAL","LOBL"}; seekerLockModes[] = {"LOAL","LOBL"};
defaultNavigationType = "ProportionalNavigation"; defaultNavigationType = "AugmentedProportionalNavigation";
navigationTypes[] = { "ProportionalNavigation" }; navigationTypes[] = { "AugmentedProportionalNavigation" };
seekLastTargetPos = 1; seekLastTargetPos = 1;
seekerAngle = 60; seekerAngle = 60;
@ -62,8 +62,8 @@ class CfgAmmo {
defaultSeekerLockMode = "LOAL"; defaultSeekerLockMode = "LOAL";
seekerLockModes[] = {"LOAL"}; seekerLockModes[] = {"LOAL"};
defaultNavigationType = "ProportionalNavigation"; defaultNavigationType = "AugmentedProportionalNavigation";
navigationTypes[] = { "ProportionalNavigation" }; navigationTypes[] = { "AugmentedProportionalNavigation" };
seekLastTargetPos = 1; seekLastTargetPos = 1;
seekerAngle = 40; seekerAngle = 40;

View File

@ -32,8 +32,8 @@ class CfgAmmo {
defaultSeekerLockMode = "LOAL"; defaultSeekerLockMode = "LOAL";
seekerLockModes[] = { "LOAL", "LOBL" }; seekerLockModes[] = { "LOAL", "LOBL" };
defaultNavigationType = "ProportionalNavigation"; defaultNavigationType = "AugmentedProportionalNavigation";
navigationTypes[] = { "ProportionalNavigation" }; navigationTypes[] = { "AugmentedProportionalNavigation" };
seekerAngle = 90; // Angle in front of the missile which can be searched seekerAngle = 90; // Angle in front of the missile which can be searched
seekerAccuracy = 1; // seeker accuracy multiplier seekerAccuracy = 1; // seeker accuracy multiplier
@ -85,8 +85,8 @@ class CfgAmmo {
defaultSeekerLockMode = "LOBL"; defaultSeekerLockMode = "LOBL";
seekerLockModes[] = { "LOBL" }; seekerLockModes[] = { "LOBL" };
defaultNavigationType = "ProportionalNavigation"; defaultNavigationType = "ZeroEffortMiss";
navigationTypes[] = { "ProportionalNavigation" }; navigationTypes[] = { "ZeroEffortMiss" };
navigationGain = 3; navigationGain = 3;

View File

@ -41,22 +41,25 @@ Navigation Types:
X Metis - LOS Guidance X Metis - LOS Guidance
X HOT - LOS Guidance X HOT - LOS Guidance
Vikhr - LOS Guidance Vikhr - LOS Guidance
GBU-SDB - LOS Guidance
X Javelin - Pro Nav X DAGR - APN
X Hellfire - Pro Nav X AGM-65 - APN
X AGM-65 - Pro Nav X KH-25 - APN
X DAGR - Pro Nav R-73 - APN
R-73 - Pro Nav AGM-88 - APN
R-77 - Pro Nav KH-58 - APN
AIM-120 - Pro Nav AIM-9 - APN
AIM-132 - Pro Nav
X Javelin - ZEM
X Hellfire - ZEM
R-77 - ZEM
AIM-120 - ZEM
AIM-132 - ZEM
KH-25 - Pro Nav KH-25 - Pro Nav
AGM-88 - Pro Nav GBU-SDB - ZEM
KH-58 - Pro Nav
Navigation States: Navigation State Machine:
Todo Todo: Will allow for changing of navigation type in flight to get a more realistic flight profile
Navigation Types: Navigation Types:
X Augmented Pro-Nav X Augmented Pro-Nav