浏览代码

Patch notes 3.16

Erliens 4 年之前
父节点
当前提交
a0c5b557ba

+ 1 - 12
addons - Copy/RD501_Vehicle_Weapons/_mags/aircraft_laser_gun.hpp

@@ -80,7 +80,7 @@
 	{
 		displayNameShort = "Voltic";
 		ammo = macro_new_ammo(voltic)
-		count = 200;
+		count = 1000;
 		tracersEvery = 1;
 		initSpeed = 1036;
 		maxLeadSpeed = 300;
@@ -90,15 +90,4 @@
 			"RD501_Gun_rail"
 		};
 		pylonWeapon=macro_new_weapon(pylon_voltic,y_wing)
-	};
-	class macro_new_mag(pylon_Kannon,100) : macro_new_mag(generic_aircraft_gun_green,1000)
-	{
-		ammo = macro_new_ammo(generic_kannon)
-		displayNameShort = "Coaxium Shells";
-		count = 15;
-		hardpoints[]=
-		{
-			"RD501_Gun_rail"
-		};
-		pylonWeapon=macro_new_weapon(pylon_generic,kannon)
 	};

+ 1 - 1
addons - Copy/RD501_Vehicle_Weapons/_mags/missiles.hpp

@@ -75,7 +75,7 @@
 	class macro_new_mag(pylon_ugm,10):7Rnd_Rocket_04_AP_F
 	{
 		ammo = macro_new_ammo(ugm)
-		count = 10;
+		count = 15;
 		displayName = "Hurricane UGM";	
 		displayNameShort = "Hurricane UGM";
 		tracersEvery=1;

+ 0 - 7
addons - Copy/RD501_Vehicle_Weapons/config.cpp

@@ -25,19 +25,12 @@ class CfgPatches
 class CfgWeapons
 {
 	class macro_new_weapon(laser,v_wing);
-	class macro_new_weapon(generic,kannon);
 	class macro_new_weapon(pylon_laser,v_wing) : macro_new_weapon(laser,v_wing)
 	{
 		displayName = "Laser gun (Pylon)";
 		displayNameShort = "Laser";
 		magazines[]={macro_new_mag(pylon_generic_aircraft_gun_asg,3000)};
 	};
-	class macro_new_weapon(pylon_generic,kannon):macro_new_weapon(generic,kannon)
-	{
-		displayName = "Coaxium (Pylon)";
-		displayNameShort = "Coax";
-		magazines[]={macro_new_mag(pylon_Kannon,100)};
-	};
 	
 };
 

+ 4 - 4
addons - Copy/RD501_Vehicles/static/config.cpp

@@ -357,7 +357,7 @@ class CfgMagazines
 		scope=2;
 		scopeArsenal = 2;
 		type=256;
-		picture = "\SW_ExtraWeapons\PICKUPS\UI\icons\energycell_X_ca.paa"; 
+		picture="\RD501_Vehicles\static\data\rd501_icon_mag_staticeweb.paa";
 		displayName= "Republic E-Web Charge"
 		count=600;
 		ammo=macro_new_ammo(z1000)
@@ -368,7 +368,7 @@ class CfgMagazines
 		scope=2;
 		scopeArsenal = 2;
 		type=256;
-		picture = "\SW_ExtraWeapons\PICKUPS\UI\icons\energycell_X_ca.paa"; 
+		picture="\RD501_Vehicles\static\data\rd501_icon_mag_staticgl.paa";
 		muzzleImpulseFactor[] = {0.1,0.1};
 		displayName= "RAGL40 'Boomer' belt"
 		count=40;
@@ -380,7 +380,7 @@ class CfgMagazines
 		scope=2;
 		scopeArsenal = 2;
 		type=256;
-		picture = "\SW_ExtraWeapons\PICKUPS\UI\icons\energycell_X_ca.paa"; 
+		picture="\RD501_Vehicles\static\data\rd501_icon_mag_staticaap.paa";
 		displayName= "AAP4 'Striker' Pod"
 		count=4;
 		weaponpoolavailable=1;
@@ -390,7 +390,7 @@ class CfgMagazines
 		scope=2;
 		scopeArsenal = 2;
 		type=256;
-		picture = "\SW_ExtraWeapons\PICKUPS\UI\icons\energycell_X_ca.paa"; 
+		picture="\RD501_Vehicles\static\data\rd501_icon_mag_staticrailgun.paa";
 		displayName= "MAR1 'Driver' Slug"
 		count=1;
 		ammo=macro_new_ammo(mar1)

二进制
addons - Copy/RD501_Vehicles/static/data/rd501_icon_mag_staticaap.paa


二进制
addons - Copy/RD501_Vehicles/static/data/rd501_icon_mag_staticeweb.paa


二进制
addons - Copy/RD501_Vehicles/static/data/rd501_icon_mag_staticgl.paa


二进制
addons - Copy/RD501_Vehicles/static/data/rd501_icon_mag_staticrailgun.paa


+ 93 - 0
addons - Copy/RD501_Weapons/DC_Family/DC_15gl/config.cpp

@@ -166,4 +166,97 @@ class CfgWeapons
 			mass=80;
 		};
 	};
+	class 3AS_DC15C_Base_GL;
+	class 3AS_DC15C_GL: 3AS_DC15C_Base_GL
+	{
+		class 3AS_15CGL;
+		class FullAuto;
+		class Single;
+		class WeaponSlotsInfo
+			{
+			class CowsSlot;	
+			class MuzzleSlot;
+			class PointerSlot;
+		};
+	};
+	class macro_new_weapon(DC,15cgl):3AS_DC15C_GL
+	{
+		displayName="Republic DC-15C UGL";
+		dispersion=0.00116;
+		ACE_Overheating_mrbs = 300000;
+		recoil="recoil_mxc";
+		magazines[]=
+		{
+			macro_new_mag(10mw,30)
+		};
+		muzzles[]=
+		{
+			"this",
+			"Shotgun_Muzzle",
+			"Stun"
+		};
+		class Shotgun_Muzzle: 3AS_15CGL
+		{
+			displayName="Shotgun Attachment";
+			descriptionShort="Shotgun";
+			magazines[]=
+					{			
+				macro_new_mag(shotgun_scatter,6),
+				macro_new_mag(shotgun_HE,6),
+				macro_new_mag(shotgun_EMP,2)
+					};
+			magazineWell[]={};
+		};
+		class Stun: RD501_stun_muzzle
+		{
+			displayName="High Energy StunMode";
+		};
+		class FullAuto:FullAuto
+		{
+			reloadTime=0.08;
+			dispersion=0.00116;
+		};
+		class Single : Single
+		{
+			reloadTime=0.08;
+			dispersion=0.00116;
+		};
+		class WeaponSlotsInfo: WeaponSlotsInfo
+		{
+			mass = 30;
+			class CowsSlot: CowsSlot
+			{
+				displayName = "Optics Slot";
+				iconPicture = "\A3\Weapons_F\Data\UI\attachment_top.paa";
+				iconPinpoint = "Bottom";
+				iconPosition[] = {0.5,0.35};
+				iconScale = 0.2;
+				linkProxy = "\a3\data_f\proxies\weapon_slots\TOP";
+				scope = 0;
+				compatibleItems[] = 
+				{
+					/*"RD501_RCO",
+					"RD501_RCO_2",
+					"RD501_RCO_3"*/
+				};
+			};
+			class MuzzleSlot: MuzzleSlot
+			{
+				linkProxy="\A3\data_f\proxies\weapon_slots\MUZZLE";
+				displayName="$str_a3_cfgweapons_abr_base_f_weaponslotsinfo_muzzleslot0";
+				compatibleItems[]=
+				{
+					"RD501_muzzle_flash"
+				};
+				iconPicture="\A3\Weapons_F\Data\UI\attachment_muzzle.paa";
+				iconPinpoint="Center";
+			};
+			class PointerSlot : PointerSlot
+			{
+				linkProxy = "\A3\data_f\proxies\weapon_slots\SIDE";
+				displayName = "Pointer Slot";
+				compatibleItems[] = {"acc_flashlight","acc_pointer_IR"}; 
+			};
+		};
+	};
 };

+ 39 - 1
addons - Copy/RD501_Weapons/_ammo/config.cpp

@@ -29,6 +29,8 @@ class CfgAmmo
 	class G_40mm_HE;
 	class SWOP_BCCKtermimploder;
 	class SWOP_termDet;
+	class B_12Gauge_Pellets_Submunition;
+	class  B_12Gauge_Pellets_Submunition_Deploy;
 	class macro_new_ammo(2mw):3AS_EC20_BluePlasma
 	{
 		hit=4;
@@ -252,5 +254,41 @@ class CfgAmmo
 		indirectHit=14;
 		indirectHitRange=8;
 	}
-
+///////////////////////////////////////////////////////////////////////
+/////////////////////////Shotgun///////////////////////////////////////
+//////////////////////////////////////////////////////////////////////
+	class macro_new_ammo(shotgun_scatter): B_12Gauge_Pellets_Submunition
+	{
+		hit=20;
+		submunitionConeAngle = 0.8;
+		submunitionAmmo=macro_new_ammo(shotgun_scatter_submunition)
+	};
+	class macro_new_ammo(shotgun_scatter_submunition) : B_12Gauge_Pellets_Submunition_Deploy
+	{
+		hit=12;
+	};
+	class macro_new_ammo(shotgun_HE): B_12Gauge_Pellets_Submunition
+	{
+		hit=20;
+		submunitionConeAngle = 3;
+		submunitionAmmo=macro_new_ammo(shotgun_HE_submunition)
+	};
+	class macro_new_ammo(shotgun_HE_submunition) : B_12Gauge_Pellets_Submunition_Deploy
+	{
+		hit=8;
+		indirectHit=8;
+		indirectHitRange=0.9;
+	};
+	class macro_new_ammo(shotgun_EMP): B_12Gauge_Pellets_Submunition
+	{
+		hit=20;
+		submunitionConeAngle = 20;
+		submunitionAmmo=macro_new_ammo(shotgun_EMP_submunition)
+	};
+	class macro_new_ammo(shotgun_EMP_submunition) : B_12Gauge_Pellets_Submunition_Deploy
+	{
+		hit=1;
+		timeToLive = 0.05;
+		JLTS_isEMPAmmo=1;
+	};
 };

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

@@ -27,6 +27,7 @@ class CfgMagazines
 	class SWOP_termDet_Gm;
 	class SWOP_BCCKtermimploder_G;
 	class RPG32_F;
+	class 2Rnd_12Gauge_Pellets;
 
 	////////////////////////////////////////////////////
 	/////////////Rifle/Pistol Magazines/////////////////
@@ -345,4 +346,34 @@ class CfgMagazines
 		weight=1;
 		mass=1;
 	}
+	////////////////////////////////////////////////////
+	/////////////Shotgun  Magazines/////////////////////
+	////////////////////////////////////////////////////
+	class macro_new_mag(shotgun_scatter,6):2Rnd_12Gauge_Pellets
+	{
+		scope=2;
+		displayName = "6 Rnd SP Magazine";
+		displayNameShort = "6 Rnd SP Mag";
+		count=6;
+		ammo = macro_new_ammo(shotgun_scatter)
+		descriptionShort = "6 Rnd SP";
+	};
+	class macro_new_mag(shotgun_HE,6):2Rnd_12Gauge_Pellets
+	{
+		scope=2;
+		displayName = "6 Rnd UP Magazine";
+		displayNameShort = "6 Rnd UP Mag";
+		count=6;
+		ammo = macro_new_ammo(shotgun_HE)
+		descriptionShort = "6 Rnd UP";
+	};
+	class macro_new_mag(shotgun_EMP,2):2Rnd_12Gauge_Pellets
+	{
+		scope=2;
+		displayName = "2 Rnd EMP Magazine";
+		displayNameShort = "2 Rnd EMP Mag";
+		count=2;
+		ammo = macro_new_ammo(shotgun_EMP)
+		descriptionShort = "2 Rnd EMP";
+	};
 };

+ 11 - 2
addons - Copy/RD501_Weapons/config.cpp

@@ -62,8 +62,7 @@ class CfgMagazineWells
 		macro_new_magwell(GL_AP)[]=
 		{
 			macro_new_mag(AT_GL,2),
-			macro_new_mag(UGL_AP,2),
-			"2Rnd_12Gauge_Pellets"
+			macro_new_mag(UGL_AP,2)
 		};
 
 		macro_new_magwell(GL_HE)[]=
@@ -111,6 +110,16 @@ class CfgMagazineWells
 		};
 	}
 	
+	class macro_new_magwell(DC15C_Shotgun)
+	{
+		macro_new_magwell(shotgun)[]=
+		{
+			macro_new_mag(shotgun_scatter,6),
+			macro_new_mag(shotgun_HE,6),
+			macro_new_mag(shotgun_EMP,2)
+		};
+	};
+	
 
 	class macro_new_magwell(DC_15a_energy)
 	{