Skip to content

Commit

Permalink
standardize sdb
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCandianVendingMachine committed Sep 10, 2024
1 parent 9407a94 commit 521a9e3
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions addons/missile_sdb/CfgAmmo.hpp
Original file line number Diff line number Diff line change
@@ -1,39 +1,11 @@
class EGVAR(missileguidance,type_Jdam);
class CfgAmmo {
class ammo_Bomb_SDB;
class GVAR(sdb): ammo_Bomb_SDB {
author = "Dani (TCVM)";
maneuvrability = 0; // no maneuvrability so that default guidance doesnt work
class ace_missileguidance {
class ace_missileguidance: EGVAR(missileguidance,type_Jdam) {
enabled = 1;

pitchRate = 15;
yawRate = 20;

canVanillaLock = 0; // Can this default vanilla lock? Only applicable to non-cadet mode

// Guidance type for munitions
defaultSeekerType = "GPS";
seekerTypes[] = { "GPS" };

defaultSeekerLockMode = "LOBL";
seekerLockModes[] = { "LOBL" };

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

lineGainP = 50;
lineGainD = 0;

seekLastTargetPos = 0; // seek last target position [if seeker loses LOS of target, continue to last known pos]
seekerAngle = 60; // Angle from the shooter's view that can track the missile
seekerAccuracy = 1; // seeker accuracy multiplier

seekerMinRange = 5;
seekerMaxRange = 4000; // Range from the missile which the seeker can visually search

// Attack profile type selection
defaultAttackProfile = "JDAM";
attackProfiles[] = {"JDAM"};
};
};
};
Expand Down

0 comments on commit 521a9e3

Please sign in to comment.