mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Dragon - Update to new framework (#10025)
This commit is contained in:
parent
a1cafef5ae
commit
8d2b2ce3b9
@ -38,9 +38,8 @@ class CfgAmmo {
|
|||||||
EGVAR(vehicle_damage,incendiary) = 1.0;
|
EGVAR(vehicle_damage,incendiary) = 1.0;
|
||||||
|
|
||||||
class ace_missileguidance {
|
class ace_missileguidance {
|
||||||
minDeflection = 0;
|
pitchRate = 0;
|
||||||
maxDeflection = 0;
|
yawRate = 0;
|
||||||
incDeflection = 0;
|
|
||||||
|
|
||||||
canVanillaLock = 0;
|
canVanillaLock = 0;
|
||||||
|
|
||||||
@ -51,6 +50,9 @@ class CfgAmmo {
|
|||||||
defaultSeekerLockMode = "LOAL";
|
defaultSeekerLockMode = "LOAL";
|
||||||
seekerLockModes[] = { "LOAL", "LOBL" };
|
seekerLockModes[] = { "LOAL", "LOBL" };
|
||||||
|
|
||||||
|
defaultNavigationType = "LineOfSight";
|
||||||
|
navigationTypes[] = { "LineOfSight" };
|
||||||
|
|
||||||
seekLastTargetPos = 0;
|
seekLastTargetPos = 0;
|
||||||
seekerAngle = 30;
|
seekerAngle = 30;
|
||||||
seekerAccuracy = 1;
|
seekerAccuracy = 1;
|
||||||
@ -82,6 +84,9 @@ class CfgAmmo {
|
|||||||
class ace_missileguidance {
|
class ace_missileguidance {
|
||||||
enabled = 1;
|
enabled = 1;
|
||||||
|
|
||||||
|
pitchRate = 0;
|
||||||
|
yawRate = 0;
|
||||||
|
|
||||||
// Guidance type for munitions
|
// Guidance type for munitions
|
||||||
defaultSeekerType = "SACLOS";
|
defaultSeekerType = "SACLOS";
|
||||||
seekerTypes[] = { "SACLOS" };
|
seekerTypes[] = { "SACLOS" };
|
||||||
|
Loading…
Reference in New Issue
Block a user