1
0
Erliens 3 лет назад
Родитель
Сommit
4b41507069

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


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


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


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


BIN
addons - Copy/RD501_Helmets/_textures/aviation/pilots/Blast.paa


BIN
addons - Copy/RD501_Helmets/_textures/aviation/pilots/Kitty.paa


BIN
addons - Copy/RD501_Helmets/_textures/aviation/pilots/Legal.paa


BIN
addons - Copy/RD501_Helmets/_textures/aviation/pilots/Luuce.paa


BIN
addons - Copy/RD501_Helmets/_textures/aviation/pilots/Salvatore.paa


BIN
addons - Copy/RD501_Helmets/_textures/aviation/pilots/aspect.paa


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

@@ -42,6 +42,7 @@ class CfgWeapons
 	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)
+	NEW_501_AB_HELM_JLTS(501st_Waze_helmet,Waze,Waze.paa)
 
 	
 

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

@@ -69,6 +69,7 @@ class CfgWeapons
 	NEW_501_Pilot_HELM(Blast,Blast,pilots\Blast.paa)
 	NEW_501_Pilot_HELM(Duncan,Duncan,pilots\Duncan.paa)
 	NEW_501_Pilot_HELM(Neb,Neb,pilots\Neb.paa)
+	NEW_501_Pilot_HELM(Salvatore,Salvatore,pilots\Salvatore.paa)
 
 	class macro_new_helmet(pilot,scuba): macro_new_helmet(pilot,base)
 	{

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

@@ -174,6 +174,8 @@ class CfgWeapons
 	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_Inf_Helm_JLTS(Salvo,Salvo,Salvo.paa)
+	NEW_501_Inf_Helm_JLTS(Hegener,Hegener,Hegener.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)

+ 158 - 158
addons - Copy/RD501_Vehicles/air/ARC_170X/config.cpp

@@ -46,176 +46,176 @@ class CfgVehicles
 	{
 		displayName="ARC-175 Bomber";
 		#include "../../common/universal_mfd.hpp"
-scope = 2;
-scopeCurator = 2;
-scopeArsenal = 2;
-stallSpeed=5;
-draconicTorqueYCoef[]={1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
-draconicForceYCoef=6;
-envelope[] = {0.5,2.11,2.43,1.97,1.72,2.69,3.87,5.27,6.89,8.72,9.7,9.6,9.2,8.5,8.2,8};
-faction="RD501_Republic_Faction";
-editorSubcategory="RD501_Editor_Category_Air_Republic_vtol";
-/*class ACE_SelfActions: ACE_SelfActions
-{
-	#include "../../common/universal_hud_color_changer.hpp"
-};*/
-		maxSpeed=680;
-		aileronSensitivity=0.41;
-		elevatorSensitivity=0.21;
-		airBrakeFrictionCoef=120;
+		scope = 2;
+		scopeCurator = 2;
+		scopeArsenal = 2;
+		stallSpeed=5;
+		draconicTorqueYCoef[]={1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
+		draconicForceYCoef=6;
+		envelope[] = {0.5,2.11,2.43,1.97,1.72,2.69,3.87,5.27,6.89,8.72,9.7,9.6,9.2,8.5,8.2,8};
+		faction="RD501_Republic_Faction";
+		editorSubcategory="RD501_Editor_Category_Air_Republic_vtol";
+		/*class ACE_SelfActions: ACE_SelfActions
+		{
+			#include "../../common/universal_hud_color_changer.hpp"
+		};*/
+				maxSpeed=680;
+				aileronSensitivity=0.41;
+				elevatorSensitivity=0.21;
+				airBrakeFrictionCoef=120;
 
-		brakeDistance = 140;
-		noseDownCoef = 0;
-		acceleration = 100;
-class Components: Components
-{
-	class TransportPylonsComponent
-	{
-		uiPicture = "\A3\Air_F_Gamma\Plane_Fighter_03\Data\UI\Plane_A143_3DEN_CA.paa";
+				brakeDistance = 140;
+				noseDownCoef = 0;
+				acceleration = 100;
+		class Components: Components
+		{
+			class TransportPylonsComponent
+			{
+				uiPicture = "\A3\Air_F_Gamma\Plane_Fighter_03\Data\UI\Plane_A143_3DEN_CA.paa";
 
-		class Pylons
-		{};
+				class Pylons
+				{};
 
-		class Presets
-		{};
-	};
-};
-class pilotCamera
-	{
-		class OpticsIn
-		{
-			class Wide
+				class Presets
+				{};
+			};
+		};
+		class pilotCamera
 			{
-				opticsDisplayName="WFOV";
-				initAngleX=0;
-				minAngleX=-10;
-				maxAngleX=90;
-				initAngleY=0;
-				minAngleY=-90;
-				maxAngleY=90;
-				initFov=0.425;//"(30 / 120)";
-				minFov=0.425;//"(30 / 120)";
-				maxFov=0.425;//"(30 / 120)";
-				directionStabilized=1;
-				thermalMode[] = {0,1,2,3,4,5};
-				visionMode[]=
-				{
-					"Normal",
-					"NVG",
-					"Ti"
-				};
-				gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_wide_F.p3d";
-				opticsPPEffects[]=
+				class OpticsIn
 				{
-					"OpticsCHAbera2",
-					"OpticsBlur2"
-				};
-			};
+					class Wide
+					{
+						opticsDisplayName="WFOV";
+						initAngleX=0;
+						minAngleX=-10;
+						maxAngleX=90;
+						initAngleY=0;
+						minAngleY=-90;
+						maxAngleY=90;
+						initFov=0.425;//"(30 / 120)";
+						minFov=0.425;//"(30 / 120)";
+						maxFov=0.425;//"(30 / 120)";
+						directionStabilized=1;
+						thermalMode[] = {0,1,2,3,4,5};
+						visionMode[]=
+						{
+							"Normal",
+							"NVG",
+							"Ti"
+						};
+						gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_wide_F.p3d";
+						opticsPPEffects[]=
+						{
+							"OpticsCHAbera2",
+							"OpticsBlur2"
+						};
+					};
 
-			class zoomx4: Wide
-			{
-				opticsDisplayName="NFOV";
-				initFov="(0.425/4)";//"(3.75 / 120)";
-				minFov="(0.425/4)";//"(3.75 / 120)";
-				maxFov="(0.425/4)";//"(3.75 / 120)";
+					class zoomx4: Wide
+					{
+						opticsDisplayName="NFOV";
+						initFov="(0.425/4)";//"(3.75 / 120)";
+						minFov="(0.425/4)";//"(3.75 / 120)";
+						maxFov="(0.425/4)";//"(3.75 / 120)";
 
-			
-				gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
-			};
+					
+						gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
+					};
 
-			class zoomX8: Wide
-			{
-				opticsDisplayName="NFOV";
-				
+					class zoomX8: Wide
+					{
+						opticsDisplayName="NFOV";
+						
 
-				initFov="(0.42/8)";//"(.375 / 120)";
-				minFov="(0.42/8)";//"(.375 / 120)";
-				maxFov="(0.42/8)";//"(.375 / 120)";
-				gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
-			};
-			class zoomX20: Wide
-			{
-				opticsDisplayName="NFOV";
-				initFov="(0.42/20)";//"(.375 / 120)";
-				minFov="(0.42/20)";//"(.375 / 120)";
-				maxFov="(0.42/20)";//"(.375 / 120)";
-				gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
-			};
-			class zoomX50: Wide
-			{
-				opticsDisplayName="NFOV";
-				
+						initFov="(0.42/8)";//"(.375 / 120)";
+						minFov="(0.42/8)";//"(.375 / 120)";
+						maxFov="(0.42/8)";//"(.375 / 120)";
+						gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
+					};
+					class zoomX20: Wide
+					{
+						opticsDisplayName="NFOV";
+						initFov="(0.42/20)";//"(.375 / 120)";
+						minFov="(0.42/20)";//"(.375 / 120)";
+						maxFov="(0.42/20)";//"(.375 / 120)";
+						gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
+					};
+					class zoomX50: Wide
+					{
+						opticsDisplayName="NFOV";
+						
 
-				initFov="(0.42/50)";//"(.375 / 120)";
-				minFov="(0.42/50)";//"(.375 / 120)";
-				maxFov="(0.42/50)";//"(.375 / 120)";
-				gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
-			};
+						initFov="(0.42/50)";//"(.375 / 120)";
+						minFov="(0.42/50)";//"(.375 / 120)";
+						maxFov="(0.42/50)";//"(.375 / 120)";
+						gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
+					};
 
-			class zoomX70: Wide
-			{
-				opticsDisplayName="NFOV";
+					class zoomX70: Wide
+					{
+						opticsDisplayName="NFOV";
 
-				initFov="(0.42/70)";//"(.375 / 120)";
-				minFov="(0.42/70)";//"(.375 / 120)";
-				maxFov="(0.42/70)";//"(.375 / 120)";
-				gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
-			};
+						initFov="(0.42/70)";//"(.375 / 120)";
+						minFov="(0.42/70)";//"(.375 / 120)";
+						maxFov="(0.42/70)";//"(.375 / 120)";
+						gunnerOpticsModel="\A3\Drones_F\Weapons_F_Gamma\Reticle\UAV_Optics_Gunner_narrow_F.p3d";
+					};
 
-			showMiniMapInOptics=1;
-			showUAVViewInOptics=0;
-			showSlingLoadManagerInOptics=1;
-		};
-		minTurn=-180;
-		maxTurn=180;
+					showMiniMapInOptics=1;
+					showUAVViewInOptics=0;
+					showSlingLoadManagerInOptics=1;
+				};
+				minTurn=-180;
+				maxTurn=180;
 
-		initTurn=0;
-		minElev=-10;
-		maxElev=90;
-		initElev=-10;
-		maxXRotSpeed=0.30000001;
-		maxYRotSpeed=0.30000001;
-		pilotOpticsShowCursor=1;
-		controllable=1;
-	};
-		weapons[] = {
-			macro_basic_air_weapons,
-			macro_new_weapon(voltic,y_wing),
-			macro_new_weapon(wynd,agm),
-			macro_new_weapon(wynd,lgm),
-			macro_new_weapon(bomb,SDB),
-			macro_new_weapon(bomb,LGB),
-			macro_new_weapon(bomb,cluster),
-			macro_new_weapon(bomb,cluster_emp),
-			macro_new_weapon(bomb,carpet_I)
-		};
-		magazines[] = {
-			macro_basic_air_mags,
-			macro_new_mag(voltic,200),
-			macro_new_mag(voltic,200),
-			macro_new_mag(voltic,200),
-			macro_new_mag(voltic,200),
-			macro_new_mag(voltic,200),
-			macro_new_mag(agm,6),
-			macro_new_mag(agm,6),
-			macro_new_mag(agm,6),
-			macro_new_mag(agm,6),
-			macro_new_mag(agm,6),
-			macro_new_mag(lgm,4),
-			macro_new_mag(lgm,4),
-			macro_new_mag(lgm,4),
-			macro_new_mag(carpet_I_bomb_mag,20),
-			macro_new_mag(carpet_I_bomb_mag,20),
-			macro_new_mag(cluster_bomb,4),
-			macro_new_mag(cluster_bomb,4),
-		 	macro_new_mag(cluster_bomb,4),
-		 	macro_new_mag(cluster_emp,2),
-			macro_new_mag(sdb_bomb,4),
-			macro_new_mag(sdb_bomb,4),
-			macro_new_mag(sdb_bomb,4),
-			macro_new_mag(lgb_bomb,4),
-			macro_new_mag(lgb_bomb,4),
-			macro_new_mag(lgb_bomb,4)
+				initTurn=0;
+				minElev=-10;
+				maxElev=90;
+				initElev=-10;
+				maxXRotSpeed=0.30000001;
+				maxYRotSpeed=0.30000001;
+				pilotOpticsShowCursor=1;
+				controllable=1;
+			};
+			weapons[] = {
+				macro_basic_air_weapons,
+				macro_new_weapon(voltic,y_wing),
+				macro_new_weapon(wynd,agm),
+				macro_new_weapon(wynd,lgm),
+				macro_new_weapon(bomb,SDB),
+				macro_new_weapon(bomb,LGB),
+				macro_new_weapon(bomb,cluster),
+				macro_new_weapon(bomb,cluster_emp),
+				macro_new_weapon(bomb,carpet_I)
+			};
+			magazines[] = {
+				macro_basic_air_mags,
+				macro_new_mag(voltic,200),
+				macro_new_mag(voltic,200),
+				macro_new_mag(voltic,200),
+				macro_new_mag(voltic,200),
+				macro_new_mag(voltic,200),
+				macro_new_mag(agm,6),
+				macro_new_mag(agm,6),
+				macro_new_mag(agm,6),
+				macro_new_mag(agm,6),
+				macro_new_mag(agm,6),
+				macro_new_mag(lgm,4),
+				macro_new_mag(lgm,4),
+				macro_new_mag(lgm,4),
+				macro_new_mag(carpet_I_bomb_mag,20),
+				macro_new_mag(carpet_I_bomb_mag,20),
+				macro_new_mag(cluster_bomb,4),
+				macro_new_mag(cluster_bomb,4),
+				macro_new_mag(cluster_bomb,4),
+				macro_new_mag(cluster_emp,2),
+				macro_new_mag(sdb_bomb,4),
+				macro_new_mag(sdb_bomb,4),
+				macro_new_mag(sdb_bomb,4),
+				macro_new_mag(lgb_bomb,4),
+				macro_new_mag(lgb_bomb,4),
+				macro_new_mag(lgb_bomb,4)
+			};
 		};
-	};
-};
+	};

+ 319 - 0
addons - Copy/RD501_Vehicles/air/NuClass/config.cpp

@@ -137,5 +137,324 @@ class CfgVehicles
 				statement = "";
 			};
 		};
+		class TransportWeapons
+		{
+			class _transport_dc15a
+			{
+				weapon = macro_new_weapon(DC,15a)
+				count = 5;
+			};
+			class _transport_dc15s
+			{
+				weapon = macro_new_weapon(DC,r15s)
+				count = 5;
+			};
+			class _transport_dc15c
+			{
+				weapon = macro_new_weapon(DC,15c)
+				count = 5;
+			};
+			class _transport_dc15l
+			{
+				weapon = macro_new_weapon(DC,15l)
+				count = 2;
+			};
+			class _transport_z6
+			{
+				weapon = macro_new_weapon_nofam(rz6)
+				count = 2;
+			};
+			class _transport_dc15gl
+			{
+				weapon = macro_new_weapon(DC,15cgl)
+				count = 2;
+			};
+			class _transport_valken38x
+			{
+				weapon = macro_new_weapon_nofam(valken38x)
+				count = 2;
+			};
+			class _transport_rps6
+			{
+				weapon = macro_new_weapon(launcher,rps6)
+				count = 2;
+			};
+			class _transport_rps1
+			{
+				weapon = macro_new_weapon(launcher,rps1)
+				count = 2;
+			};
+			class _transport_rps4
+			{
+				weapon = macro_new_weapon(launcher,RPS4)
+				count = 2;
+			};
+			class _transport_plx
+			{
+				weapon = macro_new_weapon(Launcher,PLX1)
+				count = 1;
+			};
+			class _transport_z1000
+			{
+				weapon = macro_new_weapon_nofam(z1000)
+				count = 1;
+			};
+			class _transport_dc15x
+			{
+				weapon = macro_new_weapon(DC,r15x)
+				count = 1;
+			};
+			class _transport_rgl6
+			{
+				weapon = macro_new_weapon_nofam(rgl6)
+				count = 1;
+			};
+		};
+		class TransportMagazines
+		{
+			class transport_2mw30
+			{
+				magazine = macro_new_mag(2mw,30);
+				count = 15;
+			};
+			class transport_5mw15
+			{
+				magazine = macro_new_mag(5mw,10);
+				count = 15;
+			};
+			class transport_5mw60
+			{
+				magazine = 	macro_new_mag(5mw,60)
+				count = 60;
+			};
+			class transport_10mw30
+			{
+				magazine = macro_new_mag(10mw,30);
+				count = 60;
+			};
+			class transport_10mw400
+			{
+				magazine = macro_new_mag(10mw,400);
+				count = 15;
+			};
+			class _transport_20mw20
+			{
+				magazine = macro_new_mag(20mw,20);
+				count = 20;
+			};
+			class _transport_20mwup20
+			{
+				magazine =  macro_new_mag(20mwup,20);
+				count = 40;
+			};		
+			class _transport_20mwdp20
+			{
+				magazine = macro_new_mag(20mwdp,20);
+				count = 40;
+			};		
+			class _transport_20mw240
+			{
+				magazine = macro_new_mag(20mw,240);
+				count = 20;
+			};									
+			class _transport_30mw10
+			{
+				magazine = macro_new_mag(30mw,10);
+				count = 15;
+			}
+			class _transport_30mw7
+			{
+				magazine = macro_new_mag(30mw,7)
+				count = 15;
+			};
+			class _transport_40mw5
+			{
+				magazine = macro_new_mag(40mw,5)
+				count = 10;
+			};
+			class _transport_stun5
+			{
+				magazine =  macro_new_mag(stun,5)
+				count = 20;
+			};
+			class _transport_launcher_AT_mags
+			{
+				magazine =  macro_new_mag(RPS_AT,1)
+				count = 20;
+			};
+			class _transport_launcher_AA_mags
+			{
+				magazine =  macro_new_mag(RPS_AA,1)
+				count = 20;
+			};
+			class _transport_launcher_RPS4AT_mags
+			{
+				magazine =  macro_new_mag(rps4heat,1)
+				count = 20;
+			};
+			class _transport_launcher_ARPS4HE_mags
+			{
+				magazine =  macro_new_mag(rps4he,1)
+				count = 20;
+			};
+			class _transport_launcher_PLXAT_mags
+			{
+				magazine =  "JLTS_PLX1_AT_mag"
+				count = 10;
+			};
+			class _transport_launcher_PLXAP_mags
+			{
+				magazine =  "JLTS_PLX1_AP_mag"
+				count = 10;
+			};
+			class _transport_he3
+			{
+				magazine = macro_new_mag(UGL_HE,3);
+				count = 15;
+			};
+			class _transport_ap2
+			{
+				magazine = macro_new_mag(UGL_AP,2);
+				count = 15;
+			};		
+			class _transport_emp1
+			{
+				magazine = macro_new_mag(UGL_EMP,1);
+				count = 3;
+			};			
+			class _transport_HuntIR_M203
+			{
+				magazine = "ACE_HuntIR_M203";
+				count = 15;
+			};
+			class _transport_C12_Remote_Mag
+			{
+				magazine = "C12_Remote_Mag";
+				count = 2;
+			};
+			class _transport_RGLHE
+			{
+				magazine = macro_new_mag(UGL_HE,6)
+				count = 10;
+			};
+			class _transport_RGLAP
+			{
+				magazine = macro_new_mag(UGL_AP,6)
+				count = 10;
+			};
+			class _transport_RGPEMP
+			{
+				magazine = macro_new_mag(UGL_EMP,6)
+				count = 5;
+			};
+			class _transport_ShotgunSP
+			{
+				magazine = macro_new_mag(shotgun_scatter,6)
+				count = 20;
+			};
+			class _transport_ShotgunUO
+			{
+				magazine = macro_new_mag(shotgun_HE,6)
+				count = 20;
+			};
+			class _transport_ShotgunEMP
+			{
+				magazine = macro_new_mag(shotgun_EMP,2)
+				count = 10;
+			};
+			class _transport_StaticEweb
+			{
+				magazine = macro_new_mag(eweb,1000)
+				count = 10;
+			};
+			class _transport_StaticStriker
+			{
+				magazine = macro_new_mag(ragl40he,40)
+				count = 10;
+			};
+			class _transport_StaticBoomer
+			{
+				magazine = macro_new_mag(aap,4)
+				count = 10;
+			};
+			class _transport_StaticDriver
+			{
+				magazine = macro_new_mag(mar,1)
+				count = 10;
+			};
+		};
+		class TransportItems
+		{
+			class _xx_RD_SquadShield_Mag
+			{
+				name = macro_new_mag(squad_shield_sigma,1)
+				count = 2;
+			};
+			class _xx_ACE_HuntIR_monitor
+			{
+				name = "ACE_HuntIR_monitor";
+				count = 1;
+			};
+			class _xx_ACE_tourniquet
+			{
+				name = "ACE_tourniquet";
+				count = 15;
+			};
+			class _xx_ACE_splint
+			{
+				name = "ACE_splint";
+				count = 15;
+			};
+			class _xx_ACE_plasmaIV_250
+			{
+				name = "ACE_plasmaIV_250";
+				count = 15;
+			};
+			class _xx_ACE_plasmaIV_500
+			{
+				name = "ACE_plasmaIV_500";
+				count = 15;
+			};
+			class _xx_ACE_plasmaIV
+			{
+				name = "ACE_plasmaIV";
+				count = 15;
+			};
+			class _xx_ACE_elasticBandage
+			{
+				name = "ACE_elasticBandage";
+				count = 80;
+			};				
+			class _xx_ACE_quikclot
+			{
+				name = "ACE_quikclot";
+				count = 80;
+			};					
+			class _xx_ACE_packingBandage
+			{
+				name = "ACE_packingBandage";
+				count = 80;
+			};					
+			class _xx_ACE_morphine
+			{
+				name = "ACE_morphine";
+				count = 30;
+			};		
+			class _xx_ACE_painkiller
+			{
+				name = "RD501_Painkiller";
+				count = 30;
+			};								
+			class _xx_ACE_epinephrine
+			{
+				name = "ACE_epinephrine";
+				count = 20;
+			};				
+			class _xx_SmokeShellPurple
+			{
+				name = "SmokeShellPurple";
+				count = 5;
+			};
+		};
 	};
 };

+ 6 - 1
addons - Copy/RD501_Vehicles/air/V19/config.cpp

@@ -57,7 +57,12 @@ class CfgVehicles
 		RD501_magclamp_small_forbidden = 1;
 
 		//flight model
-		maxSpeed=1500;
+		acceleration=350;
+		maxSpeed=1750;
+		stallSpeed=5;
+		draconicTorqueYCoef[]={1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
+		draconicForceYCoef=6;
+		envelope[] = {0.5,2.11,2.43,1.97,1.72,2.69,3.87,5.27,6.89,8.72,9.7,9.6,9.2,8.5,8.2,8};
 
 		class EventHandlers{};
 

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

@@ -277,10 +277,8 @@ class CfgMagazines
 		maxThrowHoldTime = 2;
 		maxThrowIntensityCoef = 1.4;
 		minThrowIntensityCoef = 0.3;
-		model = "\thermalD\EMP_Grenade_ammo.p3d";
 		modelSpecial = "";
 		nameSound = "";
-		picture = "\thermalD\flash_x_ca.paa";
 		quickReload = 0 ;
 		reloadAction = "";
 		scope = 2;
@@ -326,10 +324,8 @@ class CfgMagazines
 		maxThrowHoldTime = 2;
 		maxThrowIntensityCoef = 1.4;
 		minThrowIntensityCoef = 0.3;
-		model = "\thermalD\EMP_Grenade_ammo.p3d";
 		modelSpecial = "";
 		nameSound = "";
-		picture = "\thermalD\flash_x_ca.paa";
 		quickReload = 0 ;
 		reloadAction = "";
 		scope = 2;