2017-09-16 20:25:20 +00:00
|
|
|
class CfgAmmo {
|
|
|
|
class MissileCore;
|
2021-10-15 18:47:05 +00:00
|
|
|
class MissileBase: MissileCore {
|
2017-09-16 20:25:20 +00:00
|
|
|
class Components;
|
|
|
|
};
|
2021-10-15 18:47:05 +00:00
|
|
|
class Missile_AGM_02_F: MissileBase {};
|
2019-12-17 02:01:30 +00:00
|
|
|
|
2021-10-15 18:47:05 +00:00
|
|
|
class GVAR(L): Missile_AGM_02_F {
|
2018-01-01 00:01:09 +00:00
|
|
|
author = "xrufix";
|
2017-09-16 20:25:20 +00:00
|
|
|
autoSeekTarget = 0;
|
|
|
|
irLock = 0;
|
|
|
|
laserLock = 0;
|
|
|
|
manualControl = 0;
|
|
|
|
missileLockMaxDistance = 16000;
|
|
|
|
weaponLockSystem = 4;
|
|
|
|
class ace_missileguidance {
|
|
|
|
enabled = 1;
|
|
|
|
|
2018-06-01 02:18:47 +00:00
|
|
|
minDeflection = 0;
|
|
|
|
maxDeflection = 0.002;
|
|
|
|
incDeflection = 0.001;
|
2017-09-16 20:25:20 +00:00
|
|
|
|
|
|
|
canVanillaLock = 0;
|
|
|
|
|
|
|
|
defaultSeekerType = "SALH";
|
|
|
|
seekerTypes[] = {"SALH"};
|
|
|
|
|
|
|
|
defaultSeekerLockMode = "LOAL";
|
|
|
|
seekerLockModes[] = {"LOAL","LOBL"};
|
|
|
|
|
|
|
|
seekLastTargetPos = 1;
|
|
|
|
seekerAngle = 60;
|
|
|
|
seekerAccuracy = 1;
|
|
|
|
|
|
|
|
seekerMinRange = 1;
|
|
|
|
seekerMaxRange = 16000;
|
|
|
|
|
|
|
|
defaultAttackProfile = "maverick";
|
|
|
|
attackProfiles[] = {"maverick"};
|
|
|
|
};
|
|
|
|
};
|
2018-01-01 00:01:09 +00:00
|
|
|
|
2018-01-02 16:37:16 +00:00
|
|
|
class Missile_AGM_01_F: Missile_AGM_02_F {};
|
|
|
|
class ace_kh25ml: Missile_AGM_01_F {
|
2018-01-01 00:01:09 +00:00
|
|
|
author = "xrufix";
|
2018-01-02 16:37:16 +00:00
|
|
|
irLock = 0;
|
2018-01-01 00:01:09 +00:00
|
|
|
missileLockMaxDistance = 10000;
|
|
|
|
weaponLockSystem = 4;
|
|
|
|
class ace_missileguidance {
|
|
|
|
enabled = 1;
|
|
|
|
|
2018-06-01 02:18:47 +00:00
|
|
|
minDeflection = 0;
|
|
|
|
maxDeflection = 0.002;
|
|
|
|
incDeflection = 0.001;
|
2018-01-01 00:01:09 +00:00
|
|
|
|
|
|
|
canVanillaLock = 0;
|
|
|
|
|
|
|
|
defaultSeekerType = "SALH";
|
|
|
|
seekerTypes[] = {"SALH"};
|
|
|
|
|
|
|
|
defaultSeekerLockMode = "LOAL";
|
|
|
|
seekerLockModes[] = {"LOAL"};
|
|
|
|
|
|
|
|
seekLastTargetPos = 1;
|
|
|
|
seekerAngle = 40;
|
|
|
|
seekerAccuracy = 1;
|
|
|
|
|
|
|
|
seekerMinRange = 1;
|
|
|
|
seekerMaxRange = 10000;
|
|
|
|
|
|
|
|
defaultAttackProfile = "maverick";
|
|
|
|
attackProfiles[] = {"maverick"};
|
|
|
|
};
|
|
|
|
};
|
2017-09-16 20:25:20 +00:00
|
|
|
};
|