Bläddra i källkod

Merge pull request #178 from 501st-Aux-Mod-Team/julypatch

Julypatch
Erliens 3 år sedan
förälder
incheckning
6927c4fd5b
23 ändrade filer med 11123 tillägg och 390 borttagningar
  1. BIN
      addons - Copy/RD501_Helmets/_textures/Airborne/Aedan.paa
  2. BIN
      addons - Copy/RD501_Helmets/_textures/Infantry/Araxis.paa
  3. BIN
      addons - Copy/RD501_Helmets/_textures/Infantry/Checkers.paa
  4. BIN
      addons - Copy/RD501_Helmets/_textures/Infantry/Clover.paa
  5. BIN
      addons - Copy/RD501_Helmets/_textures/Infantry/Klinger.paa
  6. 1 0
      addons - Copy/RD501_Helmets/airborne/config.cpp
  7. 3 0
      addons - Copy/RD501_Helmets/infantry/config.cpp
  8. 6 106
      addons - Copy/RD501_Main/config.cpp
  9. 4 2
      addons - Copy/RD501_Main/functions/AutoCrate/autocrate.sqf
  10. 261 0
      addons - Copy/RD501_Units/independent/Bounty Hunters/config.cpp
  11. 739 0
      addons - Copy/RD501_Units/independent/Syndicate/config.cpp
  12. 3 3
      addons - Copy/RD501_Units/opfor/B2/config.cpp
  13. 0 218
      addons - Copy/RD501_Units/opfor/B2/config.cpp.old
  14. 44 15
      addons - Copy/RD501_Vehicles/air/drones/config.cpp
  15. 9841 0
      addons - Copy/RD501_Vehicles/common/mfd.hpp
  16. 10 0
      addons - Copy/RD501_Vehicles/land/resupply_box/ammo_small_mag.hpp
  17. BIN
      addons - Copy/RD501_Vehicles/static/shields/bubble/deka_shield.p3d
  18. BIN
      addons - Copy/RD501_Vehicles/static/shields/bubble/deka_shield.paa
  19. 0 45
      addons - Copy/RD501_Weapons/B2/config.cpp
  20. 93 0
      addons - Copy/RD501_Weapons/Bounty Hunters/config.cpp
  21. 1 1
      addons - Copy/RD501_Weapons/DC_Family/DC_15ss/config.cpp
  22. 73 0
      addons - Copy/RD501_Weapons/_ammo/config.cpp
  23. 44 0
      addons - Copy/RD501_Weapons/_mag/config.cpp

BIN
addons - Copy/RD501_Helmets/_textures/Airborne/Aedan.paa


BIN
addons - Copy/RD501_Helmets/_textures/Infantry/Araxis.paa


BIN
addons - Copy/RD501_Helmets/_textures/Infantry/Checkers.paa


BIN
addons - Copy/RD501_Helmets/_textures/Infantry/Clover.paa


BIN
addons - Copy/RD501_Helmets/_textures/Infantry/Klinger.paa


+ 1 - 0
addons - Copy/RD501_Helmets/airborne/config.cpp

@@ -41,6 +41,7 @@ class CfgWeapons
 	NEW_501_AB_HELM_JLTS(501st_Sparrow_helmet,Sparrow,Sparrow.paa)
 	NEW_501_AB_HELM_JLTS(501st_Omen_helmet,Omen,Omen.paa)
 	NEW_501_AB_HELM_JLTS(501st_Nuclear_helmet,Nuclear,Nuclear.paa)
+	NEW_501_AB_HELM_JLTS(501st_Aedan_helmet,Aedan,Aedan.paa)
 
 	
 

+ 3 - 0
addons - Copy/RD501_Helmets/infantry/config.cpp

@@ -171,6 +171,9 @@ class CfgWeapons
 	NEW_501_Inf_Helm_JLTS(Anta,Anta,Anta.paa)
 	NEW_501_Inf_Helm_JLTS(Neta,Neta,Neta.paa)
 	NEW_501_Inf_Helm_JLTS(Spud,Spud,Spud.paa)
+	NEW_501_Inf_Helm_JLTS(Checkers,Checkers,Checkers.paa)
+	NEW_501_Inf_Helm_JLTS(Araxis,Araxis,Araxis.paa)
+	NEW_501_Inf_Helm_JLTS(Clover,Clover,Clover.paa)
 	NEW_501_ARC_Helm_JLTS(Rayne,Rayne,Rayne.paa)
 	NEW_501_ARC_Helm_JLTS(Archaic,Archaic,Archaic.paa)
 	NEW_501_ARC_Helm_JLTS(Duke,Duke,Duke.paa)

+ 6 - 106
addons - Copy/RD501_Main/config.cpp

@@ -139,86 +139,6 @@ class Extended_PostInit_EventHandlers {
     };
 };
 
-// class CfgMagazines
-// {
-// 	class CA_Magazine;
-// 	class 2Rnd_12Gauge_Pellets:CA_Magazine
-// 	{
-// 		displayName = "120 Gauge 2Rnd Pellets";
-// 		count = 200;
-// 	};
-// };
-
-// class CfgAmmo
-// {
-// 	class BulletBase;
-// 	class B_12Gauge_Pellets_Submunition:BulletBase
-// 	{
-// 		//model = "\SWOP_Main\Effects\Tracer\LaserRed";
-// 		model = "\A3\Weapons_f\Data\bullettracer\tracer_red";
-// 		effectFly = "SWOP_BlueLaserEffect";
-// 		CraterEffects = "ExploAmmoLaserCrater";
-// 		explosionEffects = "SWOP_LaserExploSmall";
-// 		triggerTime = .2;
-// 		submunitionAmmo = "G_40mm_HEDP";//G_40mm_HEDP
-// 		submunitionConeType[] = {"poissondisc", 80};
-// 		submunitionConeAngle = 90.8;
-// 		triggerSpeedCoef[] = {0.01, .1};
-		
-// 	};
-
-// 	class G_40mm_HE;
-// 	class G_40mm_HEDP:G_40mm_HE
-// 	{
-// 		model = "\SWOP_Main\Effects\Tracer\LaserBlue";
-// 		effectFly = "SWOP_BlueLaserEffect";
-// 		timeToLive = 30.15;
-// 	};
-
-// 	class B_12Gauge_Pellets_Submunition_Deploy: BulletBase
-// 	{
-// 		//model = "\SWOP_Main\Effects\Tracer\LaserRed";
-// 		model = "\A3\Weapons_f\Data\bullettracer\tracer_red";
-// 		effectFly = "SWOP_RedLaserEffect";
-// 		CraterEffects = "ExploAmmoLaserCrater";
-// 		explosionEffects = "SWOP_LaserExploSmall";
-		
-// 	};
-// };
-// class cfgFactionClasses
-// {
-	
-// 	class RD_Op_Fac
-// 	{
-// 		displayName="RD501 OPFOR Faction";
-// 		priority=3;
-// 		side=0;
-// 	};
-// 	class RD_Blu_Fac
-// 	{
-// 		displayName="RD501 BLUFOR Faction";
-// 		priority= 3;
-// 		side=1;
-// 	};
-// 	class RD_Ind_Fac
-// 	{
-// 		displayName="RD501 Independent Faction";
-// 		priority=3;
-// 		side= 2;
-// 	};
-// 	class RD_Civ_Fac
-// 	{
-// 		displayName="RD501 Star Wars Civ";
-// 		priority=3;
-// 		side= 3;
-// 	};
-// 	class RD501_Faction_LPB1
-// 	{
-// 		displayName="Low Poly Assets";
-// 		priority=3;
-// 		side=0;
-// 	};
-// };
 
 class cfgFactionClasses
 {
@@ -228,18 +148,6 @@ class cfgFactionClasses
 		priority=3;
 		side=0;
 	};
-	class macro_empire_faction
-	{
-		displayName="RD501 Empire Faction";
-		priority=3;
-		side=0;
-	};
-	class macro_first_order_faction
-	{
-		displayName="RD501 First Order Faction";
-		priority=3;
-		side=0;
-	};
 
 	class macro_republic_faction
 	{
@@ -247,18 +155,6 @@ class cfgFactionClasses
 		priority= 3;
 		side=1;
 	};
-	class macro_rebel_faction
-	{
-		displayName="RD501 Rebel Faction";
-		priority= 3;
-		side=1;
-	};
-	class macro_resistance_faction
-	{
-		displayName="RD501 Resistance Faction";
-		priority= 3;
-		side=1;
-	};
 	class macro_ind_faction
 	{
 		displayName="RD501 Independent Faction";
@@ -367,9 +263,13 @@ class CfgEditorSubcategories
 	{
 		displayName = "Heavy Armored Infantry";
 	};
-	class macro_editor_cat(doggo)
+	class macro_editor_cat(bounty_hunters)
+	{
+		displayName = "Bounty Hunters";
+	};
+	class macro_editor_cat(syndicate)
 	{
-		displayName = "Doge Squadron";
+		displayName = "Syndicate";
 	};
 	class macro_editor_cat(arty)
 	{

+ 4 - 2
addons - Copy/RD501_Main/functions/AutoCrate/autocrate.sqf

@@ -2,5 +2,7 @@ params ["_this"];
  
 ["rd501_resuppy_box_small_medical", _this, true] call ace_cargo_fnc_loadItem; 
 ["rd501_resuppy_box_small_ammo", _this, true] call ace_cargo_fnc_loadItem;  
-["rd501_sw_barc", _this, true] call ace_cargo_fnc_loadItem;
-["rd501_sw_barc", _this, true] call ace_cargo_fnc_loadItem;
+["rd501_stat_reweb", _this, true] call ace_cargo_fnc_loadItem;
+["rd501_stat_Striker", _this, true] call ace_cargo_fnc_loadItem;
+["rd501_stat_Railgun", _this, true] call ace_cargo_fnc_loadItem;
+["rd501_stat_ragl40", _this, true] call ace_cargo_fnc_loadItem;

+ 261 - 0
addons - Copy/RD501_Units/independent/Bounty Hunters/config.cpp

@@ -0,0 +1,261 @@
+#include "../../config_macros.hpp"
+
+#include "../../../RD501_main/config_macros.hpp"
+
+class CfgPatches
+{
+	class macro_patch_name(bountyhunters)
+	{
+		addonRootClass=macro_patch_name(units);
+		requiredAddons[]=
+		{
+			macro_patch_name(units)
+		};
+		requiredVersion=0.1;
+		units[]={
+			macro_new_unit_class(independent,suttonrand),
+			macro_new_unit_class(independent,headshot),
+			"rd501_backpack_headshot"
+		
+		};
+		weapons[]=
+		{			
+			macro_new_uniform_class(independent,headshot)
+		};
+	};
+};
+
+class Extended_Init_EventHandlers
+{
+	class macro_new_unit_class(independent,suttonrand)
+	{
+		class apply_skills
+		{
+			init = [_this select 0]	spawn macro_fnc_name(b1_specop_apply_skill);
+		};
+	};
+	class macro_new_unit_class(independent,headshot)
+	{
+		class apply_skills
+		{
+			init = [_this select 0]	spawn macro_fnc_name(b1_specop_apply_skill);
+		};
+	};
+};
+class CfgVehicles
+{
+    class B_T_Recon_TL_F;
+	class OPTRE_UNSC_ONI_Soldier_Naval;
+	class B_ViperHarness_blk_F;
+    class macro_new_unit_class(independent,suttonrand): B_T_Recon_TL_F
+    {
+        displayName = "Sutton Rand";
+		author = "RD501";
+		scope = 2;
+		side=2;
+		backpack="JLTS_Clone_jumppack_Chicken";
+		faction = macro_ind_faction
+		editorSubcategory = macro_editor_cat(bounty_hunters)
+		uniformClass="U_O_R_Gorka_01_black_F";
+		cost = 4
+
+		weapons[]=
+		{
+			macro_new_weapon_nofam(Devastator),
+			"Throw",
+			"Put"
+		};
+		respawnWeapons[]=
+		{
+			macro_new_weapon_nofam(Devastator),
+			"Throw",
+			"Put"
+		};
+		magazines[]=
+		{
+			macro_new_mag(Devastator,50),
+			macro_new_mag(Devastator,50),
+			macro_new_mag(Devastator,50),
+			macro_new_mag(Devastator,50),
+			macro_new_mag(Devastator,2),
+			macro_new_mag(Devastator,2),
+			macro_new_mag(Devastator,2),
+			macro_new_mag(Devastator_dioxis,1),
+			macro_new_mag(Devastator_dioxis,1),
+			macro_new_mag(Devastator_stun,1),
+			macro_new_mag(Devastator_stun,1)
+			
+		};
+		respawnMagazines[]=
+		{
+			macro_new_mag(Devastator,50),
+			macro_new_mag(Devastator,50),
+			macro_new_mag(Devastator,50),
+			macro_new_mag(Devastator,50),
+			macro_new_mag(Devastator,2),
+			macro_new_mag(Devastator,2),
+			macro_new_mag(Devastator,2),
+			macro_new_mag(Devastator_dioxis,1),
+			macro_new_mag(Devastator_dioxis,1),
+			macro_new_mag(Devastator_stun,1),
+			macro_new_mag(Devastator_stun,1)
+		};
+		linkeditems[]=
+		{
+			"OPTRE_UNSC_M52A_Armor1_SNO",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"k_wrecker_Helmet",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		respawnlinkeditems[]=
+		{
+			"OPTRE_UNSC_M52A_Armor_Sniper_WDL",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"k_scout_helmet_camo",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		items[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+		respawnItems[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+    };
+class macro_new_unit_class(independent,headshot): OPTRE_UNSC_ONI_Soldier_Naval
+    {
+        displayName = "Headshot";
+		author = "RD501";
+		scope = 2;
+		side=2;
+		backpack="rd501_backpack_headshot";
+		faction = macro_ind_faction
+		editorSubcategory = macro_editor_cat(bounty_hunters)
+		uniformClass = macro_new_uniform_class(independent,headshot)
+		cost = 4
+
+		weapons[]=
+		{
+			macro_new_weapon_nofam(viper),
+			"Throw",
+			"Put"
+		};
+		respawnWeapons[]=
+		{
+			macro_new_weapon_nofam(viper),
+			"Throw",
+			"Put"
+		};
+		magazines[]=
+		{
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5)
+		};
+		respawnMagazines[]=
+		{
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5),
+			macro_new_mag(viper,5)
+		};
+		linkeditems[]=
+		{
+			"H_HelmetSpecO_blk",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		respawnlinkeditems[]=
+		{
+			"H_HelmetSpecO_blk",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		items[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller",
+			"ACE_Clacker"
+		};
+		respawnItems[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller",
+			"ACE_Clacker"
+		};
+    };
+	class rd501_backpack_headshot:B_ViperHarness_blk_F
+	{
+		scope=1;
+		class TransportMagazines
+		{
+			class _xx_APERSBoundingMine_Range_Mag
+			{
+				magazine="ClaymoreDirectionalMine_Remote_Mag";
+				count=3;
+			};
+			class _xx_ClaymoreDirectionalMine_Remote_Mag
+			{
+				magazine="APERSMineDispenser_Mag";
+				count=3;
+			};
+		};
+	};
+};
+class CfgWeapons
+{
+	class UniformItem;
+	class OPTRE_UNSC_Navy_Uniform_ONI;
+	class macro_new_uniform_class(independent,headshot): OPTRE_UNSC_Navy_Uniform_ONI
+	{
+		scope=1;
+		displayName="Headshot Uniform";
+		class ItemInfo: UniformItem
+		{
+			uniformModel="-";
+			uniformClass=macro_new_unit_class(independent,headshot)
+			containerClass="Supply40";
+			mass=80;
+		};
+	};
+};

+ 739 - 0
addons - Copy/RD501_Units/independent/Syndicate/config.cpp

@@ -0,0 +1,739 @@
+#include "../../config_macros.hpp"
+
+#include "../../../RD501_main/config_macros.hpp"
+
+class CfgPatches
+{
+	class macro_patch_name(syndicate)
+	{
+		addonRootClass=macro_patch_name(units);
+		requiredAddons[]=
+		{
+			macro_patch_name(units)
+		};
+		requiredVersion=0.1;
+		units[]={
+			macro_new_unit_class(syndicate,rifleman),
+			macro_new_unit_class(syndicate,heavy),
+			macro_new_unit_class(syndicate,grenadier),
+			macro_new_unit_class(syndicate,at),
+			macro_new_unit_class(syndicate,marksman),
+			macro_new_unit_class(syndicate,medic),
+			macro_new_unit_class(syndicate,commander)
+		
+		};
+		weapons[]=
+		{			
+		};
+	};
+};
+class CfgVehicles
+{
+    class B_GEN_Soldier_F;
+	class B_GEN_Commander_F;
+    class macro_new_unit_class(syndicate,rifleman): B_GEN_Soldier_F
+    {
+        displayName = "Syndicate Rifleman";
+		author = "RD501";
+		scope = 2;
+		side=2;
+		backpack="OPTRE_ILCS_Rucksack_Black";
+		faction = macro_ind_faction
+		editorSubcategory = macro_editor_cat(syndicate)
+		uniformClass="U_B_GEN_Soldier_F";
+		cost = 4
+
+		weapons[]=
+		{
+			"RD501_DC_15c",
+			"Throw",
+			"Put"
+		};
+		respawnWeapons[]=
+		{
+			"RD501_DC_15c",
+			"Throw",
+			"Put"
+		};
+		magazines[]=
+		{
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag"
+		};
+		respawnMagazines[]=
+		{
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag"
+		};
+		linkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"3as_CIS_Light_helmet",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		respawnlinkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"3as_CIS_Light_helmet",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		items[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+		respawnItems[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+    };
+class macro_new_unit_class(syndicate,heavy): B_GEN_Soldier_F
+    {
+        displayName = "Syndicate Heavy";
+		author = "RD501";
+		scope = 2;
+		side=2;
+		backpack="OPTRE_ILCS_Rucksack_Black";
+		faction = macro_ind_faction
+		editorSubcategory = macro_editor_cat(syndicate)
+		uniformClass="U_B_GEN_Soldier_F";
+		cost = 4
+
+		weapons[]=
+		{
+			"JLTS_E5C",
+			"Throw",
+			"Put"
+		};
+		respawnWeapons[]=
+		{
+			"JLTS_E5C",
+			"Throw",
+			"Put"
+		};
+		magazines[]=
+		{
+			"JLTS_E5C_mag",
+			"JLTS_E5C_mag",
+			"JLTS_E5C_mag",
+			"JLTS_E5C_mag",
+			"JLTS_E5C_mag"
+		};
+		respawnMagazines[]=
+		{
+			"JLTS_E5C_mag",
+			"JLTS_E5C_mag",
+			"JLTS_E5C_mag",
+			"JLTS_E5C_mag",
+			"JLTS_E5C_mag"
+		};
+		linkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"3as_CIS_Light_helmet",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		respawnlinkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"3as_CIS_Light_helmet",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		items[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+		respawnItems[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+    };
+class macro_new_unit_class(syndicate,at): B_GEN_Soldier_F
+    {
+        displayName = "Syndicate Anti-Tank";
+		author = "RD501";
+		scope = 2;
+		side=2;
+		backpack="OPTRE_ILCS_Rucksack_Black";
+		faction = macro_ind_faction
+		editorSubcategory = macro_editor_cat(syndicate)
+		uniformClass="U_B_GEN_Soldier_F";
+		cost = 4
+
+		weapons[]=
+		{
+			"JLTS_E5",
+			"RD501_launcher_RPS4",
+			"Throw",
+			"Put"
+		};
+		respawnWeapons[]=
+		{
+			"JLTS_E5",
+			"RD501_launcher_RPS4",
+			"Throw",
+			"Put"
+		};
+		magazines[]=
+		{
+			"JLTS_E5_mag",
+			"JLTS_E5_mag",
+			"JLTS_E5_mag",
+			"JLTS_E5_mag",
+			"JLTS_E5_mag",
+			"RD501_rps4he_x1_mag",
+			"RD501_rps4he_x1_mag",
+			"RD501_rps4he_x1_mag",
+			"RD501_rps4heat_x1_mag"
+		};
+		respawnMagazines[]=
+		{
+			"JLTS_E5_mag",
+			"JLTS_E5_mag",
+			"JLTS_E5_mag",
+			"JLTS_E5_mag",
+			"JLTS_E5_mag",
+			"RD501_rps4he_x1_mag",
+			"RD501_rps4he_x1_mag",
+			"RD501_rps4he_x1_mag",
+			"RD501_rps4heat_x1_mag"
+		};
+		linkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"3as_CIS_Light_helmet",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		respawnlinkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"3as_CIS_Light_helmet",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		items[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+		respawnItems[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+    };
+class macro_new_unit_class(syndicate,grenadier): B_GEN_Soldier_F
+    {
+        displayName = "Syndicate Grenadier";
+		author = "RD501";
+		scope = 2;
+		side=2;
+		backpack="OPTRE_ILCS_Rucksack_Black";
+		faction = macro_ind_faction
+		editorSubcategory = macro_editor_cat(syndicate)
+		uniformClass="U_B_GEN_Soldier_F";
+		cost = 4
+
+		weapons[]=
+		{
+			"RD501_DC_r15gl",
+			"Throw",
+			"Put"
+		};
+		respawnWeapons[]=
+		{
+			"RD501_DC_r15gl",
+			"Throw",
+			"Put"
+		};
+		magazines[]=
+		{
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_UGL_HE_x3_mag",
+			"RD501_UGL_HE_x3_mag"
+		};
+		respawnMagazines[]=
+		{
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_10mw_x30_mag",
+			"RD501_UGL_HE_x3_mag",
+			"RD501_UGL_HE_x3_mag"
+		};
+		linkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"3as_CIS_Light_helmet",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		respawnlinkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"3as_CIS_Light_helmet",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		items[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+		respawnItems[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+	};
+class macro_new_unit_class(syndicate,marksman): B_GEN_Commander_F
+    {
+        displayName = "Syndicate Marksman";
+		author = "RD501";
+		scope = 2;
+		side=2;
+		backpack="RD501_JLTS_Clone__invis_LR_attachment";
+		faction = macro_ind_faction
+		editorSubcategory = macro_editor_cat(syndicate)
+		uniformClass="U_B_GEN_Commander_F";
+		cost = 4
+
+		weapons[]=
+		{
+			"RD501_valken38x",
+			"Throw",
+			"Put"
+		};
+		respawnWeapons[]=
+		{
+			"RD501_valken38x",
+			"Throw",
+			"Put"
+		};
+		magazines[]=
+		{
+			"RD501_30mw_x10_mag",
+			"RD501_30mw_x10_mag",
+			"RD501_30mw_x10_mag",
+			"RD501_30mw_x10_mag",
+			"RD501_30mw_x10_mag"
+		};
+		respawnMagazines[]=
+		{
+			"RD501_30mw_x10_mag",
+			"RD501_30mw_x10_mag",
+			"RD501_30mw_x10_mag",
+			"RD501_30mw_x10_mag",
+			"RD501_30mw_x10_mag"
+		};
+		linkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"H_Watchcap_blk",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		respawnlinkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"H_Watchcap_blk",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		items[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+		respawnItems[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+    };
+class macro_new_unit_class(syndicate,medic): B_GEN_Soldier_F
+    {
+        displayName = "Syndicate Medic";
+		author = "RD501";
+		scope = 2;
+		side=2;
+		backpack="OPTRE_ILCS_Rucksack_Medical";
+		faction = macro_ind_faction
+		editorSubcategory = macro_editor_cat(syndicate)
+		uniformClass="U_B_GEN_Soldier_F";
+		cost = 4
+
+		weapons[]=
+		{
+			"RD501_DC_r15s",
+			"Throw",
+			"Put"
+		};
+		respawnWeapons[]=
+		{
+			"RD501_DC_r15s",
+			"Throw",
+			"Put"
+		};
+		magazines[]=
+		{
+			"RD501_5mw_x60_mag",
+			"RD501_5mw_x60_mag",
+			"RD501_5mw_x60_mag",
+			"RD501_5mw_x60_mag",
+			"RD501_5mw_x60_mag"
+		};
+		respawnMagazines[]=
+		{
+			"RD501_5mw_x60_mag",
+			"RD501_5mw_x60_mag",
+			"RD501_5mw_x60_mag",
+			"RD501_5mw_x60_mag",
+			"RD501_5mw_x60_mag"
+		};
+		linkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"3as_CIS_Medic_helmet",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		respawnlinkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"3as_CIS_Medic_helmet",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		items[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_tourniquet",
+			"ACE_tourniquet",
+			"ACE_tourniquet",
+			"ACE_tourniquet",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"ACE_splint",
+			"ACE_splint",
+			"ACE_splint",
+			"RD501_Painkiller",
+			"RD501_Painkiller",
+			"RD501_Painkiller",
+			"RD501_Painkiller",
+			"RD501_Painkiller",
+			"ACE_plasmaIV",
+			"ACE_plasmaIV",
+			"ACE_plasmaIV",
+			"ACE_plasmaIV",
+			"ACE_plasmaIV"
+		};
+		respawnItems[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_quikclot",
+			"ACE_tourniquet",
+			"ACE_tourniquet",
+			"ACE_tourniquet",
+			"ACE_tourniquet",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"ACE_splint",
+			"ACE_splint",
+			"ACE_splint",
+			"RD501_Painkiller",
+			"RD501_Painkiller",
+			"RD501_Painkiller",
+			"RD501_Painkiller",
+			"RD501_Painkiller",
+			"ACE_plasmaIV",
+			"ACE_plasmaIV",
+			"ACE_plasmaIV",
+			"ACE_plasmaIV",
+			"ACE_plasmaIV"
+		};
+    };
+class macro_new_unit_class(syndicate,commander): B_GEN_Commander_F
+    {
+        displayName = "Syndicate Commander";
+		author = "RD501";
+		scope = 2;
+		side=2;
+		backpack="RD501_JLTS_Clone__invis_LR_attachment";
+		faction = macro_ind_faction
+		editorSubcategory = macro_editor_cat(syndicate)
+		uniformClass="U_B_GEN_Commander_F";
+		cost = 4
+
+		weapons[]=
+		{
+			"RD501_DC_15a",
+			"Throw",
+			"Put"
+		};
+		respawnWeapons[]=
+		{
+			"RD501_DC_15a",
+			"Throw",
+			"Put"
+		};
+		magazines[]=
+		{
+			"RD501_20mwdp_x20_mag",
+			"RD501_20mwdp_x20_mag",
+			"RD501_20mwdp_x20_mag",
+			"RD501_20mwdp_x20_mag",
+			"RD501_20mwdp_x20_mag"
+		};
+		respawnMagazines[]=
+		{
+			"RD501_20mwdp_x20_mag",
+			"RD501_20mwdp_x20_mag",
+			"RD501_20mwdp_x20_mag",
+			"RD501_20mwdp_x20_mag",
+			"RD501_20mwdp_x20_mag"
+		};
+		linkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"H_Beret_gen_F",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		respawnlinkeditems[]=
+		{
+			"V_TacVest_gen_F",
+			//"H_HelmetO_ViperSP_ghex_F",
+			"H_Beret_gen_F",
+			"ItemGPS",
+			"ItemMap",
+			"ItemCompass",
+			"ItemWatch",
+			"JLTS_droid_comlink",
+		};
+		items[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+		respawnItems[]={
+			"ACE_elasticBandage",
+			"ACE_elasticBandage",
+			"ACE_packingBandage",
+			"ACE_packingBandage",
+			"ACE_tourniquet",
+			"ACE_splint",
+			"RD501_Painkiller"
+		};
+    };
+};

+ 3 - 3
addons - Copy/RD501_Units/opfor/B2/config.cpp

@@ -464,12 +464,12 @@ class CfgWeapons
 	{
 		scope=2;
 		displayName="RD501 B2";
-		picture = "\SWOP_droids\data\ico\B2ico.paa"
+		//picture = "\SWOP_droids\data\ico\B2ico.paa" - Replace with proper one
 		model = "\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver";
 		class ItemInfo: UniformItem
 		{
 			uniformModel="-";
-			uniformClass=macro_new_unit_class(opfor,B2_droid_Standard_mk2)
+			uniformClass=macro_new_unit_class(opfor,B2_droid_Standard)
 			containerClass="Supply40";
 			mass=80;
 		};
@@ -482,7 +482,7 @@ class CfgWeapons
 	{
 		scope=2;
 		displayName="RD501 Super B2";
-		picture = "\SWOP_droids\data\ico\B2ico.paa"
+		//picture = "\SWOP_droids\data\ico\B2ico.paa" - Replace with proper one
 		model = "\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver";
 		class ItemInfo: UniformItem
 		{

+ 0 - 218
addons - Copy/RD501_Units/opfor/B2/config.cpp.old

@@ -1,218 +0,0 @@
-#include "../../config_macros.hpp"
-
-#include "../../../RD501_main/config_macros.hpp"
-
-#include "../../../RD501_main/config_macros.hpp"
-
-#define unit_addon B2
-#define patch_name MODNAME##unit_addon##_Patches
-#define unit_classname MODNAME##_##unit_addon
-
-
-class CfgPatches
-{
-	class macro_patch_name(b2_units)
-	{
-		addonRootClass=macro_patch_name(units);
-		requiredAddons[]=
-		{
-			macro_patch_name(units)
-		};
-		requiredVersion=0.1;
-		units[]={
-			"SWOP_CIS_superdroid_B2",
-			macro_new_unit_class(opfor,B2_droid_Standard),
-			macro_new_unit_class(opfor,B2_droid_Rocket),
-			macro_new_unit_class(opfor,B2_super_droid_Rocket),
-			macro_new_unit_class(opfor,B2_aqua),
-			macro_new_unit_class(opfor,B2_droid_Test),
-
-			macro_new_uniform_class(opfor,B2_Armor),
-			macro_new_uniform_class(opfor,B2_Aqua),
-			macro_new_uniform_class(opfor,B2_Armor_Test),
-
-			macro_new_uniform_skin_class(opfor,B2_Rocket),
-			macro_new_uniform_skin_class(opfor,B2_Aqua),
-			macro_new_uniform_skin_class(opfor,B2_Test)
-			
-		};
-		weapons[]=
-		{
-			
-		};
-	};
-};
-
-class cfgWeapons
-{
-	/**
-	 * UNIFORMS
-	 * the item the unit wears in the uniform slot
-	 */
-	class ItemCore;
-	class Uniform_Base: ItemCore
-	{
-		class ItemInfo;
-	};
-	class VestItem;
-	class UniformItem;
-	class SWOP_B2_superdroid_F_Spec;
-	class macro_new_uniform_class(opfor,B2_Armor): SWOP_B2_superdroid_F_Spec
-	{
-		author = "SWOP";
-		scope = 2;
-		displayName = "B2 battledroid (Rocket)";
-		picture = "\SWOP_droids\data\ico\B2ico.paa";
-		nakedUniform = "U_BasicBody";
-		model = "\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver";
-		JLTS_isDroid = 1; 
-        JLTS_hasEMPProtection = 0; 
-        JLTS_deathSounds = "DeathDroid";
-		JLTS_isDroid = 1; 
-		JLTS_hasEMPProtection = 0; 
-		JLTS_deathSounds = "DeathDroid";
-		class ItemInfo: UniformItem
-		{
-			uniformModel = "-";
-			uniformClass = macro_new_unit_class(opfor,B2_droid_Standard);
-			modelSides[] = {6};
-			containerClass = "Supply100";
-			mass = 400;
-		};
-	};
-
-	class macro_new_uniform_class(opfor,B2_Armor_Test): Uniform_Base
-	{
-		author = "SWOP";
-		scope = 2;
-		displayName = "B2 battledroid (TEST B2)";
-		picture = "\SWOP_droids\data\ico\B2ico.paa";
-		nakedUniform = "U_BasicBody";
-		model = "\A3\Characters_F\Common\Suitpacks\suitpack_blufor_diver";
-		JLTS_isDroid = 1; 
-        JLTS_hasEMPProtection = 0; 
-        JLTS_deathSounds = "DeathDroid";
-		class ItemInfo: UniformItem
-		{
-			uniformModel = "-";
-			uniformClass = macro_new_uniform_skin_class(opfor,B2_Test); //ties to @2
-			armor = 100;
-			armorStructural = 20;//30;//20;
-			explosionShielding = 0.001;
-			impactDamageMultiplier = 0.001;
-			modelSides[] = {6};
-			containerClass = "Supply100";
-			mass = 400;
-		};
-	};
-
-	class macro_new_uniform_class(opfor,B2_Aqua):SWOP_B2_superdroid_F_Spec
-	{
-		scope=2;
-		author= "RD501";
-		displayname = "B2 Aqua Suit (Waterbound Enforcement Technician)";
-		picture = "\SWOP_droids\data\ico\B2ico.paa";
-		nakedUniform = "U_BasicBody";
-		hiddenSelections[] = {"Camo1","Camo2","Camo3"};
-		hiddenSelectionsMaterials[] = {};
-		hiddenUnderwaterSelections[] = {};
-		hiddenUnderwaterSelectionsTextures[] = {};
-		JLTS_isDroid = 1; 
-        JLTS_hasEMPProtection = 0; 
-        JLTS_deathSounds = "DeathDroid";
-		class ItemInfo: UniformItem
-		{
-				uniformModel = "-";
-				uniformClass = macro_new_uniform_skin_class(opfor,B2_Aqua);
-				Armor = .1;
-				modelSides[] = {6};
-				uniformType = "Neopren";
-				containerClass = "Supply100";
-				mass = 40;
-				armorStructural = 1;
-		};
-	};
-};
-
-class DefaultEventhandlers;
-class CfgVehicles
-{
-	class O_Soldier_base_F;
-	class SWOP_CIS_Base: O_Soldier_base_F
-	{
-		class HitPoints;
-	};
-
-	/**
-	 * UNIFORM SKINS
-	 * units that only act as skins for the uniform
-	 */
-	class SWOP_B2_superdroid: SWOP_CIS_Base
-	{
-		#include "armor_uniform.hpp"
-	};
-	#include "B2_Reskins.hpp"
-
-	/**
-	 * UNITS
-	 * the actual unit running around under the uniform
-	 */
-	class SWOP_CIS_superdroid_B2: SWOP_CIS_Base
-	{
-		class EventHandlers : DefaultEventhandlers {};
-	};
-	class macro_new_unit_class(opfor,B2_droid_Standard): SWOP_CIS_superdroid_B2
-	{
-		scope=2;
-		author= "RD501";
-		faction= macro_cis_faction
-		editorSubcategory = macro_editor_cat(B2)
-		uniformClass = macro_new_uniform_class(opfor,B2_Armor)
-		displayname = "B2 (Blaster)";
-		class EventHandlers : DefaultEventhandlers {};
-		armor=2;
-		armorStructural=1;
-		#include "armor_unit.hpp"
-	};
-	class  macro_new_unit_class(opfor,B2_droid_Rocket): macro_new_unit_class(opfor,B2_droid_Standard)
-	{
-		displayname = "B2 (Rocket)";
-		author= "RD501";
-		magazines[] = {"SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag"};
-		respawnMagazines[] = {"SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag"};
-		uniformClass = macro_new_uniform_class(opfor,B2_Armor);
-	};
-	class macro_new_unit_class(opfor,B2_super_droid_Rocket) : macro_new_unit_class(opfor,B2_droid_Rocket)
-	{
-		scope=2;
-		displayname = "Super B2 (Rocket)";
-	};
-
-	class  macro_new_unit_class(opfor,B2_droid_Test): macro_new_unit_class(opfor,B2_droid_Standard)
-	{
-		displayname = "B2 (TEST)";
-		author= "RD501";
-		magazines[] = {"SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag"};
-		respawnMagazines[] = {"SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag", "SWOP_B2rocket_Mag"};
-		uniformClass = macro_new_uniform_class(opfor,B2_Armor_Test);
-	};
-
-	class  macro_new_unit_class(opfor,B2_aqua): macro_new_unit_class(opfor,B2_droid_Standard)
-	{
-		displayname = "B2 (Water Enforcement Technician)";
-		side=0;
-		scope=2;
-		scopeCurator=2;
-		scopeArsenal=2;
-		author= "RD501";
-
-		faction= macro_cis_faction
-		editorSubcategory = macro_editor_cat(aqua)
-
-		respawnWeapons[] = {"SWOP_B2gun_Aqua","Throw","Put"};
-		uniformClass = macro_new_uniform_class(opfor,B2_Aqua);
-		magazines[] = {"SWOP_b2gun_Mag","SWOP_b2gun_Mag","SWOP_b2gun_Mag","SWOP_b2gun_Mag"};
-		weapons[] = {macro_new_weapon(b2,aqua_gun),"Throw","Put"};
-		linkedItems[] = {macro_new_weapon(equipment,Water_Filtration),"ItemMap","ItemCompass","ItemWatch","ItemRadio","NVGoggles"};
-	};
-};

+ 44 - 15
addons - Copy/RD501_Vehicles/air/drones/config.cpp

@@ -39,7 +39,8 @@ class CfgPatches
 			macro_new_vehicle(drone,Clone_Recon_bag),
 			macro_new_vehicle(drone,razor_medical),
 			macro_new_vehicle(drone,razor_ammo),
-			macro_new_vehicle(blufor,eweb_bag)
+			macro_new_vehicle(blufor,eweb_bag),
+			macro_new_vehicle(drone,razor_turret)
 		};
 		weapons[]=
 		{
@@ -130,20 +131,6 @@ class CfgVehicles
 			};
 		};
 	};
-	
-	class macro_new_vehicle(drone,Clone_Recon_Droid_ATTE):swclonerecondroid
-	{
-		displayname = "AT-TE Commander Camera";
-		scope=2
-		forceInGarage = 1;
-		author = "RD501";
-		faction = macro_republic_faction
-		class EventHandlers {
-            
-            class CBA_Extended_EventHandlers: CBA_Extended_EventHandlers_base {};
-        };
-	};
-
 	class macro_new_vehicle(drone,rep_stealth_fixedwing):B_UAV_05_F
 	{
 		displayname = "GAR Phantom";
@@ -414,4 +401,46 @@ class CfgVehicles
 			#include"ammo_drone_mag.hpp"
 		};
 	};
+	class macro_new_vehicle(drone,razor_turret): B_UAV_06_F
+	{
+		displayName = "Prime Turret Drone"
+		faction = macro_republic_faction
+		scope=2;
+		forceInGarage = 1;
+		altFullForce = 1000;
+		altNoForce = 1100;
+		hiddenSelectionsTextures[]=
+		{
+			"\RD501_Vehicles\air\drones\data\b_uav_06_ammo_co.paa"
+		};
+		typicalCargo[]=
+		{
+			""
+		};
+		class TransportItems{};
+		class TransportMagazines{};
+		class TransportBackpacks
+		{
+			class _transport_ewebbag
+				{
+					backpack=macro_new_vehicle(stat,reweb_bag);
+					count=1;
+				};
+			class _transport_raglbag
+				{
+					backpack=macro_new_vehicle(stat,ragl40_bag);
+					count=1;
+				};
+			class _transport_strikbag
+				{
+					backpack=macro_new_vehicle(stat,Striker_bag);
+					count=1;
+				};
+			class _transport_railbag
+				{
+					backpack=macro_new_vehicle(stat,Railgun_bag);
+					count=1;
+				};
+		};
+	};
 };

+ 9841 - 0
addons - Copy/RD501_Vehicles/common/mfd.hpp

@@ -0,0 +1,9841 @@
+class MFD
+		{
+			class AirplaneHUD
+			{
+				topLeft="HUD_top_left";
+				topRight="HUD_top_right";
+				bottomLeft="HUD_bottom_left";
+				borderLeft=0;
+				borderRight=0;
+				borderTop=0;
+				borderBottom=0.2;
+				color[]={0.15000001,1,0.15000001,1};
+				enableParallax=1;
+				class Bones
+				{
+					class PlaneOrientation
+					{
+						type="fixed";
+						pos[]={0.498,0.38};
+					};
+					class WeaponAim
+					{
+						type="vector";
+						source="weapon";
+						pos0[]={0.498,0.38};
+						pos10[]={1.166,1.215};
+					};
+					class Target
+					{
+						type="vector";
+						source="target";
+						pos0[]={0.498,0.38};
+						pos10[]={1.166,1.215};
+					};
+					class TargetingPodDir
+					{
+						source="pilotcamera";
+						type="vector";
+						pos0[]={0.498,0.38};
+						pos10[]={1.166,1.215};
+					};
+					class TargetingPodTarget
+					{
+						source="pilotcameratarget";
+						type="vector";
+						pos0[]={0.498,0.405};
+						pos10[]={1.166,1.215};
+					};
+					class ImpactPoint
+					{
+						type="vector";
+						source="ImpactPoint";
+						pos0[]={0.5,0.38};
+						pos10[]={1.168,1.215};
+					};
+					class NormalizeBombCircle
+					{
+						type="normalizedorsmaller";
+						limit=0.079999998;
+						aspectRatio=1.25;
+					};
+					class Velocity
+					{
+						type="vector";
+						source="velocity";
+						pos0[]={0.498,0.38};
+						pos10[]={1.166,1.215};
+					};
+					class Level0
+					{
+						type="horizon";
+						pos0[]={0.5,0.38};
+						pos10[]={1.168,1.215};
+						angle=0;
+					};
+					class Limit0109
+					{
+						type="limit";
+						limits[]={0.1,0.1,0.89999998,0.89999998};
+					};
+					class LimitWaypoint
+					{
+						type="limit";
+						limits[]={0.2,0.97000003,0.80000001,0.97000003};
+					};
+					class WPPoint
+					{
+						type="vector";
+						source="WPPoint";
+						pos0[]={0.5,0.38};
+						pos10[]={1.168,1.215};
+					};
+					class VerticalSpeed
+					{
+						type="linear";
+						source="vspeed";
+						sourceScale=1;
+						min=-100;
+						max=100;
+						minPos[]={0,0.15000001};
+						maxPos[]={0,-0.15000001};
+					};
+					class HorizonIndicatorBank
+					{
+						type="rotational";
+						source="horizonBank";
+						sourceScale=1;
+						center[]={0.064999998,0.12};
+						min=-3.1415927;
+						max=3.1415927;
+						minAngle=0;
+						maxAngle=360;
+						aspectRatio=1.25;
+					};
+					class HorizonIndicatorDive: HorizonIndicatorBank
+					{
+						source="horizonDive";
+						min=-1.5707999;
+						max=1.5707999;
+						minAngle=90;
+						maxAngle=-90;
+					};
+					class TerrainBone
+					{
+						type="linear";
+						source="altitudeAGL";
+						sourceScale=1;
+						min=0;
+						max=200;
+						minPos[]={0,0.88};
+						maxPos[]={0,0.38};
+					};
+					class MissileFlightTimeRot1
+					{
+						type="rotational";
+						source="MissileFlightTime";
+						sourceScale=1;
+						center[]={0,0};
+						min=0;
+						max=0.5;
+						minAngle=0;
+						maxAngle=18;
+						aspectRatio=1.25;
+					};
+					class MissileFlightTimeRot2: MissileFlightTimeRot1
+					{
+						maxAngle=36;
+						max=1;
+					};
+					class MissileFlightTimeRot3: MissileFlightTimeRot1
+					{
+						maxAngle=54;
+						max=1.5;
+					};
+					class MissileFlightTimeRot4: MissileFlightTimeRot1
+					{
+						maxAngle=72;
+						max=2;
+					};
+					class MissileFlightTimeRot5: MissileFlightTimeRot1
+					{
+						maxAngle=90;
+						max=2.5;
+					};
+					class MissileFlightTimeRot6: MissileFlightTimeRot1
+					{
+						maxAngle=108;
+						max=3;
+					};
+					class MissileFlightTimeRot7: MissileFlightTimeRot1
+					{
+						maxAngle=126;
+						max=3.5;
+					};
+					class MissileFlightTimeRot8: MissileFlightTimeRot1
+					{
+						maxAngle=144;
+						max=4;
+					};
+					class MissileFlightTimeRot9: MissileFlightTimeRot1
+					{
+						maxAngle=162;
+						max=4.5;
+					};
+					class MissileFlightTimeRot10: MissileFlightTimeRot1
+					{
+						maxAngle=180;
+						max=5;
+					};
+					class MissileFlightTimeRot11: MissileFlightTimeRot1
+					{
+						maxAngle=198;
+						max=5.5;
+					};
+					class MissileFlightTimeRot12: MissileFlightTimeRot1
+					{
+						maxAngle=216;
+						max=6;
+					};
+					class MissileFlightTimeRot13: MissileFlightTimeRot1
+					{
+						maxAngle=234;
+						max=6.5;
+					};
+					class MissileFlightTimeRot14: MissileFlightTimeRot1
+					{
+						maxAngle=252;
+						max=7;
+					};
+					class MissileFlightTimeRot15: MissileFlightTimeRot1
+					{
+						maxAngle=270;
+						max=7.5;
+					};
+					class MissileFlightTimeRot16: MissileFlightTimeRot1
+					{
+						maxAngle=288;
+						max=8;
+					};
+					class MissileFlightTimeRot17: MissileFlightTimeRot1
+					{
+						maxAngle=306;
+						max=8.5;
+					};
+					class MissileFlightTimeRot18: MissileFlightTimeRot1
+					{
+						maxAngle=324;
+						max=9;
+					};
+					class MissileFlightTimeRot19: MissileFlightTimeRot1
+					{
+						maxAngle=342;
+						max=9.5;
+					};
+					class MissileFlightTimeRot20: MissileFlightTimeRot1
+					{
+						maxAngle=360;
+						max=10;
+					};
+					class Airport1
+					{
+						type="vector";
+						source="airportCorner1";
+						pos0[]={0.5,0.38};
+						pos10[]={1.168,1.215};
+					};
+					class Airport2: Airport1
+					{
+						source="airportCorner2";
+					};
+					class Airport3: Airport1
+					{
+						source="airportCorner3";
+					};
+					class Airport4: Airport1
+					{
+						source="airportCorner4";
+					};
+					class ILS_H
+					{
+						type="ils";
+						pos0[]={0.5,0.38};
+						pos3[]={0.70039999,0.38};
+					};
+					class ILS_W: ILS_H
+					{
+						pos3[]={0.5,0.63050002};
+					};
+					class LarAmmoMax
+					{
+						type="linear";
+						source="LarAmmoMax";
+						sourceScale=1;
+						min=0;
+						max=1;
+						minPos[]={0,1};
+						maxPos[]={0,0};
+					};
+					class LarAmmoMin: LarAmmoMax
+					{
+						source="LarAmmoMin";
+					};
+					class LarTargetDist: LarAmmoMax
+					{
+						source="LarTargetDist";
+					};
+				};
+				class Draw
+				{
+					alpha="user3";
+					color[]=
+					{
+						"user0",
+						"user1",
+						"user2"
+					};
+					condition="on";
+					class PlaneOrientationCrosshair
+					{
+						clipTL[]={0,1};
+						clipBR[]={1,0};
+						type="line";
+						width=4;
+						points[]=
+						{
+							
+							{
+								"PlaneOrientation",
+								{-0.0099999998,0},
+								1
+							},
+							
+							{
+								"PlaneOrientation",
+								{0.0099999998,0},
+								1
+							},
+							{},
+							
+							{
+								"PlaneOrientation",
+								{0,-0.0125},
+								1
+							},
+							
+							{
+								"PlaneOrientation",
+								{0,0.0125},
+								1
+							},
+							{}
+						};
+					};
+					class PlaneMovementCrosshair
+					{
+						clipTL[]={0,1};
+						clipBR[]={1,0};
+						type="line";
+						width=4;
+						points[]=
+						{
+							
+							{
+								"Velocity",
+								{0,-0.025},
+								1
+							},
+							
+							{
+								"Velocity",
+								{0.0099999998,-0.02165},
+								1
+							},
+							
+							{
+								"Velocity",
+								{0.01732,-0.0125},
+								1
+							},
+							
+							{
+								"Velocity",
+								{0.02,0},
+								1
+							},
+							
+							{
+								"Velocity",
+								{0.01732,0.0125},
+								1
+							},
+							
+							{
+								"Velocity",
+								{0.0099999998,0.02165},
+								1
+							},
+							
+							{
+								"Velocity",
+								{0,0.025},
+								1
+							},
+							
+							{
+								"Velocity",
+								{-0.0099999998,0.02165},
+								1
+							},
+							
+							{
+								"Velocity",
+								{-0.01732,0.0125},
+								1
+							},
+							
+							{
+								"Velocity",
+								{-0.02,0},
+								1
+							},
+							
+							{
+								"Velocity",
+								{-0.01732,-0.0125},
+								1
+							},
+							
+							{
+								"Velocity",
+								{-0.0099999998,-0.02165},
+								1
+							},
+							
+							{
+								"Velocity",
+								{0,-0.025},
+								1
+							},
+							{},
+							
+							{
+								"Velocity",
+								{0.039999999,0},
+								1
+							},
+							
+							{
+								"Velocity",
+								{0.02,0},
+								1
+							},
+							{},
+							
+							{
+								"Velocity",
+								{-0.039999999,0},
+								1
+							},
+							
+							{
+								"Velocity",
+								{-0.02,0},
+								1
+							},
+							{},
+							
+							{
+								"Velocity",
+								{0,-0.050000001},
+								1
+							},
+							
+							{
+								"Velocity",
+								{0,-0.025},
+								1
+							},
+							{}
+						};
+					};
+					class MachineGunCrosshairGroup
+					{
+						type="group";
+						condition="mgun";
+						class MachineGunCrosshair
+						{
+							type="line";
+							width=3;
+							points[]=
+							{
+								
+								{
+									"ImpactPoint",
+									{0,-0.1125},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,-0.1},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{0,0.1125},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,0.1},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{-0.090000004,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.079999998,0},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{0.090000004,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.079999998,0},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{0,-0.0024999999},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,0.0024999999},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{-0.0020000001,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.0020000001,0},
+									1
+								},
+								{}
+							};
+						};
+						class Circle
+						{
+							type="line";
+							width=6;
+							points[]=
+							{
+								
+								{
+									"ImpactPoint",
+									{0,-0.079999998},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,-0.1},
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot1",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot2",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot3",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot4",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot5",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot6",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot7",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot8",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot9",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot10",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot11",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot12",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot13",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot14",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot15",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot16",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot17",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot18",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot19",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot20",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot20",
+									{0,0.064000003},
+									1,
+									"ImpactPoint",
+									1
+								}
+							};
+						};
+						class Circle_Min_Range
+						{
+							type="line";
+							width=3;
+							points[]=
+							{
+								
+								{
+									"ImpactPoint",
+									{0,-0.1},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.013888,-0.098480001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.02736,-0.093970001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.039999999,-0.086599998},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.051424,-0.0766},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.061280001,-0.064280003},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.069279999,-0.050000001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.075176001,-0.034200002},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.078783996,-0.01736},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.079999998,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.078783996,0.01736},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.075176001,0.034200002},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.069279999,0.050000001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.061280001,0.064280003},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.051424,0.0766},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.039999999,0.086599998},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.02736,0.093970001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.013888,0.098480001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,0.1},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.013888,0.098480001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.02736,0.093970001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.039999999,0.086599998},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.051424,0.0766},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.061280001,0.064280003},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.069279999,0.050000001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.075176001,0.034200002},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.078783996,0.01736},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.079999998,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.078783996,-0.01736},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.075176001,-0.034200002},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.069279999,-0.050000001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.061280001,-0.064280003},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.051424,-0.0766},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.039999999,-0.086599998},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.02736,-0.093970001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.013888,-0.098480001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,-0.1},
+									1
+								}
+							};
+						};
+						class Distance
+						{
+							type="text";
+							source="ImpactDistance";
+							sourceScale=0.001;
+							sourcePrecision=1;
+							max=15;
+							align="center";
+							scale=1;
+							pos[]=
+							{
+								"ImpactPoint",
+								{-0.0020000001,0.11},
+								1
+							};
+							right[]=
+							{
+								"ImpactPoint",
+								{0.045000002,0.11},
+								1
+							};
+							down[]=
+							{
+								"ImpactPoint",
+								{-0.0020000001,0.15000001},
+								1
+							};
+						};
+					};
+					class AAMissileCrosshairGroup
+					{
+						type="group";
+						condition="AAmissile";
+						class AAMissileCrosshair
+						{
+							type="line";
+							width=4;
+							points[]=
+							{
+								
+								{
+									"WeaponAim",
+									{0,-0.3125},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.043400001,-0.30774999},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.085500002,-0.29365599},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.125,-0.270625},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.16069999,-0.239375},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.19149999,-0.200875},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.2165,-0.15625},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.234925,-0.106875},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.2462,-0.054249998},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.25,0},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.2462,0.054249998},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.234925,0.106875},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.2165,0.15625},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.19149999,0.200875},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.16069999,0.239375},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.125,0.270625},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.085500002,0.29365599},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.043400001,0.30774999},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0,0.3125},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.043400001,0.30774999},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.085500002,0.29365599},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.125,0.270625},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.16069999,0.239375},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.19149999,0.200875},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.2165,0.15625},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.234925,0.106875},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.2462,0.054249998},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.25,0},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.2462,-0.054249998},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.234925,-0.106875},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.2165,-0.15625},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.19149999,-0.200875},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.16069999,-0.239375},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.125,-0.270625},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.085500002,-0.29365599},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.043400001,-0.30774999},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0,-0.3125},
+									1
+								}
+							};
+						};
+					};
+					class ATMissileCrosshairGroup
+					{
+						condition="ATmissile";
+						type="group";
+						class ATMissileCrosshair
+						{
+							type="line";
+							width=4;
+							points[]=
+							{
+								
+								{
+									"WeaponAim",
+									{-0.15000001,-0.15000001},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.15000001,-0.13},
+									1
+								},
+								{},
+								
+								{
+									"WeaponAim",
+									{-0.15000001,0.15000001},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.15000001,0.13},
+									1
+								},
+								{},
+								
+								{
+									"WeaponAim",
+									{0.15000001,-0.15000001},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.15000001,-0.13},
+									1
+								},
+								{},
+								
+								{
+									"WeaponAim",
+									{0.15000001,0.15000001},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.15000001,0.13},
+									1
+								},
+								{},
+								
+								{
+									"WeaponAim",
+									{-0.15000001,-0.15000001},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.13,-0.15000001},
+									1
+								},
+								{},
+								
+								{
+									"WeaponAim",
+									{-0.15000001,0.15000001},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{-0.13,0.15000001},
+									1
+								},
+								{},
+								
+								{
+									"WeaponAim",
+									{0.15000001,-0.15000001},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.13,-0.15000001},
+									1
+								},
+								{},
+								
+								{
+									"WeaponAim",
+									{0.15000001,0.15000001},
+									1
+								},
+								
+								{
+									"WeaponAim",
+									{0.13,0.15000001},
+									1
+								}
+							};
+						};
+					};
+					class RocketCrosshairGroup
+					{
+						type="group";
+						condition="Rocket";
+						class MachineGunCrosshair
+						{
+							type="line";
+							width=3;
+							points[]=
+							{
+								
+								{
+									"ImpactPoint",
+									{0,-0.050000001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,-0.025},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{0,0.050000001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,0.025},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{-0.039999999,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.02,0},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{0.039999999,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.02,0},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{0.0099999998,-0.050000001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.0099999998,-0.050000001},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{0,-0.0024999999},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,0.0024999999},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{-0.0020000001,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.0020000001,0},
+									1
+								},
+								{}
+							};
+						};
+						class Distance
+						{
+							type="text";
+							source="ImpactDistance";
+							sourceScale=0.001;
+							sourcePrecision=1;
+							max=15;
+							align="center";
+							scale=1;
+							pos[]=
+							{
+								"ImpactPoint",
+								{-0.0020000001,0.07},
+								1
+							};
+							right[]=
+							{
+								"ImpactPoint",
+								{0.045000002,0.07},
+								1
+							};
+							down[]=
+							{
+								"ImpactPoint",
+								{-0.0020000001,0.11},
+								1
+							};
+						};
+					};
+					class BombCrosshairGroup
+					{
+						type="group";
+						condition="bomb";
+						class BombCrosshair
+						{
+							width=4;
+							type="line";
+							points[]=
+							{
+								
+								{
+									"ImpactPoint",
+									{0,0.1125},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,0.1},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{-0.090000004,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.079999998,0},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{0.090000004,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.079999998,0},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{0,-0.0024999999},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,0.0024999999},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{-0.0020000001,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.0020000001,0},
+									1
+								},
+								{},
+								
+								{
+									"ImpactPoint",
+									{0,-0.1},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.013888,-0.098480001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.02736,-0.093970001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.039999999,-0.086599998},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.051424,-0.0766},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.061280001,-0.064280003},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.069279999,-0.050000001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.075176001,-0.034200002},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.078783996,-0.01736},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.079999998,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.078783996,0.01736},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.075176001,0.034200002},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.069279999,0.050000001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.061280001,0.064280003},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.051424,0.0766},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.039999999,0.086599998},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.02736,0.093970001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0.013888,0.098480001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,0.1},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.013888,0.098480001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.02736,0.093970001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.039999999,0.086599998},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.051424,0.0766},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.061280001,0.064280003},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.069279999,0.050000001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.075176001,0.034200002},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.078783996,0.01736},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.079999998,0},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.078783996,-0.01736},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.075176001,-0.034200002},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.069279999,-0.050000001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.061280001,-0.064280003},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.051424,-0.0766},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.039999999,-0.086599998},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.02736,-0.093970001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{-0.013888,-0.098480001},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,-0.1},
+									1
+								},
+								{},
+								{},
+								
+								{
+									"ImpactPoint",
+									-1,
+									"Velocity",
+									1,
+									"NormalizeBombCircle",
+									1,
+									"ImpactPoint",
+									1,
+									{0,0},
+									1
+								},
+								
+								{
+									"Velocity",
+									1,
+									"Limit0109",
+									1,
+									{0,0},
+									1
+								}
+							};
+						};
+						class Circle
+						{
+							type="line";
+							width=6;
+							points[]=
+							{
+								
+								{
+									"ImpactPoint",
+									{0,-0.079999998},
+									1
+								},
+								
+								{
+									"ImpactPoint",
+									{0,-0.1},
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot1",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot2",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot3",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot4",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot5",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot6",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot7",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot8",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot9",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot10",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot11",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot12",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot13",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot14",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot15",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot16",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot17",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot18",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot19",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot20",
+									{0,0.079999998},
+									1,
+									"ImpactPoint",
+									1
+								},
+								
+								{
+									"MissileFlightTimeRot20",
+									{0,0.064000003},
+									1,
+									"ImpactPoint",
+									1
+								}
+							};
+						};
+						class Distance
+						{
+							type="text";
+							source="ImpactDistance";
+							sourceScale=0.001;
+							sourcePrecision=1;
+							max=15;
+							align="center";
+							scale=1;
+							pos[]=
+							{
+								"ImpactPoint",
+								{-0.0020000001,0.11},
+								1
+							};
+							right[]=
+							{
+								"ImpactPoint",
+								{0.045000002,0.11},
+								1
+							};
+							down[]=
+							{
+								"ImpactPoint",
+								{-0.0020000001,0.15000001},
+								1
+							};
+						};
+					};
+					class WeaponName
+					{
+						type="text";
+						source="weapon";
+						sourceScale=1;
+						align="right";
+						scale=1;
+						pos[]=
+						{
+							{0.050000001,0.85000002},
+							1
+						};
+						right[]=
+						{
+							{0.090000004,0.85000002},
+							1
+						};
+						down[]=
+						{
+							{0.050000001,0.88999999},
+							1
+						};
+					};
+					class AmmoCount
+					{
+						type="text";
+						source="ammo";
+						sourceScale=1;
+						align="left";
+						scale=1;
+						pos[]=
+						{
+							{0.94999999,0.85000002},
+							1
+						};
+						right[]=
+						{
+							{0.99000001,0.85000002},
+							1
+						};
+						down[]=
+						{
+							{0.94999999,0.88999999},
+							1
+						};
+					};
+					class StallGroup
+					{
+						type="group";
+						condition="stall";
+						color[]={1,0,0};
+						blinkingPattern[]={0.2,0.2};
+						blinkingStartsOn=1;
+						class StallText
+						{
+							type="text";
+							source="static";
+							text="STALL";
+							align="center";
+							scale=1;
+							pos[]=
+							{
+								{0.5,0.25},
+								1
+							};
+							right[]=
+							{
+								{0.54000002,0.25},
+								1
+							};
+							down[]=
+							{
+								{0.5,0.28999999},
+								1
+							};
+						};
+					};
+					class PitchNumber
+					{
+						type="text";
+						source="horizonDive";
+						sourceScale=57.29578;
+						align="right";
+						scale=1;
+						pos[]=
+						{
+							{0.13,0.22499999},
+							1
+						};
+						right[]=
+						{
+							{0.17,0.22499999},
+							1
+						};
+						down[]=
+						{
+							{0.13,0.26499999},
+							1
+						};
+					};
+					class PitchText
+					{
+						type="text";
+						source="static";
+						text="PITCH";
+						align="left";
+						scale=1;
+						pos[]=
+						{
+							{0.11,0.22499999},
+							1
+						};
+						right[]=
+						{
+							{0.15000001,0.22499999},
+							1
+						};
+						down[]=
+						{
+							{0.11,0.26499999},
+							1
+						};
+					};
+					class RollNumber
+					{
+						type="text";
+						source="horizonBank";
+						sourceScale=57.29578;
+						align="right";
+						scale=1;
+						pos[]=
+						{
+							{0.13,0.27000001},
+							1
+						};
+						right[]=
+						{
+							{0.17,0.27000001},
+							1
+						};
+						down[]=
+						{
+							{0.13,0.31},
+							1
+						};
+					};
+					class RollText
+					{
+						type="text";
+						source="static";
+						text="ROLL";
+						align="left";
+						scale=1;
+						pos[]=
+						{
+							{0.11,0.27000001},
+							1
+						};
+						right[]=
+						{
+							{0.15000001,0.27000001},
+							1
+						};
+						down[]=
+						{
+							{0.11,0.31},
+							1
+						};
+					};
+					class SpeedNumber
+					{
+						type="text";
+						source="speed";
+						sourceScale=3.5999999;
+						align="right";
+						scale=1;
+						pos[]=
+						{
+							{0.13,0.36000001},
+							1
+						};
+						right[]=
+						{
+							{0.17,0.36000001},
+							1
+						};
+						down[]=
+						{
+							{0.13,0.40000001},
+							1
+						};
+					};
+					class SpeedText
+					{
+						type="text";
+						source="static";
+						text="SPEED";
+						align="left";
+						scale=1;
+						pos[]=
+						{
+							{0.11,0.36000001},
+							1
+						};
+						right[]=
+						{
+							{0.15000001,0.36000001},
+							1
+						};
+						down[]=
+						{
+							{0.11,0.40000001},
+							1
+						};
+					};
+					class SpeedSeparator
+					{
+						type="line";
+						width=2;
+						points[]=
+						{
+							
+							{
+								{0.12,0.22499999},
+								1
+							},
+							
+							{
+								{0.12,0.63300002},
+								1
+							}
+						};
+					};
+					class FlapsGroup
+					{
+						type="group";
+						condition="flaps";
+						class FlapsText
+						{
+							type="text";
+							source="static";
+							text="FLAPS";
+							align="left";
+							scale=1;
+							pos[]=
+							{
+								{0.11,0.44999999},
+								1
+							};
+							right[]=
+							{
+								{0.15000001,0.44999999},
+								1
+							};
+							down[]=
+							{
+								{0.11,0.49000001},
+								1
+							};
+						};
+					};
+					class GearGroup
+					{
+						type="group";
+						condition="ils";
+						class GearText
+						{
+							type="text";
+							source="static";
+							text="GEAR";
+							align="left";
+							scale=1;
+							pos[]=
+							{
+								{0.11,0.495},
+								1
+							};
+							right[]=
+							{
+								{0.15000001,0.495},
+								1
+							};
+							down[]=
+							{
+								{0.11,0.53500003},
+								1
+							};
+						};
+					};
+					class ILS
+					{
+						condition="ils";
+						class Glideslope
+						{
+							clipTL[]={0,0};
+							clipBR[]={1,1};
+							class ILS
+							{
+								type="line";
+								points[]=
+								{
+									
+									{
+										"ILS_W",
+										{-0.23999999,0},
+										1
+									},
+									
+									{
+										"ILS_W",
+										{0.23999999,0},
+										1
+									},
+									{},
+									
+									{
+										"ILS_W",
+										{-0.23999999,-0.029999999},
+										1
+									},
+									
+									{
+										"ILS_W",
+										{-0.23999999,0.029999999},
+										1
+									},
+									{},
+									
+									{
+										"ILS_W",
+										{-0.12,-0.022500001},
+										1
+									},
+									
+									{
+										"ILS_W",
+										{-0.12,0.022500001},
+										1
+									},
+									{},
+									
+									{
+										"ILS_W",
+										{0,-0.029999999},
+										1
+									},
+									
+									{
+										"ILS_W",
+										{0,0.029999999},
+										1
+									},
+									{},
+									
+									{
+										"ILS_W",
+										{0.12,-0.022500001},
+										1
+									},
+									
+									{
+										"ILS_W",
+										{0.12,0.022500001},
+										1
+									},
+									{},
+									
+									{
+										"ILS_W",
+										{0.23999999,-0.029999999},
+										1
+									},
+									
+									{
+										"ILS_W",
+										{0.23999999,0.029999999},
+										1
+									},
+									{},
+									
+									{
+										"ILS_H",
+										{0,-0.30000001},
+										1
+									},
+									
+									{
+										"ILS_H",
+										{0,0.30000001},
+										1
+									},
+									{},
+									
+									{
+										"ILS_H",
+										{-0.024,-0.30000001},
+										1
+									},
+									
+									{
+										"ILS_H",
+										{0.024,-0.30000001},
+										1
+									},
+									{},
+									
+									{
+										"ILS_H",
+										{-0.017999999,-0.15000001},
+										1
+									},
+									
+									{
+										"ILS_H",
+										{0.017999999,-0.15000001},
+										1
+									},
+									{},
+									
+									{
+										"ILS_H",
+										{-0.024,0},
+										1
+									},
+									
+									{
+										"ILS_H",
+										{0.024,0},
+										1
+									},
+									{},
+									
+									{
+										"ILS_H",
+										{-0.017999999,0.15000001},
+										1
+									},
+									
+									{
+										"ILS_H",
+										{0.017999999,0.15000001},
+										1
+									},
+									{},
+									
+									{
+										"ILS_H",
+										{-0.024,0.30000001},
+										1
+									},
+									
+									{
+										"ILS_H",
+										{0.024,0.30000001},
+										1
+									}
+								};
+							};
+							class airport
+							{
+								type="line";
+								points[]=
+								{
+									
+									{
+										"airport1",
+										1
+									},
+									
+									{
+										"airport2",
+										1
+									},
+									
+									{
+										"airport4",
+										1
+									},
+									
+									{
+										"airport3",
+										1
+									},
+									
+									{
+										"airport1",
+										1
+									}
+								};
+							};
+						};
+					};
+					class LightsGroup
+					{
+						type="group";
+						condition="lights";
+						class LightsText
+						{
+							type="text";
+							source="static";
+							text="LLS";
+							align="left";
+							scale=1;
+							pos[]=
+							{
+								{0.11,0.54000002},
+								1
+							};
+							right[]=
+							{
+								{0.15000001,0.54000002},
+								1
+							};
+							down[]=
+							{
+								{0.11,0.57999998},
+								1
+							};
+						};
+					};
+					class CollisionLightsGroup
+					{
+						type="group";
+						condition="collisionlights";
+						class CollisionLightsText
+						{
+							type="text";
+							source="static";
+							text="COLL";
+							align="left";
+							scale=1;
+							pos[]=
+							{
+								{0.11,0.58499998},
+								1
+							};
+							right[]=
+							{
+								{0.15000001,0.58499998},
+								1
+							};
+							down[]=
+							{
+								{0.11,0.625},
+								1
+							};
+						};
+					};
+					class Climb
+					{
+						type="line";
+						width=1;
+						points[]=
+						{
+							
+							{
+								"VerticalSpeed",
+								{0.875,0.22},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.875,0.54000002},
+								1
+							},
+							{},
+							
+							{
+								"VerticalSpeed",
+								{0.86900002,0.23},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.87400001,0.23},
+								1
+							},
+							{},
+							
+							{
+								"VerticalSpeed",
+								{0.86500001,0.25999999},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.87400001,0.25999999},
+								1
+							},
+							{},
+							
+							{
+								"VerticalSpeed",
+								{0.86500001,0.28999999},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.87400001,0.28999999},
+								1
+							},
+							{},
+							
+							{
+								"VerticalSpeed",
+								{0.86500001,0.31999999},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.87400001,0.31999999},
+								1
+							},
+							{},
+							
+							{
+								"VerticalSpeed",
+								{0.86500001,0.34999999},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.87400001,0.34999999},
+								1
+							},
+							{},
+							
+							{
+								"VerticalSpeed",
+								{0.85500002,0.38},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.87400001,0.38},
+								1
+							},
+							{},
+							
+							{
+								"VerticalSpeed",
+								{0.87400001,0.41},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.86500001,0.41},
+								1
+							},
+							{},
+							
+							{
+								"VerticalSpeed",
+								{0.87400001,0.44},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.86500001,0.44},
+								1
+							},
+							{},
+							
+							{
+								"VerticalSpeed",
+								{0.87400001,0.47},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.86500001,0.47},
+								1
+							},
+							{},
+							
+							{
+								"VerticalSpeed",
+								{0.87400001,0.5},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.86500001,0.5},
+								1
+							},
+							{},
+							
+							{
+								"VerticalSpeed",
+								{0.87400001,0.52999997},
+								1
+							},
+							
+							{
+								"VerticalSpeed",
+								{0.86900002,0.52999997},
+								1
+							}
+						};
+					};
+					class ClimbMinGroup
+					{
+						type="group";
+						clipTL[]={0,0.40000001};
+						clipBR[]={1,0.75999999};
+						class ClimbMin
+						{
+							type="text";
+							source="static";
+							text="-100";
+							align="left";
+							scale=1;
+							pos[]=
+							{
+								"VerticalSpeed",
+								{0.866,0.51749998},
+								1
+							};
+							right[]=
+							{
+								"VerticalSpeed",
+								{0.89099997,0.51749998},
+								1
+							};
+							down[]=
+							{
+								"VerticalSpeed",
+								{0.866,0.54250002},
+								1
+							};
+						};
+					};
+					class ClimbMaxGroup
+					{
+						type="group";
+						clipTL[]={0,0};
+						clipBR[]={1,0.36000001};
+						class ClimbMax
+						{
+							type="text";
+							source="static";
+							text="100";
+							align="left";
+							scale=1;
+							pos[]=
+							{
+								"VerticalSpeed",
+								{0.866,0.2175},
+								1
+							};
+							right[]=
+							{
+								"VerticalSpeed",
+								{0.89099997,0.2175},
+								1
+							};
+							down[]=
+							{
+								"VerticalSpeed",
+								{0.866,0.24250001},
+								1
+							};
+						};
+					};
+					class ClimbText
+					{
+						type="text";
+						source="static";
+						text="CLIMB";
+						align="left";
+						scale=1;
+						pos[]=
+						{
+							{0.87,0.72100002},
+							1
+						};
+						right[]=
+						{
+							{0.89499998,0.72100002},
+							1
+						};
+						down[]=
+						{
+							{0.87,0.74599999},
+							1
+						};
+					};
+					class TerrainGroup
+					{
+						type="group";
+						clipTL[]={0,0};
+						clipBR[]={1,0.69999999};
+						class TerrainLine
+						{
+							type="line";
+							width=1;
+							points[]=
+							{
+								
+								{
+									"TerrainBone",
+									{0.74000001,0},
+									1
+								},
+								
+								{
+									"TerrainBone",
+									{0.90899998,0},
+									1
+								}
+							};
+						};
+						class TerrainText
+						{
+							type="text";
+							source="static";
+							text="TERRAIN";
+							align="right";
+							scale=1;
+							pos[]=
+							{
+								"TerrainBone",
+								{0.74000001,0.003},
+								1
+							};
+							right[]=
+							{
+								"TerrainBone",
+								{0.76499999,0.003},
+								1
+							};
+							down[]=
+							{
+								"TerrainBone",
+								{0.74000001,0.028000001},
+								1
+							};
+						};
+						class TerrainNumber
+						{
+							type="text";
+							source="altitudeAGL";
+							sourceScale=1;
+							align="right";
+							scale=1;
+							pos[]=
+							{
+								"TerrainBone",
+								{0.74000001,-0.043000001},
+								1
+							};
+							right[]=
+							{
+								"TerrainBone",
+								{0.77999997,-0.043000001},
+								1
+							};
+							down[]=
+							{
+								"TerrainBone",
+								{0.74000001,-0.003},
+								1
+							};
+						};
+					};
+					class AltitudeNumber
+					{
+						type="text";
+						source="altitudeASL";
+						sourceScale=1;
+						align="left";
+						scale=1;
+						pos[]=
+						{
+							{0.84500003,0.36000001},
+							1
+						};
+						right[]=
+						{
+							{0.88499999,0.36000001},
+							1
+						};
+						down[]=
+						{
+							{0.84500003,0.40000001},
+							1
+						};
+					};
+					class AltitudeText
+					{
+						type="text";
+						source="static";
+						text="ASL";
+						align="right";
+						scale=1;
+						pos[]=
+						{
+							{0.88,0.72000003},
+							1
+						};
+						right[]=
+						{
+							{0.92000002,0.72000003},
+							1
+						};
+						down[]=
+						{
+							{0.88,0.75999999},
+							1
+						};
+					};
+					class AltitudeArrow
+					{
+						type="line";
+						width=3;
+						points[]=
+						{
+							
+							{
+								{0.85699999,0.36399999},
+								1
+							},
+							
+							{
+								{0.875,0.38},
+								1
+							},
+							
+							{
+								{0.85699999,0.396},
+								1
+							},
+							{},
+							
+							{
+								{0.898,0.36399999},
+								1
+							},
+							
+							{
+								{0.88,0.38},
+								1
+							},
+							
+							{
+								{0.898,0.396},
+								1
+							}
+						};
+					};
+					class AltitudeScale
+					{
+						type="scale";
+						horizontal=0;
+						source="altitudeASL";
+						sourceScale=1;
+						min=0;
+						width=4;
+						top=0.70999998;
+						center=0.38;
+						bottom=0.050000001;
+						lineXleft=0.88;
+						lineYright=0.88999999;
+						lineXleftMajor=0.88;
+						lineYrightMajor=0.89999998;
+						majorLineEach=5;
+						numberEach=10;
+						step=10;
+						stepSize=0.025;
+						align="right";
+						scale=1;
+						pos[]={0.91000003,0.69};
+						right[]={0.94999999,0.69};
+						down[]={0.91000003,0.73000002};
+					};
+					class HeadingArrows
+					{
+						type="line";
+						width=3;
+						points[]=
+						{
+							
+							{
+								{0.484,0.89700001},
+								1
+							},
+							
+							{
+								{0.5,0.91500002},
+								1
+							},
+							
+							{
+								{0.51599997,0.89700001},
+								1
+							},
+							{},
+							
+							{
+								"WPPoint",
+								1,
+								"LimitWaypoint",
+								1,
+								{-0.016000001,0.017999999},
+								1
+							},
+							
+							{
+								"WPPoint",
+								1,
+								"LimitWaypoint",
+								1,
+								{0,0},
+								1
+							},
+							
+							{
+								"WPPoint",
+								1,
+								"LimitWaypoint",
+								1,
+								{0.016000001,0.017999999},
+								1
+							}
+						};
+					};
+					class HeadingScale
+					{
+						type="scale";
+						horizontal=1;
+						source="heading";
+						sourceScale=1;
+						width=4;
+						top=0.050000001;
+						center=0.5;
+						bottom=0.94999999;
+						lineXleft=0.93000001;
+						lineYright=0.92000002;
+						lineXleftMajor=0.94;
+						lineYrightMajor=0.92000002;
+						majorLineEach=3;
+						numberEach=9;
+						step=5;
+						stepSize=0.02;
+						align="center";
+						scale=1;
+						pos[]={0.050000001,0.94};
+						right[]={0.090000004,0.94};
+						down[]={0.050000001,0.98000002};
+					};
+					class WP
+					{
+						condition="wpvalid";
+						class WPdist
+						{
+							type="text";
+							source="wpdist";
+							sourceScale=0.001;
+							sourcePrecision=1;
+							align="right";
+							scale=1;
+							pos[]=
+							{
+								{0.054000001,0.74062502},
+								1
+							};
+							down[]=
+							{
+								{0.054000001,0.78812498},
+								1
+							};
+							right[]=
+							{
+								{0.093999997,0.74062502},
+								1
+							};
+						};
+						class WPIndex
+						{
+							type="text";
+							source="wpIndex";
+							sourceScale=1;
+							sourceLength=2;
+							align="right";
+							scale=1;
+							pos[]=
+							{
+								{0.107,0.708125},
+								1
+							};
+							right[]=
+							{
+								{0.147,0.708125},
+								1
+							};
+							down[]=
+							{
+								{0.107,0.75562501},
+								1
+							};
+						};
+						class WPstatic
+						{
+							type="text";
+							source="static";
+							text="WP";
+							scale=1;
+							sourceScale=1;
+							align="right";
+							pos[]=
+							{
+								
+								{
+									"0.045+0.01",
+									0.71350002
+								},
+								1
+							};
+							right[]=
+							{
+								{0.094999999,0.71350002},
+								1
+							};
+							down[]=
+							{
+								
+								{
+									"0.045+0.01",
+									0.75349998
+								},
+								1
+							};
+						};
+						class WPKM
+						{
+							type="text";
+							source="static";
+							text="KM";
+							scale=1;
+							sourceScale=1;
+							align="right";
+							pos[]=
+							{
+								
+								{
+									"0.045+0.05",
+									0.75050002
+								},
+								1
+							};
+							right[]=
+							{
+								{0.13500001,0.75050002},
+								1
+							};
+							down[]=
+							{
+								
+								{
+									"0.045+0.05",
+									0.78549999
+								},
+								1
+							};
+						};
+					};
+					class HorizontalLine
+					{
+						clipTL[]={0.2,0};
+						clipBR[]={0.80000001,0.75999999};
+						class HorizontalLineDraw
+						{
+							type="line";
+							source="Level0";
+							points[]=
+							{
+								
+								{
+									"Level0",
+									{-0.22499999,0},
+									1
+								},
+								
+								{
+									"Level0",
+									{-0.1875,0},
+									1
+								},
+								{},
+								
+								{
+									"Level0",
+									{-0.15000001,0},
+									1
+								},
+								
+								{
+									"Level0",
+									{-0.1125,0},
+									1
+								},
+								{},
+								
+								{
+									"Level0",
+									{-0.075000003,0},
+									1
+								},
+								
+								{
+									"Level0",
+									{-0.037500001,0},
+									1
+								},
+								{},
+								
+								{
+									"Level0",
+									{0.037500001,0},
+									1
+								},
+								
+								{
+									"Level0",
+									{0.075000003,0},
+									1
+								},
+								{},
+								
+								{
+									"Level0",
+									{0.1125,0},
+									1
+								},
+								
+								{
+									"Level0",
+									{0.15000001,0},
+									1
+								},
+								{},
+								
+								{
+									"Level0",
+									{0.1875,0},
+									1
+								},
+								
+								{
+									"Level0",
+									{0.22499999,0},
+									1
+								}
+							};
+						};
+					};
+					class HorizonIndicatorBackground
+					{
+						type="line";
+						width=1;
+						points[]=
+						{
+							
+							{
+								{0.00059999502,0.12},
+								1
+							},
+							
+							{
+								{0.1294,0.12},
+								1
+							}
+						};
+					};
+					class HorizonIndicator
+					{
+						type="line";
+						width=4;
+						points[]=
+						{
+							
+							{
+								"HorizonIndicatorBank",
+								{-0.055199999,0},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{-0.046,0},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{-0.045434199,0.0079856003},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{-0.043226201,0.015732},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{-0.039836001,0.023},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{-0.035236001,0.029568801},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{-0.029568801,0.035236001},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{-0.023,0.039836001},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{-0.015732,0.043226201},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{-0.0079856003,0.045434199},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{0,0.046},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{0.0079856003,0.045434199},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{0.015732,0.043226201},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{0.023,0.039836001},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{0.029568801,0.035236001},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{0.035236001,0.029568801},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{0.039836001,0.023},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{0.043226201,0.015732},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{0.045434199,0.0079856003},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{0.046,0},
+								1
+							},
+							
+							{
+								"HorizonIndicatorBank",
+								{0.055199999,0},
+								1
+							}
+						};
+					};
+					class RadarBoxes
+					{
+						type="radar";
+						pos0[]={0.498,0.38};
+						pos10[]={1.166,1.215};
+						width=4;
+						points[]=
+						{
+							
+							{
+								{-0.0020000001,-0.0024999999},
+								1
+							},
+							
+							{
+								{0.0020000001,-0.0024999999},
+								1
+							},
+							
+							{
+								{0.0020000001,0.0024999999},
+								1
+							},
+							
+							{
+								{-0.0020000001,0.0024999999},
+								1
+							},
+							
+							{
+								{-0.0020000001,-0.0024999999},
+								1
+							}
+						};
+					};
+					class TargetDiamond
+					{
+						class shape
+						{
+							type="line";
+							width=4;
+							points[]=
+							{
+								
+								{
+									"Target",
+									1,
+									"Limit0109",
+									1,
+									{0.02,0.025},
+									1
+								},
+								
+								{
+									"Target",
+									1,
+									"Limit0109",
+									1,
+									{-0.02,0.025},
+									1
+								},
+								
+								{
+									"Target",
+									1,
+									"Limit0109",
+									1,
+									{-0.02,-0.025},
+									1
+								},
+								
+								{
+									"Target",
+									1,
+									"Limit0109",
+									1,
+									{0.02,-0.025},
+									1
+								},
+								
+								{
+									"Target",
+									1,
+									"Limit0109",
+									1,
+									{0.02,0.025},
+									1
+								}
+							};
+						};
+					};
+					class TargetLocked
+					{
+						condition="missilelocked";
+						class shape
+						{
+							type="line";
+							width=4;
+							points[]=
+							{
+								
+								{
+									"Target",
+									1,
+									"Limit0109",
+									1,
+									{0,-0.037500001},
+									1
+								},
+								
+								{
+									"Target",
+									1,
+									"Limit0109",
+									1,
+									{0.029999999,0},
+									1
+								},
+								
+								{
+									"Target",
+									1,
+									"Limit0109",
+									1,
+									{0,0.037500001},
+									1
+								},
+								
+								{
+									"Target",
+									1,
+									"Limit0109",
+									1,
+									{-0.029999999,0},
+									1
+								},
+								
+								{
+									"Target",
+									1,
+									"Limit0109",
+									1,
+									{0,-0.037500001},
+									1
+								}
+							};
+						};
+					};
+					class TargetingPodGroup
+					{
+						condition="1-pilotcameralock";
+						class TargetingPodDir
+						{
+							type="line";
+							width=3;
+							points[]=
+							{
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.020805599,0.0051731099},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.020805599,-0.0051731099},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.0176381,-0.0147318},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.0117854,-0.0220477},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.0041384902,-0.026007},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{-0.0041384902,-0.026007},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{-0.0117854,-0.0220477},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{-0.0176381,-0.0147318},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{-0.020805599,-0.0051731099},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{-0.020805599,0.0051731202},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{-0.0176381,0.0147318},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{-0.0117854,0.0220477},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{-0.0041384902,0.026007},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.0041384902,0.026007},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.0117854,0.0220477},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.0176381,0.0147318},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.020805599,0.0051731002},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.020805599,-0.0051731202},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.0176381,-0.0147318},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.0117854,-0.0220477},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{0.0041384902,-0.026007},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{-0.0041385,-0.026007},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{-0.0117854,-0.0220477},
+									1
+								},
+								
+								{
+									"TargetingPodDir",
+									1,
+									{-0.0176381,-0.0147318},
+									1
+								},
+								{},
+								{}
+							};
+						};
+					};
+					class TargetingPodGroupOn
+					{
+						condition="pilotcameralock";
+						class TargetingPodDir
+						{
+							type="line";
+							width=3;
+							points[]=
+							{
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.020805599,0.0051731099},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.020805599,-0.0051731099},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.0176381,-0.0147318},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.0117854,-0.0220477},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.0041384902,-0.026007},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{-0.0041384902,-0.026007},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{-0.0117854,-0.0220477},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{-0.0176381,-0.0147318},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{-0.020805599,-0.0051731099},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{-0.020805599,0.0051731202},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{-0.0176381,0.0147318},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{-0.0117854,0.0220477},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{-0.0041384902,0.026007},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.0041384902,0.026007},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.0117854,0.0220477},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.0176381,0.0147318},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.020805599,0.0051731002},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.020805599,-0.0051731202},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.0176381,-0.0147318},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.0117854,-0.0220477},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{0.0041384902,-0.026007},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{-0.0041385,-0.026007},
+									1
+								},
+								{},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{-0.0117854,-0.0220477},
+									1
+								},
+								
+								{
+									"TargetingPodTarget",
+									1,
+									"Limit0109",
+									1,
+									{-0.0176381,-0.0147318},
+									1
+								},
+								{},
+								{}
+							};
+						};
+					};
+					class LAR
+					{
+						type="group";
+						condition="(AAmissile + missilelocked)/2";
+						class Lines
+						{
+							type="line";
+							width=4;
+							points[]=
+							{
+								
+								{
+									{0.20999999,0.55000001},
+									1
+								},
+								
+								{
+									{0.19,0.55000001},
+									1
+								},
+								
+								{
+									{0.19,0.76999998},
+									1
+								},
+								
+								{
+									{0.20999999,0.76999998},
+									1
+								},
+								{},
+								
+								{
+									{0.20999999,0.71499997},
+									1
+								},
+								
+								{
+									{0.19,0.71499997},
+									1
+								},
+								{},
+								
+								{
+									{0.20999999,0.66000003},
+									1
+								},
+								
+								{
+									{0.19,0.66000003},
+									1
+								},
+								{},
+								
+								{
+									{0.20999999,0.60500002},
+									1
+								},
+								
+								{
+									{0.19,0.60500002},
+									1
+								},
+								{},
+								
+								{
+									"LarTargetDist",
+									-0.22,
+									{0.17,0.79000002},
+									1
+								},
+								
+								{
+									"LarTargetDist",
+									-0.22,
+									{0.19,0.76999998},
+									1
+								},
+								
+								{
+									"LarTargetDist",
+									-0.22,
+									{0.17,0.75},
+									1
+								},
+								{}
+							};
+						};
+						class Poly
+						{
+							type="polygon";
+							points[]=
+							{
+								
+								{
+									
+									{
+										"LarAmmoMin",
+										-0.22,
+										{0.191,0.76999998},
+										1
+									},
+									
+									{
+										"LarAmmoMax",
+										-0.22,
+										{0.191,0.76999998},
+										1
+									},
+									
+									{
+										"LarAmmoMax",
+										-0.22,
+										{0.208,0.76999998},
+										1
+									},
+									
+									{
+										"LarAmmoMin",
+										-0.22,
+										{0.208,0.76999998},
+										1
+									}
+								}
+							};
+						};
+						class TopText
+						{
+							type="text";
+							source="LarTop";
+							sourceScale=0.001;
+							scale=1;
+							pos[]=
+							{
+								{0.22,0.52999997},
+								1
+							};
+							right[]=
+							{
+								{0.25999999,0.52999997},
+								1
+							};
+							down[]=
+							{
+								{0.22,0.56999999},
+								1
+							};
+							align="right";
+						};
+						class MiddleText: TopText
+						{
+							source="LarTop";
+							sourcePrecision=-1;
+							sourceScale=0.00050000002;
+							pos[]=
+							{
+								{0.22,0.63999999},
+								1
+							};
+							right[]=
+							{
+								{0.25999999,0.63999999},
+								1
+							};
+							down[]=
+							{
+								{0.22,0.68000001},
+								1
+							};
+						};
+						class SpeedText: TopText
+						{
+							source="LarTargetSpeed";
+							align="left";
+							sourceScale=3.5999999;
+							pos[]=
+							{
+								"LarTargetDist",
+								-0.22,
+								{0.16,0.75},
+								1
+							};
+							right[]=
+							{
+								"LarTargetDist",
+								-0.22,
+								{0.2,0.75},
+								1
+							};
+							down[]=
+							{
+								"LarTargetDist",
+								-0.22,
+								{0.16,0.79000002},
+								1
+							};
+						};
+					};
+				};
+			};
+			class MFD_Left
+			{
+				topLeft="MFD_1_top_left";
+				topRight="MFD_1_top_right";
+				bottomLeft="MFD_1_bottom_left";
+				borderLeft=0;
+				borderRight=0;
+				borderTop=0.1;
+				borderBottom=0;
+				color[]={0.15000001,1,0.15000001,1};
+				enableParallax=0;
+				class Bones
+				{
+					class PylonAmmo1
+					{
+						type="linear";
+						source="PylonAmmoRelative";
+						sourceIndex=1;
+						sourceScale=1;
+						min=0;
+						max=1;
+						minPos[]={0,0};
+						maxPos[]={0,0.051757801};
+					};
+					class PylonAmmo2: PylonAmmo1
+					{
+						sourceIndex=2;
+					};
+					class PylonAmmo3: PylonAmmo1
+					{
+						sourceIndex=3;
+					};
+					class PylonAmmo4: PylonAmmo1
+					{
+						sourceIndex=4;
+					};
+					class PylonAmmo5: PylonAmmo1
+					{
+						sourceIndex=5;
+					};
+					class PylonAmmo6: PylonAmmo1
+					{
+						sourceIndex=6;
+					};
+					class PylonAmmo7: PylonAmmo1
+					{
+						sourceIndex=7;
+					};
+					class PylonAmmo8: PylonAmmo1
+					{
+						sourceIndex=8;
+					};
+					class PylonAmmo9: PylonAmmo1
+					{
+						sourceIndex=9;
+					};
+					class PylonAmmo10: PylonAmmo1
+					{
+						sourceIndex=10;
+					};
+				};
+				class Draw
+				{
+					color[]={0,0.83999997,0,1};
+					alpha=1;
+					condition="on";
+					class PylonSelected6
+					{
+						condition="PylonSelected6>0";
+						class NotEmpty
+						{
+							color[]={0.58999997,0.30000001,0,1};
+							condition="PylonAmmoRelative6>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.113477,0.15763301},
+											1
+										},
+										
+										{
+											{0.113477,0.24454699},
+											1
+										},
+										
+										{
+											{0.32246101,0.24454699},
+											1
+										},
+										
+										{
+											{0.32246101,0.15763301},
+											1
+										},
+										
+										{
+											{0.113477,0.15763301},
+											1
+										},
+										{},
+										
+										{
+											{0.32234401,0.226969},
+											1
+										},
+										
+										{
+											{0.35749999,0.226969},
+											1
+										},
+										
+										{
+											{0.35749999,0.175211},
+											1
+										},
+										
+										{
+											{0.32234401,0.175211},
+											1
+										},
+										
+										{
+											{0.32234401,0.226969},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.32234401,0.226969},
+											1
+										},
+										
+										{
+											{0.35749999,0.226969},
+											1
+										},
+										
+										{
+											"PylonAmmo6",
+											{0.35749999,0.175211},
+											1
+										},
+										
+										{
+											"PylonAmmo6",
+											{0.32234401,0.175211},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=6;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.163727},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.163727},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.198883},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=6;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.20372701},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.20372701},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.238883},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=6;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.30714801,0.20372701},
+									1
+								};
+								right[]=
+								{
+									{0.343281,0.20372701},
+									1
+								};
+								down[]=
+								{
+									{0.30714801,0.238883},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative6<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.32234401,0.226969},
+											1
+										},
+										
+										{
+											{0.35749999,0.226969},
+											1
+										},
+										
+										{
+											{0.35749999,0.175211},
+											1
+										},
+										
+										{
+											{0.32234401,0.175211},
+											1
+										},
+										
+										{
+											{0.32234401,0.226969},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.113477,0.15763301},
+												1
+											},
+											
+											{
+												{0.113477,0.24454699},
+												1
+											},
+											
+											{
+												{0.32246101,0.24454699},
+												1
+											},
+											
+											{
+												{0.32246101,0.15763301},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=6;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.127148,0.16349199},
+										1
+									};
+									right[]=
+									{
+										{0.14375,0.16349199},
+										1
+									};
+									down[]=
+									{
+										{0.127148,0.18888301},
+										1
+									};
+								};
+							};
+						};
+					};
+					class Pylon6
+					{
+						condition="PylonSelected6<=0";
+						class NotEmpty
+						{
+							color[]={0,0.83999997,0,1};
+							condition="PylonAmmoRelative6>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.113477,0.15763301},
+											1
+										},
+										
+										{
+											{0.113477,0.24454699},
+											1
+										},
+										
+										{
+											{0.32246101,0.24454699},
+											1
+										},
+										
+										{
+											{0.32246101,0.15763301},
+											1
+										},
+										
+										{
+											{0.113477,0.15763301},
+											1
+										},
+										{},
+										
+										{
+											{0.32234401,0.226969},
+											1
+										},
+										
+										{
+											{0.35749999,0.226969},
+											1
+										},
+										
+										{
+											{0.35749999,0.175211},
+											1
+										},
+										
+										{
+											{0.32234401,0.175211},
+											1
+										},
+										
+										{
+											{0.32234401,0.226969},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.32234401,0.226969},
+											1
+										},
+										
+										{
+											{0.35749999,0.226969},
+											1
+										},
+										
+										{
+											"PylonAmmo6",
+											{0.35749999,0.175211},
+											1
+										},
+										
+										{
+											"PylonAmmo6",
+											{0.32234401,0.175211},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=6;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.163727},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.163727},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.198883},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=6;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.20372701},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.20372701},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.238883},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=6;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.30714801,0.20372701},
+									1
+								};
+								right[]=
+								{
+									{0.343281,0.20372701},
+									1
+								};
+								down[]=
+								{
+									{0.30714801,0.238883},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative6<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.32234401,0.226969},
+											1
+										},
+										
+										{
+											{0.35749999,0.226969},
+											1
+										},
+										
+										{
+											{0.35749999,0.175211},
+											1
+										},
+										
+										{
+											{0.32234401,0.175211},
+											1
+										},
+										
+										{
+											{0.32234401,0.226969},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.113477,0.15763301},
+												1
+											},
+											
+											{
+												{0.113477,0.24454699},
+												1
+											},
+											
+											{
+												{0.32246101,0.24454699},
+												1
+											},
+											
+											{
+												{0.32246101,0.15763301},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=6;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.127148,0.16349199},
+										1
+									};
+									right[]=
+									{
+										{0.14375,0.16349199},
+										1
+									};
+									down[]=
+									{
+										{0.127148,0.18888301},
+										1
+									};
+								};
+							};
+						};
+					};
+					class PylonSelected7
+					{
+						condition="PylonSelected7>0";
+						class NotEmpty
+						{
+							color[]={0.58999997,0.30000001,0,1};
+							condition="PylonAmmoRelative7>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.113477,0.273844},
+											1
+										},
+										
+										{
+											{0.113477,0.36075801},
+											1
+										},
+										
+										{
+											{0.32246101,0.36075801},
+											1
+										},
+										
+										{
+											{0.32246101,0.273844},
+											1
+										},
+										
+										{
+											{0.113477,0.273844},
+											1
+										},
+										{},
+										
+										{
+											{0.32234401,0.34318},
+											1
+										},
+										
+										{
+											{0.35749999,0.34318},
+											1
+										},
+										
+										{
+											{0.35749999,0.29142201},
+											1
+										},
+										
+										{
+											{0.32234401,0.29142201},
+											1
+										},
+										
+										{
+											{0.32234401,0.34318},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.32234401,0.34318},
+											1
+										},
+										
+										{
+											{0.35749999,0.34318},
+											1
+										},
+										
+										{
+											"PylonAmmo7",
+											{0.35749999,0.29142201},
+											1
+										},
+										
+										{
+											"PylonAmmo7",
+											{0.32234401,0.29142201},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=7;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.27993801},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.27993801},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.31509399},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=7;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.31993699},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.31993699},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.35509399},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=7;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.30714801,0.31993699},
+									1
+								};
+								right[]=
+								{
+									{0.343281,0.31993699},
+									1
+								};
+								down[]=
+								{
+									{0.30714801,0.35509399},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative7<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.32234401,0.34318},
+											1
+										},
+										
+										{
+											{0.35749999,0.34318},
+											1
+										},
+										
+										{
+											{0.35749999,0.29142201},
+											1
+										},
+										
+										{
+											{0.32234401,0.29142201},
+											1
+										},
+										
+										{
+											{0.32234401,0.34318},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.113477,0.273844},
+												1
+											},
+											
+											{
+												{0.113477,0.36075801},
+												1
+											},
+											
+											{
+												{0.32246101,0.36075801},
+												1
+											},
+											
+											{
+												{0.32246101,0.273844},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=7;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.127148,0.27970299},
+										1
+									};
+									right[]=
+									{
+										{0.14375,0.27970299},
+										1
+									};
+									down[]=
+									{
+										{0.127148,0.305094},
+										1
+									};
+								};
+							};
+						};
+					};
+					class Pylon7
+					{
+						condition="PylonSelected7<=0";
+						class NotEmpty
+						{
+							color[]={0,0.83999997,0,1};
+							condition="PylonAmmoRelative7>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.113477,0.273844},
+											1
+										},
+										
+										{
+											{0.113477,0.36075801},
+											1
+										},
+										
+										{
+											{0.32246101,0.36075801},
+											1
+										},
+										
+										{
+											{0.32246101,0.273844},
+											1
+										},
+										
+										{
+											{0.113477,0.273844},
+											1
+										},
+										{},
+										
+										{
+											{0.32234401,0.34318},
+											1
+										},
+										
+										{
+											{0.35749999,0.34318},
+											1
+										},
+										
+										{
+											{0.35749999,0.29142201},
+											1
+										},
+										
+										{
+											{0.32234401,0.29142201},
+											1
+										},
+										
+										{
+											{0.32234401,0.34318},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.32234401,0.34318},
+											1
+										},
+										
+										{
+											{0.35749999,0.34318},
+											1
+										},
+										
+										{
+											"PylonAmmo7",
+											{0.35749999,0.29142201},
+											1
+										},
+										
+										{
+											"PylonAmmo7",
+											{0.32234401,0.29142201},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=7;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.27993801},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.27993801},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.31509399},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=7;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.31993699},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.31993699},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.35509399},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=7;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.30714801,0.31993699},
+									1
+								};
+								right[]=
+								{
+									{0.343281,0.31993699},
+									1
+								};
+								down[]=
+								{
+									{0.30714801,0.35509399},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative7<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.32234401,0.34318},
+											1
+										},
+										
+										{
+											{0.35749999,0.34318},
+											1
+										},
+										
+										{
+											{0.35749999,0.29142201},
+											1
+										},
+										
+										{
+											{0.32234401,0.29142201},
+											1
+										},
+										
+										{
+											{0.32234401,0.34318},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.113477,0.273844},
+												1
+											},
+											
+											{
+												{0.113477,0.36075801},
+												1
+											},
+											
+											{
+												{0.32246101,0.36075801},
+												1
+											},
+											
+											{
+												{0.32246101,0.273844},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=7;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.127148,0.27970299},
+										1
+									};
+									right[]=
+									{
+										{0.14375,0.27970299},
+										1
+									};
+									down[]=
+									{
+										{0.127148,0.305094},
+										1
+									};
+								};
+							};
+						};
+					};
+					class PylonSelected8
+					{
+						condition="PylonSelected8>0";
+						class NotEmpty
+						{
+							color[]={0.58999997,0.30000001,0,1};
+							condition="PylonAmmoRelative8>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.113477,0.390055},
+											1
+										},
+										
+										{
+											{0.113477,0.476969},
+											1
+										},
+										
+										{
+											{0.32246101,0.476969},
+											1
+										},
+										
+										{
+											{0.32246101,0.390055},
+											1
+										},
+										
+										{
+											{0.113477,0.390055},
+											1
+										},
+										{},
+										
+										{
+											{0.32234401,0.459391},
+											1
+										},
+										
+										{
+											{0.35749999,0.459391},
+											1
+										},
+										
+										{
+											{0.35749999,0.40763301},
+											1
+										},
+										
+										{
+											{0.32234401,0.40763301},
+											1
+										},
+										
+										{
+											{0.32234401,0.459391},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.32234401,0.459391},
+											1
+										},
+										
+										{
+											{0.35749999,0.459391},
+											1
+										},
+										
+										{
+											"PylonAmmo8",
+											{0.35749999,0.40763301},
+											1
+										},
+										
+										{
+											"PylonAmmo8",
+											{0.32234401,0.40763301},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=8;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.396148},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.396148},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.43130499},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=8;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.43614799},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.43614799},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.47130501},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=8;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.30714801,0.43614799},
+									1
+								};
+								right[]=
+								{
+									{0.343281,0.43614799},
+									1
+								};
+								down[]=
+								{
+									{0.30714801,0.47130501},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative8<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.32234401,0.459391},
+											1
+										},
+										
+										{
+											{0.35749999,0.459391},
+											1
+										},
+										
+										{
+											{0.35749999,0.40763301},
+											1
+										},
+										
+										{
+											{0.32234401,0.40763301},
+											1
+										},
+										
+										{
+											{0.32234401,0.459391},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.113477,0.390055},
+												1
+											},
+											
+											{
+												{0.113477,0.476969},
+												1
+											},
+											
+											{
+												{0.32246101,0.476969},
+												1
+											},
+											
+											{
+												{0.32246101,0.390055},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=8;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.127148,0.39591399},
+										1
+									};
+									right[]=
+									{
+										{0.14375,0.39591399},
+										1
+									};
+									down[]=
+									{
+										{0.127148,0.421305},
+										1
+									};
+								};
+							};
+						};
+					};
+					class Pylon8
+					{
+						condition="PylonSelected8<=0";
+						class NotEmpty
+						{
+							color[]={0,0.83999997,0,1};
+							condition="PylonAmmoRelative8>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.113477,0.390055},
+											1
+										},
+										
+										{
+											{0.113477,0.476969},
+											1
+										},
+										
+										{
+											{0.32246101,0.476969},
+											1
+										},
+										
+										{
+											{0.32246101,0.390055},
+											1
+										},
+										
+										{
+											{0.113477,0.390055},
+											1
+										},
+										{},
+										
+										{
+											{0.32234401,0.459391},
+											1
+										},
+										
+										{
+											{0.35749999,0.459391},
+											1
+										},
+										
+										{
+											{0.35749999,0.40763301},
+											1
+										},
+										
+										{
+											{0.32234401,0.40763301},
+											1
+										},
+										
+										{
+											{0.32234401,0.459391},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.32234401,0.459391},
+											1
+										},
+										
+										{
+											{0.35749999,0.459391},
+											1
+										},
+										
+										{
+											"PylonAmmo8",
+											{0.35749999,0.40763301},
+											1
+										},
+										
+										{
+											"PylonAmmo8",
+											{0.32234401,0.40763301},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=8;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.396148},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.396148},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.43130499},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=8;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.43614799},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.43614799},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.47130501},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=8;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.30714801,0.43614799},
+									1
+								};
+								right[]=
+								{
+									{0.343281,0.43614799},
+									1
+								};
+								down[]=
+								{
+									{0.30714801,0.47130501},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative8<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.32234401,0.459391},
+											1
+										},
+										
+										{
+											{0.35749999,0.459391},
+											1
+										},
+										
+										{
+											{0.35749999,0.40763301},
+											1
+										},
+										
+										{
+											{0.32234401,0.40763301},
+											1
+										},
+										
+										{
+											{0.32234401,0.459391},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.113477,0.390055},
+												1
+											},
+											
+											{
+												{0.113477,0.476969},
+												1
+											},
+											
+											{
+												{0.32246101,0.476969},
+												1
+											},
+											
+											{
+												{0.32246101,0.390055},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=8;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.127148,0.39591399},
+										1
+									};
+									right[]=
+									{
+										{0.14375,0.39591399},
+										1
+									};
+									down[]=
+									{
+										{0.127148,0.421305},
+										1
+									};
+								};
+							};
+						};
+					};
+					class PylonSelected9
+					{
+						condition="PylonSelected9>0";
+						class NotEmpty
+						{
+							color[]={0.58999997,0.30000001,0,1};
+							condition="PylonAmmoRelative9>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.113477,0.506266},
+											1
+										},
+										
+										{
+											{0.113477,0.59318},
+											1
+										},
+										
+										{
+											{0.32246101,0.59318},
+											1
+										},
+										
+										{
+											{0.32246101,0.506266},
+											1
+										},
+										
+										{
+											{0.113477,0.506266},
+											1
+										},
+										{},
+										
+										{
+											{0.32234401,0.57560199},
+											1
+										},
+										
+										{
+											{0.35749999,0.57560199},
+											1
+										},
+										
+										{
+											{0.35749999,0.523844},
+											1
+										},
+										
+										{
+											{0.32234401,0.523844},
+											1
+										},
+										
+										{
+											{0.32234401,0.57560199},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.32234401,0.57560199},
+											1
+										},
+										
+										{
+											{0.35749999,0.57560199},
+											1
+										},
+										
+										{
+											"PylonAmmo9",
+											{0.35749999,0.523844},
+											1
+										},
+										
+										{
+											"PylonAmmo9",
+											{0.32234401,0.523844},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=9;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.51235902},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.51235902},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.54751599},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=9;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.55235898},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.55235898},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.58751601},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=9;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.30714801,0.55235898},
+									1
+								};
+								right[]=
+								{
+									{0.343281,0.55235898},
+									1
+								};
+								down[]=
+								{
+									{0.30714801,0.58751601},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative9<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.32234401,0.57560199},
+											1
+										},
+										
+										{
+											{0.35749999,0.57560199},
+											1
+										},
+										
+										{
+											{0.35749999,0.523844},
+											1
+										},
+										
+										{
+											{0.32234401,0.523844},
+											1
+										},
+										
+										{
+											{0.32234401,0.57560199},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.113477,0.506266},
+												1
+											},
+											
+											{
+												{0.113477,0.59318},
+												1
+											},
+											
+											{
+												{0.32246101,0.59318},
+												1
+											},
+											
+											{
+												{0.32246101,0.506266},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=9;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.127148,0.51212502},
+										1
+									};
+									right[]=
+									{
+										{0.14375,0.51212502},
+										1
+									};
+									down[]=
+									{
+										{0.127148,0.537516},
+										1
+									};
+								};
+							};
+						};
+					};
+					class Pylon9
+					{
+						condition="PylonSelected9<=0";
+						class NotEmpty
+						{
+							color[]={0,0.83999997,0,1};
+							condition="PylonAmmoRelative9>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.113477,0.506266},
+											1
+										},
+										
+										{
+											{0.113477,0.59318},
+											1
+										},
+										
+										{
+											{0.32246101,0.59318},
+											1
+										},
+										
+										{
+											{0.32246101,0.506266},
+											1
+										},
+										
+										{
+											{0.113477,0.506266},
+											1
+										},
+										{},
+										
+										{
+											{0.32234401,0.57560199},
+											1
+										},
+										
+										{
+											{0.35749999,0.57560199},
+											1
+										},
+										
+										{
+											{0.35749999,0.523844},
+											1
+										},
+										
+										{
+											{0.32234401,0.523844},
+											1
+										},
+										
+										{
+											{0.32234401,0.57560199},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.32234401,0.57560199},
+											1
+										},
+										
+										{
+											{0.35749999,0.57560199},
+											1
+										},
+										
+										{
+											"PylonAmmo9",
+											{0.35749999,0.523844},
+											1
+										},
+										
+										{
+											"PylonAmmo9",
+											{0.32234401,0.523844},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=9;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.51235902},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.51235902},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.54751599},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=9;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.55235898},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.55235898},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.58751601},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=9;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.30714801,0.55235898},
+									1
+								};
+								right[]=
+								{
+									{0.343281,0.55235898},
+									1
+								};
+								down[]=
+								{
+									{0.30714801,0.58751601},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative9<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.32234401,0.57560199},
+											1
+										},
+										
+										{
+											{0.35749999,0.57560199},
+											1
+										},
+										
+										{
+											{0.35749999,0.523844},
+											1
+										},
+										
+										{
+											{0.32234401,0.523844},
+											1
+										},
+										
+										{
+											{0.32234401,0.57560199},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.113477,0.506266},
+												1
+											},
+											
+											{
+												{0.113477,0.59318},
+												1
+											},
+											
+											{
+												{0.32246101,0.59318},
+												1
+											},
+											
+											{
+												{0.32246101,0.506266},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=9;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.127148,0.51212502},
+										1
+									};
+									right[]=
+									{
+										{0.14375,0.51212502},
+										1
+									};
+									down[]=
+									{
+										{0.127148,0.537516},
+										1
+									};
+								};
+							};
+						};
+					};
+					class PylonSelected10
+					{
+						condition="PylonSelected10>0";
+						class NotEmpty
+						{
+							color[]={0.58999997,0.30000001,0,1};
+							condition="PylonAmmoRelative10>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.113477,0.62247699},
+											1
+										},
+										
+										{
+											{0.113477,0.709391},
+											1
+										},
+										
+										{
+											{0.32246101,0.709391},
+											1
+										},
+										
+										{
+											{0.32246101,0.62247699},
+											1
+										},
+										
+										{
+											{0.113477,0.62247699},
+											1
+										},
+										{},
+										
+										{
+											{0.32234401,0.69181299},
+											1
+										},
+										
+										{
+											{0.35749999,0.69181299},
+											1
+										},
+										
+										{
+											{0.35749999,0.640055},
+											1
+										},
+										
+										{
+											{0.32234401,0.640055},
+											1
+										},
+										
+										{
+											{0.32234401,0.69181299},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.32234401,0.69181299},
+											1
+										},
+										
+										{
+											{0.35749999,0.69181299},
+											1
+										},
+										
+										{
+											"PylonAmmo10",
+											{0.35749999,0.640055},
+											1
+										},
+										
+										{
+											"PylonAmmo10",
+											{0.32234401,0.640055},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=10;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.62857002},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.62857002},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.66372699},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=10;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.66856998},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.66856998},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.70372701},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=10;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.30714801,0.66856998},
+									1
+								};
+								right[]=
+								{
+									{0.343281,0.66856998},
+									1
+								};
+								down[]=
+								{
+									{0.30714801,0.70372701},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative10<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.32234401,0.69181299},
+											1
+										},
+										
+										{
+											{0.35749999,0.69181299},
+											1
+										},
+										
+										{
+											{0.35749999,0.640055},
+											1
+										},
+										
+										{
+											{0.32234401,0.640055},
+											1
+										},
+										
+										{
+											{0.32234401,0.69181299},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.113477,0.62247699},
+												1
+											},
+											
+											{
+												{0.113477,0.709391},
+												1
+											},
+											
+											{
+												{0.32246101,0.709391},
+												1
+											},
+											
+											{
+												{0.32246101,0.62247699},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=10;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.127148,0.62833601},
+										1
+									};
+									right[]=
+									{
+										{0.14375,0.62833601},
+										1
+									};
+									down[]=
+									{
+										{0.127148,0.65372699},
+										1
+									};
+								};
+							};
+						};
+					};
+					class Pylon10
+					{
+						condition="PylonSelected10<=0";
+						class NotEmpty
+						{
+							color[]={0,0.83999997,0,1};
+							condition="PylonAmmoRelative10>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.113477,0.62247699},
+											1
+										},
+										
+										{
+											{0.113477,0.709391},
+											1
+										},
+										
+										{
+											{0.32246101,0.709391},
+											1
+										},
+										
+										{
+											{0.32246101,0.62247699},
+											1
+										},
+										
+										{
+											{0.113477,0.62247699},
+											1
+										},
+										{},
+										
+										{
+											{0.32234401,0.69181299},
+											1
+										},
+										
+										{
+											{0.35749999,0.69181299},
+											1
+										},
+										
+										{
+											{0.35749999,0.640055},
+											1
+										},
+										
+										{
+											{0.32234401,0.640055},
+											1
+										},
+										
+										{
+											{0.32234401,0.69181299},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.32234401,0.69181299},
+											1
+										},
+										
+										{
+											{0.35749999,0.69181299},
+											1
+										},
+										
+										{
+											"PylonAmmo10",
+											{0.35749999,0.640055},
+											1
+										},
+										
+										{
+											"PylonAmmo10",
+											{0.32234401,0.640055},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=10;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.62857002},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.62857002},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.66372699},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=10;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.127148,0.66856998},
+									1
+								};
+								right[]=
+								{
+									{0.16328099,0.66856998},
+									1
+								};
+								down[]=
+								{
+									{0.127148,0.70372701},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=10;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.30714801,0.66856998},
+									1
+								};
+								right[]=
+								{
+									{0.343281,0.66856998},
+									1
+								};
+								down[]=
+								{
+									{0.30714801,0.70372701},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative10<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.32234401,0.69181299},
+											1
+										},
+										
+										{
+											{0.35749999,0.69181299},
+											1
+										},
+										
+										{
+											{0.35749999,0.640055},
+											1
+										},
+										
+										{
+											{0.32234401,0.640055},
+											1
+										},
+										
+										{
+											{0.32234401,0.69181299},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.113477,0.62247699},
+												1
+											},
+											
+											{
+												{0.113477,0.709391},
+												1
+											},
+											
+											{
+												{0.32246101,0.709391},
+												1
+											},
+											
+											{
+												{0.32246101,0.62247699},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=10;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.127148,0.62833601},
+										1
+									};
+									right[]=
+									{
+										{0.14375,0.62833601},
+										1
+									};
+									down[]=
+									{
+										{0.127148,0.65372699},
+										1
+									};
+								};
+							};
+						};
+					};
+					class PylonSelected5
+					{
+						condition="PylonSelected5>0";
+						class NotEmpty
+						{
+							color[]={0.58999997,0.30000001,0,1};
+							condition="PylonAmmoRelative5>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.70347703,0.15763301},
+											1
+										},
+										
+										{
+											{0.70347703,0.24454699},
+											1
+										},
+										
+										{
+											{0.91246098,0.24454699},
+											1
+										},
+										
+										{
+											{0.91246098,0.15763301},
+											1
+										},
+										
+										{
+											{0.70347703,0.15763301},
+											1
+										},
+										{},
+										
+										{
+											{0.66734397,0.226969},
+											1
+										},
+										
+										{
+											{0.70249999,0.226969},
+											1
+										},
+										
+										{
+											{0.70249999,0.175211},
+											1
+										},
+										
+										{
+											{0.66734397,0.175211},
+											1
+										},
+										
+										{
+											{0.66734397,0.226969},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.66734397,0.226969},
+											1
+										},
+										
+										{
+											{0.70249999,0.226969},
+											1
+										},
+										
+										{
+											"PylonAmmo5",
+											{0.70249999,0.175211},
+											1
+										},
+										
+										{
+											"PylonAmmo5",
+											{0.66734397,0.175211},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=5;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.163727},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.163727},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.198883},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=5;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.20372701},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.20372701},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.238883},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=5;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.89714801,0.20372701},
+									1
+								};
+								right[]=
+								{
+									{0.933281,0.20372701},
+									1
+								};
+								down[]=
+								{
+									{0.89714801,0.238883},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative5<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.66734397,0.226969},
+											1
+										},
+										
+										{
+											{0.70249999,0.226969},
+											1
+										},
+										
+										{
+											{0.70249999,0.175211},
+											1
+										},
+										
+										{
+											{0.66734397,0.175211},
+											1
+										},
+										
+										{
+											{0.66734397,0.226969},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.70347703,0.15763301},
+												1
+											},
+											
+											{
+												{0.70347703,0.24454699},
+												1
+											},
+											
+											{
+												{0.91246098,0.24454699},
+												1
+											},
+											
+											{
+												{0.91246098,0.15763301},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=5;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.71714801,0.16349199},
+										1
+									};
+									right[]=
+									{
+										{0.73374999,0.16349199},
+										1
+									};
+									down[]=
+									{
+										{0.71714801,0.18888301},
+										1
+									};
+								};
+							};
+						};
+					};
+					class Pylon5
+					{
+						condition="PylonSelected5<=0";
+						class NotEmpty
+						{
+							color[]={0,0.83999997,0,1};
+							condition="PylonAmmoRelative5>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.70347703,0.15763301},
+											1
+										},
+										
+										{
+											{0.70347703,0.24454699},
+											1
+										},
+										
+										{
+											{0.91246098,0.24454699},
+											1
+										},
+										
+										{
+											{0.91246098,0.15763301},
+											1
+										},
+										
+										{
+											{0.70347703,0.15763301},
+											1
+										},
+										{},
+										
+										{
+											{0.66734397,0.226969},
+											1
+										},
+										
+										{
+											{0.70249999,0.226969},
+											1
+										},
+										
+										{
+											{0.70249999,0.175211},
+											1
+										},
+										
+										{
+											{0.66734397,0.175211},
+											1
+										},
+										
+										{
+											{0.66734397,0.226969},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.66734397,0.226969},
+											1
+										},
+										
+										{
+											{0.70249999,0.226969},
+											1
+										},
+										
+										{
+											"PylonAmmo5",
+											{0.70249999,0.175211},
+											1
+										},
+										
+										{
+											"PylonAmmo5",
+											{0.66734397,0.175211},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=5;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.163727},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.163727},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.198883},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=5;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.20372701},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.20372701},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.238883},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=5;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.89714801,0.20372701},
+									1
+								};
+								right[]=
+								{
+									{0.933281,0.20372701},
+									1
+								};
+								down[]=
+								{
+									{0.89714801,0.238883},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative5<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.66734397,0.226969},
+											1
+										},
+										
+										{
+											{0.70249999,0.226969},
+											1
+										},
+										
+										{
+											{0.70249999,0.175211},
+											1
+										},
+										
+										{
+											{0.66734397,0.175211},
+											1
+										},
+										
+										{
+											{0.66734397,0.226969},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.70347703,0.15763301},
+												1
+											},
+											
+											{
+												{0.70347703,0.24454699},
+												1
+											},
+											
+											{
+												{0.91246098,0.24454699},
+												1
+											},
+											
+											{
+												{0.91246098,0.15763301},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=5;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.71714801,0.16349199},
+										1
+									};
+									right[]=
+									{
+										{0.73374999,0.16349199},
+										1
+									};
+									down[]=
+									{
+										{0.71714801,0.18888301},
+										1
+									};
+								};
+							};
+						};
+					};
+					class PylonSelected4
+					{
+						condition="PylonSelected4>0";
+						class NotEmpty
+						{
+							color[]={0.58999997,0.30000001,0,1};
+							condition="PylonAmmoRelative4>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.70347703,0.273844},
+											1
+										},
+										
+										{
+											{0.70347703,0.36075801},
+											1
+										},
+										
+										{
+											{0.91246098,0.36075801},
+											1
+										},
+										
+										{
+											{0.91246098,0.273844},
+											1
+										},
+										
+										{
+											{0.70347703,0.273844},
+											1
+										},
+										{},
+										
+										{
+											{0.66734397,0.34318},
+											1
+										},
+										
+										{
+											{0.70249999,0.34318},
+											1
+										},
+										
+										{
+											{0.70249999,0.29142201},
+											1
+										},
+										
+										{
+											{0.66734397,0.29142201},
+											1
+										},
+										
+										{
+											{0.66734397,0.34318},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.66734397,0.34318},
+											1
+										},
+										
+										{
+											{0.70249999,0.34318},
+											1
+										},
+										
+										{
+											"PylonAmmo4",
+											{0.70249999,0.29142201},
+											1
+										},
+										
+										{
+											"PylonAmmo4",
+											{0.66734397,0.29142201},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=4;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.27993801},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.27993801},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.31509399},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=4;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.31993699},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.31993699},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.35509399},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=4;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.89714801,0.31993699},
+									1
+								};
+								right[]=
+								{
+									{0.933281,0.31993699},
+									1
+								};
+								down[]=
+								{
+									{0.89714801,0.35509399},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative4<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.66734397,0.34318},
+											1
+										},
+										
+										{
+											{0.70249999,0.34318},
+											1
+										},
+										
+										{
+											{0.70249999,0.29142201},
+											1
+										},
+										
+										{
+											{0.66734397,0.29142201},
+											1
+										},
+										
+										{
+											{0.66734397,0.34318},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.70347703,0.273844},
+												1
+											},
+											
+											{
+												{0.70347703,0.36075801},
+												1
+											},
+											
+											{
+												{0.91246098,0.36075801},
+												1
+											},
+											
+											{
+												{0.91246098,0.273844},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=4;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.71714801,0.27970299},
+										1
+									};
+									right[]=
+									{
+										{0.73374999,0.27970299},
+										1
+									};
+									down[]=
+									{
+										{0.71714801,0.305094},
+										1
+									};
+								};
+							};
+						};
+					};
+					class Pylon4
+					{
+						condition="PylonSelected4<=0";
+						class NotEmpty
+						{
+							color[]={0,0.83999997,0,1};
+							condition="PylonAmmoRelative4>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.70347703,0.273844},
+											1
+										},
+										
+										{
+											{0.70347703,0.36075801},
+											1
+										},
+										
+										{
+											{0.91246098,0.36075801},
+											1
+										},
+										
+										{
+											{0.91246098,0.273844},
+											1
+										},
+										
+										{
+											{0.70347703,0.273844},
+											1
+										},
+										{},
+										
+										{
+											{0.66734397,0.34318},
+											1
+										},
+										
+										{
+											{0.70249999,0.34318},
+											1
+										},
+										
+										{
+											{0.70249999,0.29142201},
+											1
+										},
+										
+										{
+											{0.66734397,0.29142201},
+											1
+										},
+										
+										{
+											{0.66734397,0.34318},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.66734397,0.34318},
+											1
+										},
+										
+										{
+											{0.70249999,0.34318},
+											1
+										},
+										
+										{
+											"PylonAmmo4",
+											{0.70249999,0.29142201},
+											1
+										},
+										
+										{
+											"PylonAmmo4",
+											{0.66734397,0.29142201},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=4;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.27993801},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.27993801},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.31509399},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=4;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.31993699},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.31993699},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.35509399},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=4;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.89714801,0.31993699},
+									1
+								};
+								right[]=
+								{
+									{0.933281,0.31993699},
+									1
+								};
+								down[]=
+								{
+									{0.89714801,0.35509399},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative4<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.66734397,0.34318},
+											1
+										},
+										
+										{
+											{0.70249999,0.34318},
+											1
+										},
+										
+										{
+											{0.70249999,0.29142201},
+											1
+										},
+										
+										{
+											{0.66734397,0.29142201},
+											1
+										},
+										
+										{
+											{0.66734397,0.34318},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.70347703,0.273844},
+												1
+											},
+											
+											{
+												{0.70347703,0.36075801},
+												1
+											},
+											
+											{
+												{0.91246098,0.36075801},
+												1
+											},
+											
+											{
+												{0.91246098,0.273844},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=4;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.71714801,0.27970299},
+										1
+									};
+									right[]=
+									{
+										{0.73374999,0.27970299},
+										1
+									};
+									down[]=
+									{
+										{0.71714801,0.305094},
+										1
+									};
+								};
+							};
+						};
+					};
+					class PylonSelected3
+					{
+						condition="PylonSelected3>0";
+						class NotEmpty
+						{
+							color[]={0.58999997,0.30000001,0,1};
+							condition="PylonAmmoRelative3>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.70347703,0.390055},
+											1
+										},
+										
+										{
+											{0.70347703,0.476969},
+											1
+										},
+										
+										{
+											{0.91246098,0.476969},
+											1
+										},
+										
+										{
+											{0.91246098,0.390055},
+											1
+										},
+										
+										{
+											{0.70347703,0.390055},
+											1
+										},
+										{},
+										
+										{
+											{0.66734397,0.459391},
+											1
+										},
+										
+										{
+											{0.70249999,0.459391},
+											1
+										},
+										
+										{
+											{0.70249999,0.40763301},
+											1
+										},
+										
+										{
+											{0.66734397,0.40763301},
+											1
+										},
+										
+										{
+											{0.66734397,0.459391},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.66734397,0.459391},
+											1
+										},
+										
+										{
+											{0.70249999,0.459391},
+											1
+										},
+										
+										{
+											"PylonAmmo3",
+											{0.70249999,0.40763301},
+											1
+										},
+										
+										{
+											"PylonAmmo3",
+											{0.66734397,0.40763301},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=3;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.396148},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.396148},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.43130499},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=3;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.43614799},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.43614799},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.47130501},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=3;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.89714801,0.43614799},
+									1
+								};
+								right[]=
+								{
+									{0.933281,0.43614799},
+									1
+								};
+								down[]=
+								{
+									{0.89714801,0.47130501},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative3<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.66734397,0.459391},
+											1
+										},
+										
+										{
+											{0.70249999,0.459391},
+											1
+										},
+										
+										{
+											{0.70249999,0.40763301},
+											1
+										},
+										
+										{
+											{0.66734397,0.40763301},
+											1
+										},
+										
+										{
+											{0.66734397,0.459391},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.70347703,0.390055},
+												1
+											},
+											
+											{
+												{0.70347703,0.476969},
+												1
+											},
+											
+											{
+												{0.91246098,0.476969},
+												1
+											},
+											
+											{
+												{0.91246098,0.390055},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=3;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.71714801,0.39591399},
+										1
+									};
+									right[]=
+									{
+										{0.73374999,0.39591399},
+										1
+									};
+									down[]=
+									{
+										{0.71714801,0.421305},
+										1
+									};
+								};
+							};
+						};
+					};
+					class Pylon3
+					{
+						condition="PylonSelected3<=0";
+						class NotEmpty
+						{
+							color[]={0,0.83999997,0,1};
+							condition="PylonAmmoRelative3>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.70347703,0.390055},
+											1
+										},
+										
+										{
+											{0.70347703,0.476969},
+											1
+										},
+										
+										{
+											{0.91246098,0.476969},
+											1
+										},
+										
+										{
+											{0.91246098,0.390055},
+											1
+										},
+										
+										{
+											{0.70347703,0.390055},
+											1
+										},
+										{},
+										
+										{
+											{0.66734397,0.459391},
+											1
+										},
+										
+										{
+											{0.70249999,0.459391},
+											1
+										},
+										
+										{
+											{0.70249999,0.40763301},
+											1
+										},
+										
+										{
+											{0.66734397,0.40763301},
+											1
+										},
+										
+										{
+											{0.66734397,0.459391},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.66734397,0.459391},
+											1
+										},
+										
+										{
+											{0.70249999,0.459391},
+											1
+										},
+										
+										{
+											"PylonAmmo3",
+											{0.70249999,0.40763301},
+											1
+										},
+										
+										{
+											"PylonAmmo3",
+											{0.66734397,0.40763301},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=3;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.396148},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.396148},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.43130499},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=3;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.43614799},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.43614799},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.47130501},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=3;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.89714801,0.43614799},
+									1
+								};
+								right[]=
+								{
+									{0.933281,0.43614799},
+									1
+								};
+								down[]=
+								{
+									{0.89714801,0.47130501},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative3<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.66734397,0.459391},
+											1
+										},
+										
+										{
+											{0.70249999,0.459391},
+											1
+										},
+										
+										{
+											{0.70249999,0.40763301},
+											1
+										},
+										
+										{
+											{0.66734397,0.40763301},
+											1
+										},
+										
+										{
+											{0.66734397,0.459391},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.70347703,0.390055},
+												1
+											},
+											
+											{
+												{0.70347703,0.476969},
+												1
+											},
+											
+											{
+												{0.91246098,0.476969},
+												1
+											},
+											
+											{
+												{0.91246098,0.390055},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=3;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.71714801,0.39591399},
+										1
+									};
+									right[]=
+									{
+										{0.73374999,0.39591399},
+										1
+									};
+									down[]=
+									{
+										{0.71714801,0.421305},
+										1
+									};
+								};
+							};
+						};
+					};
+					class PylonSelected2
+					{
+						condition="PylonSelected2>0";
+						class NotEmpty
+						{
+							color[]={0.58999997,0.30000001,0,1};
+							condition="PylonAmmoRelative2>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.70347703,0.506266},
+											1
+										},
+										
+										{
+											{0.70347703,0.59318},
+											1
+										},
+										
+										{
+											{0.91246098,0.59318},
+											1
+										},
+										
+										{
+											{0.91246098,0.506266},
+											1
+										},
+										
+										{
+											{0.70347703,0.506266},
+											1
+										},
+										{},
+										
+										{
+											{0.66734397,0.57560199},
+											1
+										},
+										
+										{
+											{0.70249999,0.57560199},
+											1
+										},
+										
+										{
+											{0.70249999,0.523844},
+											1
+										},
+										
+										{
+											{0.66734397,0.523844},
+											1
+										},
+										
+										{
+											{0.66734397,0.57560199},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.66734397,0.57560199},
+											1
+										},
+										
+										{
+											{0.70249999,0.57560199},
+											1
+										},
+										
+										{
+											"PylonAmmo2",
+											{0.70249999,0.523844},
+											1
+										},
+										
+										{
+											"PylonAmmo2",
+											{0.66734397,0.523844},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=2;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.51235902},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.51235902},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.54751599},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=2;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.55235898},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.55235898},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.58751601},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=2;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.89714801,0.55235898},
+									1
+								};
+								right[]=
+								{
+									{0.933281,0.55235898},
+									1
+								};
+								down[]=
+								{
+									{0.89714801,0.58751601},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative2<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.66734397,0.57560199},
+											1
+										},
+										
+										{
+											{0.70249999,0.57560199},
+											1
+										},
+										
+										{
+											{0.70249999,0.523844},
+											1
+										},
+										
+										{
+											{0.66734397,0.523844},
+											1
+										},
+										
+										{
+											{0.66734397,0.57560199},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.70347703,0.506266},
+												1
+											},
+											
+											{
+												{0.70347703,0.59318},
+												1
+											},
+											
+											{
+												{0.91246098,0.59318},
+												1
+											},
+											
+											{
+												{0.91246098,0.506266},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=2;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.71714801,0.51212502},
+										1
+									};
+									right[]=
+									{
+										{0.73374999,0.51212502},
+										1
+									};
+									down[]=
+									{
+										{0.71714801,0.537516},
+										1
+									};
+								};
+							};
+						};
+					};
+					class Pylon2
+					{
+						condition="PylonSelected2<=0";
+						class NotEmpty
+						{
+							color[]={0,0.83999997,0,1};
+							condition="PylonAmmoRelative2>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.70347703,0.506266},
+											1
+										},
+										
+										{
+											{0.70347703,0.59318},
+											1
+										},
+										
+										{
+											{0.91246098,0.59318},
+											1
+										},
+										
+										{
+											{0.91246098,0.506266},
+											1
+										},
+										
+										{
+											{0.70347703,0.506266},
+											1
+										},
+										{},
+										
+										{
+											{0.66734397,0.57560199},
+											1
+										},
+										
+										{
+											{0.70249999,0.57560199},
+											1
+										},
+										
+										{
+											{0.70249999,0.523844},
+											1
+										},
+										
+										{
+											{0.66734397,0.523844},
+											1
+										},
+										
+										{
+											{0.66734397,0.57560199},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.66734397,0.57560199},
+											1
+										},
+										
+										{
+											{0.70249999,0.57560199},
+											1
+										},
+										
+										{
+											"PylonAmmo2",
+											{0.70249999,0.523844},
+											1
+										},
+										
+										{
+											"PylonAmmo2",
+											{0.66734397,0.523844},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=2;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.51235902},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.51235902},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.54751599},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=2;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.55235898},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.55235898},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.58751601},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=2;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.89714801,0.55235898},
+									1
+								};
+								right[]=
+								{
+									{0.933281,0.55235898},
+									1
+								};
+								down[]=
+								{
+									{0.89714801,0.58751601},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative2<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.66734397,0.57560199},
+											1
+										},
+										
+										{
+											{0.70249999,0.57560199},
+											1
+										},
+										
+										{
+											{0.70249999,0.523844},
+											1
+										},
+										
+										{
+											{0.66734397,0.523844},
+											1
+										},
+										
+										{
+											{0.66734397,0.57560199},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.70347703,0.506266},
+												1
+											},
+											
+											{
+												{0.70347703,0.59318},
+												1
+											},
+											
+											{
+												{0.91246098,0.59318},
+												1
+											},
+											
+											{
+												{0.91246098,0.506266},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=2;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.71714801,0.51212502},
+										1
+									};
+									right[]=
+									{
+										{0.73374999,0.51212502},
+										1
+									};
+									down[]=
+									{
+										{0.71714801,0.537516},
+										1
+									};
+								};
+							};
+						};
+					};
+					class PylonSelected1
+					{
+						condition="PylonSelected1>0";
+						class NotEmpty
+						{
+							color[]={0.58999997,0.30000001,0,1};
+							condition="PylonAmmoRelative1>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.70347703,0.62247699},
+											1
+										},
+										
+										{
+											{0.70347703,0.709391},
+											1
+										},
+										
+										{
+											{0.91246098,0.709391},
+											1
+										},
+										
+										{
+											{0.91246098,0.62247699},
+											1
+										},
+										
+										{
+											{0.70347703,0.62247699},
+											1
+										},
+										{},
+										
+										{
+											{0.66734397,0.69181299},
+											1
+										},
+										
+										{
+											{0.70249999,0.69181299},
+											1
+										},
+										
+										{
+											{0.70249999,0.640055},
+											1
+										},
+										
+										{
+											{0.66734397,0.640055},
+											1
+										},
+										
+										{
+											{0.66734397,0.69181299},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.66734397,0.69181299},
+											1
+										},
+										
+										{
+											{0.70249999,0.69181299},
+											1
+										},
+										
+										{
+											"PylonAmmo1",
+											{0.70249999,0.640055},
+											1
+										},
+										
+										{
+											"PylonAmmo1",
+											{0.66734397,0.640055},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=1;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.62857002},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.62857002},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.66372699},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=1;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.66856998},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.66856998},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.70372701},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=1;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.89714801,0.66856998},
+									1
+								};
+								right[]=
+								{
+									{0.933281,0.66856998},
+									1
+								};
+								down[]=
+								{
+									{0.89714801,0.70372701},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative1<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.66734397,0.69181299},
+											1
+										},
+										
+										{
+											{0.70249999,0.69181299},
+											1
+										},
+										
+										{
+											{0.70249999,0.640055},
+											1
+										},
+										
+										{
+											{0.66734397,0.640055},
+											1
+										},
+										
+										{
+											{0.66734397,0.69181299},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.70347703,0.62247699},
+												1
+											},
+											
+											{
+												{0.70347703,0.709391},
+												1
+											},
+											
+											{
+												{0.91246098,0.709391},
+												1
+											},
+											
+											{
+												{0.91246098,0.62247699},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=1;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.71714801,0.62833601},
+										1
+									};
+									right[]=
+									{
+										{0.73374999,0.62833601},
+										1
+									};
+									down[]=
+									{
+										{0.71714801,0.65372699},
+										1
+									};
+								};
+							};
+						};
+					};
+					class Pylon1
+					{
+						condition="PylonSelected1<=0";
+						class NotEmpty
+						{
+							color[]={0,0.83999997,0,1};
+							condition="PylonAmmoRelative1>0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.70347703,0.62247699},
+											1
+										},
+										
+										{
+											{0.70347703,0.709391},
+											1
+										},
+										
+										{
+											{0.91246098,0.709391},
+											1
+										},
+										
+										{
+											{0.91246098,0.62247699},
+											1
+										},
+										
+										{
+											{0.70347703,0.62247699},
+											1
+										},
+										{},
+										
+										{
+											{0.66734397,0.69181299},
+											1
+										},
+										
+										{
+											{0.70249999,0.69181299},
+											1
+										},
+										
+										{
+											{0.70249999,0.640055},
+											1
+										},
+										
+										{
+											{0.66734397,0.640055},
+											1
+										},
+										
+										{
+											{0.66734397,0.69181299},
+											1
+										}
+									};
+								};
+							};
+							class PolyBar
+							{
+								type="polygon";
+								points[]=
+								{
+									
+									{
+										
+										{
+											{0.66734397,0.69181299},
+											1
+										},
+										
+										{
+											{0.70249999,0.69181299},
+											1
+										},
+										
+										{
+											"PylonAmmo1",
+											{0.70249999,0.640055},
+											1
+										},
+										
+										{
+											"PylonAmmo1",
+											{0.66734397,0.640055},
+											1
+										}
+									}
+								};
+							};
+							class WeapName
+							{
+								type="text";
+								source="PylonMagazineName";
+								sourceindex=1;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.62857002},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.62857002},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.66372699},
+									1
+								};
+							};
+							class MagName
+							{
+								type="text";
+								source="PylonMagazineNameShort";
+								sourceindex=1;
+								sourceScale=1;
+								align="right";
+								scale=1;
+								pos[]=
+								{
+									{0.71714801,0.66856998},
+									1
+								};
+								right[]=
+								{
+									{0.753281,0.66856998},
+									1
+								};
+								down[]=
+								{
+									{0.71714801,0.70372701},
+									1
+								};
+							};
+							class MagCount
+							{
+								type="text";
+								source="PylonAmmo";
+								sourceindex=1;
+								sourceScale=1;
+								align="left";
+								scale=1;
+								pos[]=
+								{
+									{0.89714801,0.66856998},
+									1
+								};
+								right[]=
+								{
+									{0.933281,0.66856998},
+									1
+								};
+								down[]=
+								{
+									{0.89714801,0.70372701},
+									1
+								};
+							};
+						};
+						class Empty
+						{
+							color[]={1,0,0,1};
+							condition="PylonAmmoRelative1<=0";
+							class Static
+							{
+								class Lines
+								{
+									type="line";
+									width=4;
+									points[]=
+									{
+										
+										{
+											{0.66734397,0.69181299},
+											1
+										},
+										
+										{
+											{0.70249999,0.69181299},
+											1
+										},
+										
+										{
+											{0.70249999,0.640055},
+											1
+										},
+										
+										{
+											{0.66734397,0.640055},
+											1
+										},
+										
+										{
+											{0.66734397,0.69181299},
+											1
+										}
+									};
+								};
+								class Poly
+								{
+									type="polygon";
+									points[]=
+									{
+										
+										{
+											
+											{
+												{0.70347703,0.62247699},
+												1
+											},
+											
+											{
+												{0.70347703,0.709391},
+												1
+											},
+											
+											{
+												{0.91246098,0.709391},
+												1
+											},
+											
+											{
+												{0.91246098,0.62247699},
+												1
+											}
+										}
+									};
+								};
+							};
+							class black
+							{
+								color[]={1,0,0,1};
+								class MagName
+								{
+									type="text";
+									source="PylonMagazineNameShort";
+									sourceindex=1;
+									sourceScale=1;
+									align="right";
+									scale=1;
+									pos[]=
+									{
+										{0.71714801,0.62833601},
+										1
+									};
+									right[]=
+									{
+										{0.73374999,0.62833601},
+										1
+									};
+									down[]=
+									{
+										{0.71714801,0.65372699},
+										1
+									};
+								};
+							};
+						};
+					};
+					class Gatling_Ammo
+					{
+						type="text";
+						source="ammo";
+						sourceIndex=0;
+						scale=1;
+						sourceScale=1;
+						align="right";
+						pos[]=
+						{
+							{0.435,0.86000001},
+							1
+						};
+						right[]=
+						{
+							{0.47499999,0.86000001},
+							1
+						};
+						down[]=
+						{
+							{0.435,0.89099997},
+							1
+						};
+					};
+					class CM_Name
+					{
+						type="text";
+						source="CMWeapon";
+						scale=1;
+						sourceScale=1;
+						align="right";
+						pos[]=
+						{
+							{0.72500002,0.82999998},
+							1
+						};
+						right[]=
+						{
+							{0.76499999,0.82999998},
+							1
+						};
+						down[]=
+						{
+							{0.72500002,0.861},
+							1
+						};
+					};
+					class CM_Ammo
+					{
+						type="text";
+						source="CMAmmo";
+						scale=1;
+						sourceScale=1;
+						align="right";
+						pos[]=
+						{
+							{0.72500002,0.86000001},
+							1
+						};
+						right[]=
+						{
+							{0.76499999,0.86000001},
+							1
+						};
+						down[]=
+						{
+							{0.72500002,0.89099997},
+							1
+						};
+					};
+				};
+			};
+		};

+ 10 - 0
addons - Copy/RD501_Vehicles/land/resupply_box/ammo_small_mag.hpp

@@ -103,6 +103,16 @@ class _transport_ap2
 	magazine = macro_new_mag(UGL_AP,2);
 	count = 15;
 };		
+class _transport_he3_lr
+{
+	magazine = macro_new_mag(HE_GL,3);
+	count = 15;
+};
+class _transport_ap2_lr
+{
+	magazine = macro_new_mag(AT_GL,2);
+	count = 15;
+};
 class _transport_emp1
 {
 	magazine = macro_new_mag(UGL_EMP,1);

BIN
addons - Copy/RD501_Vehicles/static/shields/bubble/deka_shield.p3d


BIN
addons - Copy/RD501_Vehicles/static/shields/bubble/deka_shield.paa


+ 0 - 45
addons - Copy/RD501_Weapons/B2/config.cpp

@@ -1,45 +0,0 @@
-#include "../../RD501_main/config_macros.hpp"
-#include "../_common/common.hpp"
-
-
-class CfgPatches
-{
-	class macro_patch_name(b2_gun)
-	{
-		author=DANKAUTHORS;
-		addonRootClass= macro_patch_name(weapons);
-		requiredAddons[]=
-		{
-			macro_patch_name(weapons)
-		};
-		requiredVersion=0.1;
-		units[]={};
-		weapons[]={
-			SWOP_B2gun
-		};
-	};
-};
-
-class cfgWeapons 
-{
-	class SWOP_BlasterRifle_Base;
-	class SWOP_B2gun:SWOP_BlasterRifle_Base
-	{
-		canShootInWater = 1;
-		class Single;
-		class FullAuto;
-	};
-
-	class macro_new_weapon(b2,aqua_gun):SWOP_B2gun
-	{
-		class Single:Single
-		{
-			dispersion = B2_accuracy;
-		};
-		class FullAuto:FullAuto
-		{
-			dispersion = B2_accuracy;
-		};
-	};
-};
-

+ 93 - 0
addons - Copy/RD501_Weapons/Bounty Hunters/config.cpp

@@ -0,0 +1,93 @@
+#include "../../RD501_main/config_macros.hpp"
+#include "../_common/common.hpp"
+class CfgPatches
+{
+	class RD501_patch_bountyhunter_eapons
+	{
+		author="RD501";
+		addonRootClass="RD501_patch_weapons";
+		requiredAddons[]=
+		{
+			"RD501_patch_weapons"
+		};
+		requiredVersion=0.1;
+		units[]={};
+		weapons[]=
+		{
+			macro_new_weapon_nofam(Devastator),
+			macro_new_weapon_nofam(viper)
+		};
+	};
+};
+class cfgWeapons
+{
+	class arifle_MSBS65_GL_black_F;
+	class srifle_DMR_04_F;
+	class Mode_SemiAuto;
+	class UGL_F;
+	class macro_new_weapon_nofam(Devastator):arifle_MSBS65_GL_black_F
+	{
+		scope=2;
+		displayname="Devastator"
+		ACE_Overheating_mrbs = 300000;
+		ace_overheating_allowSwapBarrel = 1;
+		magazines[]=
+		{
+			macro_new_mag(Devastator,50),
+			macro_new_mag(Devastator,2)
+		};
+		class UGL : UGL_F
+		{
+			magazines[]=
+			{
+				macro_new_mag(Devastator_stun,1),
+				macro_new_mag(Devastator_dioxis,1)
+			};
+		};
+		class LinkedItems
+		{
+			class LinkedItemsOptic
+			{
+				slot="CowsSlot";
+				item="optic_ico_01_black_f";
+			};
+		};
+	};
+	class macro_new_weapon_nofam(viper):srifle_DMR_04_F
+	{
+		scope=2;
+		displayname="Viper"
+		ACE_Overheating_mrbs = 300000;
+		ace_overheating_allowSwapBarrel = 1;
+		magazines[]=
+		{
+			macro_new_mag(viper,5)
+		};
+		class LinkedItems
+		{
+			class LinkedItemsOptic
+			{
+				slot="CowsSlot";
+				item="optic_KHS_old";
+			};
+		};
+		/*class Single: Mode_SemiAuto
+		{
+			sounds[]=
+			{
+				"StandardSound",
+				"StandardSound"
+			};
+			reloadTime=0.1;
+			dispersion=0.000001;
+			recoil="recoil_single_dmr";
+			recoilProne="recoil_single_prone_dmr";
+			minRange=2;
+			minRangeProbab=0.30000001;
+			midRange=250;
+			midRangeProbab=0.69999999;
+			maxRange=450;
+			maxRangeProbab=0.050000001;
+		};*/
+	};
+};

+ 1 - 1
addons - Copy/RD501_Weapons/DC_Family/DC_15ss/config.cpp

@@ -25,7 +25,7 @@ class CfgWeapons
 	{
 		scope=2;
 		author = "RD501";
-		displayname = "Republic DC-15SA Sidearm";
+		displayname = "Republic DC-15SA 'Razorblade'";
 		descriptionShort = "Heavy Caliber Sidearm";
 		reloadTime=0.75;
 		dispersion=0.00145;

+ 73 - 0
addons - Copy/RD501_Weapons/_ammo/config.cpp

@@ -27,6 +27,7 @@ class CfgAmmo
 	class 3AS_EC80_BluePlasma;
 	class JLTS_bullet_carbine_red;
 	class G_40mm_HE;
+	class G_40mm_Smoke;
 	class 3AS_CoreDetonator_1RND;
 	class 3AS_Detonator_1RND;
 	class B_12Gauge_Pellets_Submunition;
@@ -35,6 +36,8 @@ class CfgAmmo
 	class SmokeShell;
 	class JLTS_bullet_stun;
 	class 442_thermal_det;
+	class JLTS_bullet_carbine_orange;
+	class JLTS_bullet_carbine_yellow;
 	class macro_new_ammo(surrender_stun): JLTS_bullet_stun
 	{
 		model="\MRC\JLTS\weapons\Core\effects\stun.p3d";
@@ -196,6 +199,53 @@ class CfgAmmo
 		caliber=50;
 		airFriction=0;
 	};
+	class macro_new_ammo(devastator_small):JLTS_bullet_carbine_orange
+	{
+		hit=25;
+		airLock=1;
+		typicalSpeed=1000;
+		caliber=2.4;
+		airFriction=0;
+		waterFriction=-0.009;
+		explosive = 0;
+	};
+	class macro_new_ammo(devastator_large):JLTS_bullet_carbine_orange
+	{
+		cost=50;
+		caliber=3;
+		dangerRadiusBulletClose=16;
+		dangerRadiusHit=40;
+		explosionAngle=60;
+		explosive=0.80000001;
+		hit=100;
+		effectFlare="FlareShell";
+		effectsFire="CannonFire";
+		explosionDir="explosionDir";
+		explosionEffects="ATMissileExplosion";
+		explosionEffectsDir="explosionDir";
+		explosionPos="explosionPos";
+		explosionType="explosive";
+		indirectHit=5;
+		indirectHitRange=3;
+		muzzleEffect="BIS_fnc_effectFiredRocket";
+		tracerScale=3;
+	};
+	class macro_new_ammo(viper) : 3AS_EC80_BluePlasma
+	{
+		hit=100;
+		thrust=210;
+		explosive=0.4;
+		thrustTime=1.5;
+		airLock=1;
+		typicalSpeed=1100;
+		caliber=5;
+		airFriction=0;
+		tracersevery=1;
+		tracerScale=1;
+		tracerStartTime=0;
+		tracerEndTime=10;
+		model = "\MRC\JLTS\weapons\Core\effects\laser_orange.p3d";
+	};
 ///////////////////////////////////////////////////////////////////////
 ///////////////////////////UGL////////////////////////////////////////
 //////////////////////////////////////////////////////////////////////
@@ -278,6 +328,29 @@ class CfgAmmo
 			power=0;
 		};
     };
+	class macro_new_ammo(Devastator_dioxis) :G_40mm_Smoke
+	{
+		hit = 2;
+		indirectHit = 1;
+		indirectHitRange = 1;
+		timeToLive =30;
+		model="\3AS\3AS_Equipment\model\3AS_thermaldet.p3d";
+		effectsSmoke="RD501_DioxisSmokeShellEffect";
+		smokeColor[]={0.21250001,0.75580001,0.35909998,1};
+	};
+	class macro_new_ammo(Devastator_stun) :G_40mm_HE
+	{
+		hit = 1;
+		indirectHit = 1;
+		indirectHitRange = 6;
+		timeToLive =30;
+		explosionEffects="JLTS_fx_exp_EMP";
+		model="\3AS\3AS_Equipment\model\3AS_thermaldet.p3d";
+		RD501_stunDuration=30;
+	};
+///////////////////////////////////////////////////////////////////////
+///////////////////////////Grenades///////////////////////////////////
+//////////////////////////////////////////////////////////////////////
 	class macro_new_ammo(imploder) : 3AS_CoreDetonator_1RND
 	{
 		hit=50;

+ 44 - 0
addons - Copy/RD501_Weapons/_mag/config.cpp

@@ -200,6 +200,33 @@ class CfgMagazines
 		initSpeed=1100;
 		descriptionShort="High power magazine";
 	};
+	class macro_new_mag(Devastator,50) : 3AS_45Rnd_EC50_Mag
+	{
+		displayName="Devastator Primary Magazine";
+		count = 50;
+		mass=4;
+		ammo=macro_new_ammo(devastator_small)
+		initSpeed=1100;
+		descriptionShort="High power magazine";
+	};
+	class macro_new_mag(Devastator,2) : 3AS_45Rnd_EC50_Mag
+	{
+		displayName="Devastator High Energy Magazine";
+		count = 2;
+		mass=4;
+		ammo=macro_new_ammo(devastator_large)
+		initSpeed=1100;
+		descriptionShort="High power magazine";
+	};
+	class macro_new_mag(viper,5) : 3AS_45Rnd_EC50_Mag
+	{
+		displayName="Viper Magazine";
+		count = 5;
+		mass=4;
+		ammo=macro_new_ammo(viper)
+		initSpeed=1100;
+		descriptionShort="High power magazine";
+	};
 	class macro_new_mag(stun,5):JLTS_stun_mag_long
 	{
 		displayName="5 Round Stun Cell";
@@ -328,6 +355,7 @@ class CfgMagazines
 		ammo = "G_40mm_Smoke";
 		descriptionShort = "6Rd White Smoke RGL6 Grenade";
 	};
+
 	class macro_new_mag(UGL_Flare,6):UGL_FlareWhite_F
 	{
 		displayName = "6 Rd White Flare RGL6 Grenades";
@@ -336,6 +364,22 @@ class CfgMagazines
 		ammo = "F_40mm_White";
 		descriptionShort = "6Rd White Flare RGL6 Grenade";
 	};
+	class macro_new_mag(Devastator_stun,1):1Rnd_HE_Grenade_shell
+	{
+		displayName = "1 Rd Devastator Stun Magazine";
+		displayNameShort = "1 Rnd Devastator Stun Magazine";
+		count=1;
+		ammo = macro_new_ammo(Devastator_stun)
+		descriptionShort = "1Rd Devastator Stun Magazine";
+	};
+	class macro_new_mag(Devastator_dioxis,1):1Rnd_Smoke_Grenade_shell
+	{
+		displayName = "1 Rd Devastator Dioxis Magazine";
+		displayNameShort = "1 Rnd Devastator Dioxis Magazine";
+		count=1;
+		ammo = macro_new_ammo(Devastator_dioxis)
+		descriptionShort = "1Rd Devastator Dioxis Magazine";
+	};
 
 	////////////////////////////////////////////////////
 	/////////////Grenades Magazines/////////////////////