Erliens 4 years ago
parent
commit
cc6e469885

+ 1 - 1
addons - Copy/RD501_Weapons/Launchers/RPS1/config.cpp

@@ -35,7 +35,7 @@ class cfgWeapons
 		scopeArsenal=2;
 		displayName = "Republic RPS1 Launcher";
 		model = "\3AS\3AS_Weapons\RPS6\3AS_RPS6_F.p3d";
-		modelOptics = "\A3\Weapons_F\acc\reticle_RPG_F";
+		modelOptics="\a3\Weapons_F_Tank\acc\reticle_MRAWSNew.p3d";
         icon = "\RD501_Weapons\Launchers\RPS1\rps_disposable_icon.paa";
 		picture = "\RD501_Weapons\Launchers\RPS1\rps_disposable_icon.paa";
 		recoil = "recoil_single_law";

+ 11 - 4
addons - Copy/RD501_Weapons/Launchers/RPS6/config.cpp

@@ -19,11 +19,16 @@ class CfgPatches
 	};
 };
 class CfgWeapons
-{
-	class 3AS_RPS6_HP;
+{	class Launcher_Base_F;
+	class 3AS_RPS6_HP:Launcher_Base_F
+	{
+		class OpticsModes{class optic;};
+	};
 	class macro_new_weapon(launcher,RPS6):3AS_RPS6_HP
 	{
 		scope=2;
+		canLock = 2;
+		airLock=2;
 		displayName="Republic RPS6 Launcher";
 		weaponInfoType="RscOptics_titan";
 		modelOptics="\A3\Weapons_F_Beta\acc\reticle_titan.p3d";
@@ -32,7 +37,8 @@ class CfgWeapons
 		magazines[]=
 		{
 			macro_new_mag(RPS_AT,1),
-			macro_new_mag(RPS_AA,1)
+			macro_new_mag(RPS_AT,1)
+			
 		};
 		class OpticsModes
 		{
@@ -56,9 +62,10 @@ class CfgWeapons
 				visionMode[]=
 				{
 					"Normal",
+					"NVG",
 					"Ti"
 				};
-				thermalMode[]={0,1};
+				thermalMode[]={0};
 				opticsDisablePeripherialVision=1;
 				discretefov[]={0.083329998,0.041669998};
 				discreteInitIndex=0;

+ 2 - 1
addons - Copy/RD501_Weapons/Westar/config.cpp

@@ -74,7 +74,8 @@ class cfgWeapons
 		displayName="Republic Westar M5"
 		magazines[]=
 		{
-				macro_new_mag(10mws,30)
+				macro_new_mag(10mws,30),
+				"ACE_HuntIR_M203"
 		};
 		modes[] = {"Single","FullAuto"};
 		class Single:Single

+ 1 - 0
addons - Copy/RD501_Weapons/_scopes/DC_15X_12_20x_scope.hpp

@@ -5,4 +5,5 @@ class macro_new_weapon(scope,dc15x_12_20x_scope):JLTS_DC15X_scope
 	scope = 2;
     displayName = "DC-15X Scope (12-20x)";
     descriptionShort = "DC-15X Scope (12-20x)";
+	visionMode[] = {"Normal", "NVG"};
 }

+ 4 - 5
addons - Copy/RD501_Weapons/config.cpp

@@ -312,20 +312,18 @@ class CfgMagazines
 
 	class Titan_AA;
 	class CA_LauncherMagazine;
+	class Titan_AT;
 
-	class macro_new_mag(RPS_AT,1): CA_LauncherMagazine
+	class macro_new_mag(RPS_AT,1): Titan_AT
 	{
 		scope = 2;
 		displayName = "RPS AT Rocket";
 		ammo = macro_new_ammo(RPS_AT);
 		type = "2 *   256";
 		count = 1;
-		picture = "\A3\weapons_f\launchers\nlaw\data\UI\gear_nlaw_rocket_ca.paa";
-		model = "\A3\weapons_f\launchers\nlaw\nlaw_proxy";
 		initSpeed = 60;
 		maxLeadSpeed = 60;
 		mass = 70;
-		nameSound = "missiles";
 
 
 	};
@@ -506,6 +504,7 @@ class CfgAmmo
 	class M_Titan_AA;
 	class DH17_Blaster_Ammo;
 	class 3AS_Chaingun_Ammo;
+	class M_Titan_AT;
 
 	class macro_new_ammo(westar_35):SWOP_DC17_Ammo
 	{
@@ -670,7 +669,7 @@ class CfgAmmo
 
 	
 
-	class macro_new_ammo(RPS_AT):A_RocketHH15Clone_HEAT_FireForget
+	class macro_new_ammo(RPS_AT):M_Titan_AT
 	{
 		aiAmmoUsageFlags = "128 + 256 +512";
 		hit = 95;