Skip to content

Commit

Permalink
Dragon - Update to new framework (#10025)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCandianVendingMachine authored Aug 23, 2024
1 parent a1cafef commit 8d2b2ce
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions addons/dragon/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ class CfgAmmo {
EGVAR(vehicle_damage,incendiary) = 1.0;

class ace_missileguidance {
minDeflection = 0;
maxDeflection = 0;
incDeflection = 0;
pitchRate = 0;
yawRate = 0;

canVanillaLock = 0;

Expand All @@ -51,6 +50,9 @@ class CfgAmmo {
defaultSeekerLockMode = "LOAL";
seekerLockModes[] = { "LOAL", "LOBL" };

defaultNavigationType = "LineOfSight";
navigationTypes[] = { "LineOfSight" };

seekLastTargetPos = 0;
seekerAngle = 30;
seekerAccuracy = 1;
Expand Down Expand Up @@ -82,6 +84,9 @@ class CfgAmmo {
class ace_missileguidance {
enabled = 1;

pitchRate = 0;
yawRate = 0;

// Guidance type for munitions
defaultSeekerType = "SACLOS";
seekerTypes[] = { "SACLOS" };
Expand Down

0 comments on commit 8d2b2ce

Please sign in to comment.