Change name

This commit is contained in:
Bailey Danyluk 2022-06-02 20:36:46 -06:00
parent 5a55d2d257
commit bcd753f0d5
72 changed files with 149 additions and 149 deletions

View File

@ -8,7 +8,7 @@ class CfgAmmo {
missileLockMaxDistance = 16000;
missileLockMinDistance = 500;
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
flightProfiles[] = {"Direct", "Loft"};
class Direct {}; // dummy to allow for F cycling of missile mode
@ -56,7 +56,7 @@ class CfgAmmo {
missileLockMaxDistance = 16000;
missileLockMinDistance = 500;
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
flightProfiles[] = {"Direct", "Loft"};
class Direct {}; // dummy to allow for F cycling of missile mode
@ -105,7 +105,7 @@ class CfgAmmo {
missileLockMaxDistance = 16000;
missileLockMinDistance = 500;
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
flightProfiles[] = {"Direct", "TopDown"};
class Direct {}; // dummy to allow for F cycling of missile mode
@ -155,7 +155,7 @@ class CfgAmmo {
missileLockMaxDistance = 16000;
missileLockMinDistance = 500;
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
flightProfiles[] = {"Direct", "TopDown"};
class Direct {}; // dummy to allow for F cycling of missile mode

View File

@ -13,20 +13,20 @@ class CfgMagazines {
class PylonMissile_1Rnd_GAA_missiles;
class GVAR(a): 4Rnd_GAA_missiles {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(a);
ammo = QGVAR(a);
};
class GVAR(PylonRack_1Rnd_a): PylonRack_1Rnd_GAA_missiles {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(a_1x);
ammo = QGVAR(a);
pylonWeapon = GVAR(aim120Launcher);
};
class GVAR(PylonMissile_1Rnd_a): PylonMissile_1Rnd_GAA_missiles {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(a_1x);
ammo = QGVAR(a);
pylonWeapon = GVAR(aim120Launcher);
@ -34,49 +34,49 @@ class CfgMagazines {
// AIM-120
class GVAR(c): magazine_Missile_AMRAAM_C_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(c_1x);
ammo = QGVAR(c);
};
class GVAR(PylonMissile_Missile_c_x1): PylonMissile_Missile_AMRAAM_C_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(c_1x);
ammo = QGVAR(c);
pylonWeapon = GVAR(aim120Launcher);
};
class GVAR(PylonRack_Missile_c_x1): PylonRack_Missile_AMRAAM_C_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(c_1x);
ammo = QGVAR(c);
pylonWeapon = GVAR(aim120Launcher);
};
class GVAR(PylonRack_Missile_c_x2): PylonRack_Missile_AMRAAM_C_x2 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(c_2x);
ammo = QGVAR(c);
pylonWeapon = GVAR(aim120Launcher);
};
class GVAR(PylonMissile_Missile_d_x1): PylonMissile_Missile_AMRAAM_D_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(d_1x);
ammo = QGVAR(d);
pylonWeapon = GVAR(aim120Launcher);
};
class GVAR(PylonMissile_Missile_d_INT_x1): PylonMissile_Missile_AMRAAM_D_INT_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(d_1x);
ammo = QGVAR(d);
pylonWeapon = GVAR(aim120Launcher);
};
class GVAR(PylonRack_Missile_d_x1): PylonRack_Missile_AMRAAM_D_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(d_1x);
ammo = QGVAR(d);
pylonWeapon = GVAR(aim120Launcher);
};
class GVAR(PylonRack_Missile_d_x2): PylonRack_Missile_AMRAAM_D_x2 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(d_2x);
ammo = QGVAR(d);
pylonWeapon = GVAR(aim120Launcher);
@ -88,18 +88,18 @@ class CfgMagazines {
class PylonMissile_Missile_AA_R77_INT_x1;
class GVAR(r77): magazine_Missile_AA_R77_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(r77_1x);
ammo = QGVAR(r77);
};
class GVAR(PylonMissile_Missile_R77_x1): PylonMissile_Missile_AA_R77_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(r77_1x);
ammo = QGVAR(r77);
pylonWeapon = QGVAR(r77Launcher);
};
class GVAR(PylonMissile_Missile_R77__INT_x1): PylonMissile_Missile_AA_R77_INT_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(r77_1x);
ammo = QGVAR(r77);
pylonWeapon = QGVAR(r77Launcher);

View File

@ -3,7 +3,7 @@ class CfgWeapons {
class MissileLauncher;
class GVAR(aim120Launcher): weapon_AMRAAMLauncher {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(aim120);
weaponLockDelay = 0.5;
@ -67,7 +67,7 @@ class CfgWeapons {
class weapon_R77Launcher;
class GVAR(r77Launcher): weapon_R77Launcher {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(r77);
weaponLockDelay = 0.5;

View File

@ -8,5 +8,5 @@ Adds AIM-120, AIM-132, and R-77 AHR missiles
The people responsible for merging changes to this component or answering potential questions.
- [Brandon-TCVM](https://github.com/TheCandianVendingMachine)
- [Dani-TCVM](https://github.com/TheCandianVendingMachine)

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common","ace_missileguidance"};
author = ECSTRING(common,ACETeam);
authors[] = {"Brandon (TCVM)"};
authors[] = {"Dani (TCVM)"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -6,7 +6,7 @@ class CfgAmmo {
missileLockMaxDistance = 5000;
missileLockMinDistance = 250;
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
class ace_missileguidance {
@ -50,7 +50,7 @@ class CfgAmmo {
missileLockMaxDistance = 5000;
missileLockMinDistance = 250;
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
class ace_missileguidance {
@ -95,7 +95,7 @@ class CfgAmmo {
missileLockMaxDistance = 8000;
missileLockMinDistance = 250;
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
class ace_missileguidance {
@ -140,7 +140,7 @@ class CfgAmmo {
missileLockMaxDistance = 5000;
missileLockMinDistance = 250;
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
class ace_missileguidance {
@ -184,7 +184,7 @@ class CfgAmmo {
missileLockMaxDistance = 8000;
missileLockMinDistance = 250;
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
class ace_missileguidance {

View File

@ -5,20 +5,20 @@ class CfgMagazines {
// AIM-9
class GVAR(2Rnd_Missile_9m): 2Rnd_Missile_AA_04_F {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(m_2x);
ammo = QGVAR(m);
};
class GVAR(PylonRack_1Rnd_Missile_9m): PylonRack_1Rnd_Missile_AA_04_F {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(m_1x);
ammo = QGVAR(m);
pylonWeapon = QGVAR(m);
};
class GVAR(PylonMissile_1Rnd_Missile_9m): PylonMissile_1Rnd_Missile_AA_04_F {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(m_1x);
ammo = QGVAR(m);
pylonWeapon = QGVAR(m);
@ -30,27 +30,27 @@ class CfgMagazines {
class PylonRack_Missile_BIM9X_x2;
class GVAR(magazine_Missile_9x): magazine_Missile_BIM9X_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(x_1x);
ammo = QGVAR(x);
};
class GVAR(PylonMissile_Missile_9x): PylonMissile_Missile_BIM9X_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(x_1x);
ammo = QGVAR(x);
pylonWeapon = QGVAR(x);
};
class GVAR(PylonRack_Missile_9x): PylonRack_Missile_BIM9X_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(x_1x);
ammo = QGVAR(x);
pylonWeapon = QGVAR(x);
};
class GVAR(PylonRack_Missile_9x_2): PylonRack_Missile_BIM9X_x2 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(x_2x);
ammo = QGVAR(x);
pylonWeapon = QGVAR(x);
@ -66,44 +66,44 @@ class CfgMagazines {
class PylonMissile_1Rnd_AAA_missiles;
class GVAR(aim132_2Rnd): 2Rnd_AAA_missiles {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(aim132_2x);
ammo = QGVAR(aim132);
};
class GVAR(aim132_2Rnd_MI02): 2Rnd_AAA_missiles_MI02 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(aim132_2x);
ammo = QGVAR(aim132);
};
class GVAR(aim132_2Rnd_MI06): 2Rnd_AAA_missiles_MI06 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(aim132_2x);
ammo = QGVAR(aim132);
};
class GVAR(aim132_4Rnd): 4Rnd_AAA_missiles {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(aim132_4x);
ammo = QGVAR(aim132);
};
class GVAR(aim132_4Rnd_MI02): 4Rnd_AAA_missiles_MI02 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(aim132_4x);
ammo = QGVAR(aim132);
};
class GVAR(PylonRack_1Rnd_aim132): PylonRack_1Rnd_AAA_missiles {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(aim132_1x);
ammo = QGVAR(aim132);
pylonWeapon = QGVAR(aim132);
};
class GVAR(PylonMissile_1Rnd_aim132): PylonMissile_1Rnd_AAA_missiles {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(aim132_1x);
ammo = QGVAR(aim132);
pylonWeapon = QGVAR(aim132);
@ -117,34 +117,34 @@ class CfgMagazines {
class PylonMissile_1Rnd_Missile_AA_03_F;
class GVAR(r73): magazine_Missile_AA_R73_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(r73_1x);
ammo = QGVAR(r73);
};
class GVAR(PylonMissile_Missile_R73_x1): PylonMissile_Missile_AA_R73_x1 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(r73_1x);
ammo = QGVAR(r73);
pylonWeapon = QGVAR(r73);
};
class GVAR(2Rnd_Missile_R74): 2Rnd_Missile_AA_03_F {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(r74_2x);
ammo = QGVAR(r74);
};
// R-74 -- improved R-73, same missile in the way that an AIM-9X is the same as an AIM-9M
class GVAR(PylonRack_1Rnd_Missile_R74): PylonRack_1Rnd_Missile_AA_03_F {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(r74_1x);
ammo = QGVAR(r74);
pylonWeapon = QGVAR(r74);
};
class GVAR(PylonMissile_1Rnd_Missile_R74): PylonMissile_1Rnd_Missile_AA_03_F {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(r74_1x);
ammo = QGVAR(r74);
pylonWeapon = QGVAR(r74);

View File

@ -4,7 +4,7 @@ class CfgWeapons {
class GVAR(m): Missile_AA_04_Plane_CAS_01_F {
lockAcquire = 1; // auto lock
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(m);
weaponLockDelay = 0.5;
magazines[] = {QGVAR(2Rnd_Missile_9m), QGVAR(PylonRack_1Rnd_Missile_9m), QGVAR(PylonMissile_1Rnd_Missile_9m)};
@ -14,7 +14,7 @@ class CfgWeapons {
class GVAR(x): weapon_BIM9xLauncher {
lockAcquire = 1; // auto lock
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(x);
weaponLockDelay = 0.5;
magazines[] = { QGVAR(magazine_Missile_9x), QGVAR(PylonMissile_Missile_9x), QGVAR(PylonRack_Missile_9x), QGVAR(PylonRack_Missile_9x_2) };
@ -25,7 +25,7 @@ class CfgWeapons {
class GVAR(aim132): missiles_ASRAAM {
lockAcquire = 1; // auto lock
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(aim132);
weaponLockDelay = 0.5;
magazines[] = {
@ -44,7 +44,7 @@ class CfgWeapons {
class GVAR(r73): weapon_R73Launcher {
lockAcquire = 1; // auto lock
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(r73);
weaponLockDelay = 0.5;
@ -58,7 +58,7 @@ class CfgWeapons {
class GVAR(r74): Missile_AA_03_Plane_CAS_02_F {
lockAcquire = 1; // auto lock
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(r74);
weaponLockDelay = 0.5;

View File

@ -8,5 +8,5 @@ Adds AIM-9 and R-73 AHR missiles
The people responsible for merging changes to this component or answering potential questions.
- [Brandon-TCVM](https://github.com/TheCandianVendingMachine)
- [Dani-TCVM](https://github.com/TheCandianVendingMachine)

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common","ace_missileguidance"};
author = ECSTRING(common,ACETeam);
authors[] = {"Brandon (TCVM)"};
authors[] = {"Dani (TCVM)"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -3,28 +3,28 @@ class CfgMagazines {
// GBU
class GVAR(2Rnd_12): 2Rnd_GBU12_LGB {
displayName = CSTRING(12_2x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(12);
};
class 4Rnd_Bomb_04_F;
class GVAR(4Rnd_GBU12): 4Rnd_Bomb_04_F {
displayName = CSTRING(12_4x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(12);
};
class magazine_Bomb_GBU12_x1;
class GVAR(gbu12): magazine_Bomb_GBU12_x1 {
displayName = CSTRING(12_1x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(12);
};
class PylonMissile_1Rnd_Bomb_04_F;
class GVAR(1_PylonMissile_1Rnd_12): PylonMissile_1Rnd_Bomb_04_F {
displayName = CSTRING(12_1x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(12);
pylonWeapon = QGVAR(12);
};
@ -32,7 +32,7 @@ class CfgMagazines {
class 2Rnd_GBU12_LGB_MI10;
class GVAR(2Rnd_GBU12_LGB_MI10): 2Rnd_GBU12_LGB_MI10 {
displayName = CSTRING(12_2x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(12);
pylonWeapon = QGVAR(12);
};
@ -40,7 +40,7 @@ class CfgMagazines {
class PylonMissile_Bomb_GBU12_x1;
class GVAR(PylonMissile_Bomb_GBU12_x1): PylonMissile_Bomb_GBU12_x1 {
displayName = CSTRING(12_1x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(12);
pylonWeapon = QGVAR(12);
};
@ -48,7 +48,7 @@ class CfgMagazines {
class PylonRack_Bomb_GBU12_x2;
class GVAR(PylonRack_Bomb_GBU12_x2): PylonRack_Bomb_GBU12_x2 {
displayName = CSTRING(12_2x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(12);
pylonWeapon = QGVAR(12);
};
@ -57,14 +57,14 @@ class CfgMagazines {
class magazine_Bomb_KAB250_x1;
class GVAR(1Rnd_FAB250): magazine_Bomb_KAB250_x1 {
displayName = CSTRING(fab250_1x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(FAB250);
};
class PylonMissile_Bomb_KAB250_x1;
class GVAR(1_PylonMissile_1Rnd_FAB250): PylonMissile_Bomb_KAB250_x1 {
displayName = CSTRING(fab250_1x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(FAB250);
pylonWeapon = QGVAR(FAB250);
};
@ -72,14 +72,14 @@ class CfgMagazines {
class 2Rnd_Bomb_03_F;
class GVAR(2Rnd_FAB250): 2Rnd_Bomb_03_F {
displayName = CSTRING(fab250_2x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(FAB250);
};
class PylonMissile_1Rnd_Bomb_03_F;
class GVAR(PylonMissile_1Rnd_FAB250): PylonMissile_1Rnd_Bomb_03_F {
displayName = CSTRING(fab250_1x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(FAB250);
pylonWeapon = QGVAR(FAB250);
};

View File

@ -8,5 +8,5 @@ Adds GBU-12 LGB
The people responsible for merging changes to this component or answering potential questions.
- [Brandon-TCVM](https://github.com/TheCandianVendingMachine)
- [Dani-TCVM](https://github.com/TheCandianVendingMachine)

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common","ace_missileguidance"};
author = ECSTRING(common,ACETeam);
authors[] = {"Brandon (TCVM)"};
authors[] = {"Dani (TCVM)"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Condition to switch to next navigation profile
*
* Arguments:

View File

@ -8,4 +8,4 @@ Adds an Iron Dome projectile interceptor system
The people responsible for merging changes to this component or answering potential questions.
- [Brandon (TCVM)](https://github.com/TheCandianVendingMachine)
- [Dani (TCVM)](https://github.com/TheCandianVendingMachine)

View File

@ -9,7 +9,7 @@ class CfgPatches {
// no point having this system without missile guidance: nothing would happen
requiredAddons[] = {"ace_common","ace_missileguidance"};
author = ECSTRING(common,ACETeam);
authors[] = {"Brandon (TCVM)"};
authors[] = {"Dani (TCVM)"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Handles tracking of incoming projectiles per frame
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Handles the fusing and detonation of any and all interceptors in the air
*
* Arguments:

View File

@ -1,21 +1,21 @@
class CfgMagazines {
class magazine_Missile_rim116_x21;
class GVAR(rim116): magazine_Missile_rim116_x21 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(rim116_21x);
ammo = QGVAR(rim116);
};
class 4Rnd_70mm_SAAMI_missiles;
class GVAR(stinger): 4Rnd_70mm_SAAMI_missiles {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(stinger_4x);
ammo = QGVAR(stinger);
};
class Titan_AA;
class GVAR(stinger_man): Titan_AA {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(stinger);
ammo = QGVAR(stinger);
};

View File

@ -1,7 +1,7 @@
class CfgWeapons {
class weapon_rim116Launcher;
class GVAR(rim116): weapon_rim116Launcher {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(rim116);
magazines[] = { QGVAR(rim116) };
weaponLockDelay = 0.5;
@ -9,7 +9,7 @@ class CfgWeapons {
class missiles_SAAMI;
class GVAR(FIM92): missiles_SAAMI {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(stinger);
magazines[] = { QGVAR(stinger) };
weaponLockDelay = 0.5;

View File

@ -8,5 +8,5 @@ Adds missile guidance to all vanilla MANPAD systems
The people responsible for merging changes to this component or answering potential questions.
- [Brandon-TCVM](https://github.com/TheCandianVendingMachine)
- [Dani-TCVM](https://github.com/TheCandianVendingMachine)

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common","ace_missileguidance"};
author = ECSTRING(common,ACETeam);
authors[] = {"Brandon (TCVM)"};
authors[] = {"Dani (TCVM)"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -6,7 +6,7 @@ class CfgAmmo {
class Missile_AGM_02_F: MissileBase {};
class GVAR(D): Missile_AGM_02_F {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
missileLockMaxDistance = 14000;
maneuvrability = 0;
class ace_missileguidance {

View File

@ -16,62 +16,62 @@ class CfgMagazines {
// Optical Mavericks
class GVAR(D_magazine): 6Rnd_Missile_AGM_02_F {
ammo = QGVAR(D);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(d_mag_x1);
};
class GVAR(D_pylonRack_1Rnd): PylonRack_1Rnd_Missile_AGM_02_F {
ammo = QGVAR(D);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(d_mag_x1);
pylonWeapon = QGVAR(D_Launcher);
};
class GVAR(D_pylonRack_3Rnd): PylonRack_3Rnd_Missile_AGM_02_F {
ammo = QGVAR(D);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(d_mag_x3);
pylonWeapon = QGVAR(D_Launcher);
};
class GVAR(G_magazine_x1): magazine_Missile_AGM_02_x1 {
ammo = QGVAR(G);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(g_mag_x1);
};
class GVAR(G_pylonmissile_x1): PylonMissile_Missile_AGM_02_x1 {
ammo = QGVAR(G);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(g_mag_x1);
pylonWeapon = QGVAR(G_Launcher);
};
class GVAR(G_pylonmissile_x2): PylonMissile_Missile_AGM_02_x2 {
ammo = QGVAR(G);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(g_mag_x2);
pylonWeapon = QGVAR(G_Launcher);
};
class GVAR(G_pylonRack_1Rnd): PylonRack_1Rnd_Missile_AGM_02_F {
ammo = QGVAR(G);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(g_mag_x1);
pylonWeapon = QGVAR(G_Launcher);
};
class GVAR(G_PylonRack_3Rnd): PylonRack_3Rnd_Missile_AGM_02_F {
ammo = QGVAR(G);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(g_mag_x3);
pylonWeapon = QGVAR(G_Launcher);
};
class GVAR(G_PylonRack_x1): PylonRack_Missile_AGM_02_x1 {
ammo = QGVAR(G);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(g_mag_x1);
pylonWeapon = QGVAR(G_Launcher);
};
class GVAR(G_PylonRack_x2): PylonRack_Missile_AGM_02_x2 {
ammo = QGVAR(G);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(g_mag_x2);
pylonWeapon = QGVAR(G_Launcher);
};

View File

@ -7,7 +7,7 @@ class CfgWeapons {
class Missile_AGM_02_Plane_CAS_01_F: MissileLauncher {};
class GVAR(D_Launcher): Missile_AGM_02_Plane_CAS_01_F {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayname = CSTRING(D);
magazines[] = {QGVAR(D_magazine), QGVAR(D_pylonRack_1Rnd), QGVAR(D_pylonRack_3Rnd)};
weaponLockDelay = 0.1;
@ -15,7 +15,7 @@ class CfgWeapons {
};
class GVAR(G_Launcher): weapon_AGM_65Launcher {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayname = CSTRING(G);
magazines[] = {QGVAR(G_magazine_x1), QGVAR(G_pylonmissile_x1), QGVAR(G_pylonmissile_x2), QGVAR(G_pylonRack_1Rnd), QGVAR(G_PylonRack_3Rnd), QGVAR(G_PylonRack_x1), QGVAR(G_PylonRack_x2)};
weaponLockDelay = 0.1;

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Sets up IR state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Sets up SACLOS state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Attack profile: DIR
* Returns target position with no modifications
*

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Attack profile: JDAM
* Uses LINE navigation type to guide projectile onto target
*

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Sets up doppler radar state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Sets up wireGuided state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Confirm GPS weapon settings and serialize to variables
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Returns attack data for GPS guided bomb
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Saves all textboxes to whatever settings say for PB mode
*
* Arguments:

View File

@ -1,7 +1,7 @@
#include "script_component.hpp"
#include "\a3\ui_f\hpp\defineCommonColors.inc"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Select either TOO or PB mode. Disable anything that shouldnt be touched in TOO and renable in PB
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Called on load of GPS UI
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Called on unload of GPS UI
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Cycle pre-briefed mission mode
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Saves all textboxes to whatever settings say for PB mode
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Sets up wireGuided state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Adds interaction menu actions to configure GPS bombs
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Condition to switch to next navigation profile
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Sets up line state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Handles MCLOS guidance via keyboard keys
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Determine path for projectile to take in accordance to proportional navigation, takes target acceleration into account
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Points directly toward attack profile positon
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Assumes targetDir is pointing toward line we want to stay on
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Accelerates toward LOS
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Determine path for projectile to take in accordance to proportional navigation
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Determine path for projectile to take in accordance to zero-effort miss pro-nav, takes target acceleration into account. Super deadly
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Sets up proportional navigation state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* doppler radar seeker
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Returns GPS position. That's it.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Infrared seeker. Checks if flares are popped
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* SACLOS seeker
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Whether or not we should filter out this target due to masking. Useful for only doppler radar types
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Attempts to hold angle as fed to by seeker. Does so with a simple proportional controller
*
* Arguments:

View File

@ -1,7 +1,7 @@
class CfgAmmo {
class ammo_Missile_mim145;
class GVAR(patriot): ammo_Missile_mim145 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
class ace_missileguidance {
enabled = 1;
@ -41,7 +41,7 @@ class CfgAmmo {
class ammo_Missile_rim162;
class GVAR(RIM162): ammo_Missile_rim162 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
class ace_missileguidance {
enabled = 1;
@ -81,7 +81,7 @@ class CfgAmmo {
class ammo_Missile_s750;
class GVAR(s400): ammo_Missile_s750 {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
class ace_missileguidance {
enabled = 1;

View File

@ -1,7 +1,7 @@
class CfgWeapons {
class weapon_mim145Launcher;
class GVAR(patriot): weapon_mim145Launcher {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(patriot);
magazines[] = { QGVAR(patriot) };
weaponLockDelay = 0.5;
@ -9,7 +9,7 @@ class CfgWeapons {
class weapon_rim162Launcher;
class GVAR(RIM162): weapon_rim162Launcher {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(essm);
magazines[] = { QGVAR(RIM162) };
weaponLockDelay = 0.5;
@ -17,7 +17,7 @@ class CfgWeapons {
class weapon_s750Launcher;
class GVAR(s400): weapon_s750Launcher {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(s400);
magazines[] = { QGVAR(s400) };
weaponLockDelay = 0.5;

View File

@ -8,5 +8,5 @@ Adds MIM-104 Patriot, S-400, and RIM-162 missiles
The people responsible for merging changes to this component or answering potential questions.
- [Brandon-TCVM](https://github.com/TheCandianVendingMachine)
- [Dani-TCVM](https://github.com/TheCandianVendingMachine)

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common","ace_missileguidance"};
author = ECSTRING(common,ACETeam);
authors[] = {"Brandon (TCVM)"};
authors[] = {"Dani (TCVM)"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -1,7 +1,7 @@
class CfgAmmo {
class ammo_Bomb_SDB;
class GVAR(sdb): ammo_Bomb_SDB {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0; // no maneuvrability so that default guidance doesnt work
class ace_missileguidance {
enabled = 1;

View File

@ -3,13 +3,13 @@ class CfgMagazines {
class PylonRack_Bomb_SDB_x4;
class GVAR(magazine_bomb_SDB_x1): magazine_Bomb_SDB_x1 {
displayName = CSTRING(39_1x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(sdb);
};
class GVAR(PylonRack_bomb_SDB_x4): PylonRack_Bomb_SDB_x4 {
displayName = CSTRING(39_4x);
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
ammo = QGVAR(sdb);
pylonWeapon = QGVAR(sdb);
};

View File

@ -1,7 +1,7 @@
class CfgWeapons {
class weapon_SDBLauncher;
class GVAR(sdb): weapon_SDBLauncher {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(39);
magazines[] = {
QGVAR(magazine_bomb_SDB_x1),

View File

@ -8,5 +8,5 @@ Adds GBU-39 SDB
The people responsible for merging changes to this component or answering potential questions.
- [Brandon-TCVM](https://github.com/TheCandianVendingMachine)
- [Dani-TCVM](https://github.com/TheCandianVendingMachine)

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common","ace_missileguidance"};
author = ECSTRING(common,ACETeam);
authors[] = {"Brandon (TCVM)"};
authors[] = {"Dani (TCVM)"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Brandon (TCVM)
* Author: Dani (TCVM)
* Toggle speed limiter for Driver in Plane. Uses a simple PID controller to manage thrust
*
* Arguments:

View File

@ -1,7 +1,7 @@
class CfgAmmo {
class M_Scalpel_AT;
class GVAR(9k121): M_Scalpel_AT {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
maneuvrability = 0;
irLock = 0;

View File

@ -8,43 +8,43 @@ class CfgMagazines {
class PylonRack_4Rnd_LG_scalpel;
class GVAR(2Rnd): 2Rnd_LG_scalpel {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(2x);
ammo = QGVAR(9k121);
};
class GVAR(6Rnd): 6Rnd_LG_scalpel {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(6x);
ammo = QGVAR(9k121);
};
class GVAR(8Rnd): 8Rnd_LG_scalpel {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(8x);
ammo = QGVAR(9k121);
};
class GVAR(PylonRack_1Rnd): PylonRack_1Rnd_LG_scalpel {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(1x);
ammo = QGVAR(9k121);
pylonWeapon = QGVAR(9k121);
};
class GVAR(PylonMissile_1Rnd): PylonMissile_1Rnd_LG_scalpel {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(1x);
ammo = QGVAR(9k121);
pylonWeapon = QGVAR(9k121);
};
class GVAR(PylonRack_3Rnd): PylonRack_3Rnd_LG_scalpel {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(3x);
ammo = QGVAR(9k121);
pylonWeapon = QGVAR(9k121);
};
class GVAR(PylonRack_4Rnd): PylonRack_4Rnd_LG_scalpel {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(4x);
ammo = QGVAR(9k121);
pylonWeapon = QGVAR(9k121);

View File

@ -1,7 +1,7 @@
class CfgWeapons {
class missiles_SCALPEL;
class GVAR(9k121): missiles_SCALPEL {
author = "Brandon (TCVM)";
author = "Dani (TCVM)";
displayName = CSTRING(9k121);
magazines[] = {
QGVAR(2Rnd),

View File

@ -8,5 +8,5 @@ Adds Vikhr beam-riding ATGM
The people responsible for merging changes to this component or answering potential questions.
- [Brandon-TCVM](https://github.com/TheCandianVendingMachine)
- [Dani-TCVM](https://github.com/TheCandianVendingMachine)

View File

@ -8,7 +8,7 @@ class CfgPatches {
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common","ace_missileguidance"};
author = ECSTRING(common,ACETeam);
authors[] = {"Brandon (TCVM)"};
authors[] = {"Dani (TCVM)"};
url = ECSTRING(main,URL);
VERSION_CONFIG;
};