Parcourir la source

Removing systemchat. Minor audio fixes for guns

Erliens il y a 4 ans
Parent
commit
84d30f55ae

+ 2 - 2
addons - Copy/RD501_Main/functions/impulse/fnc_impulseApply.sqf

@@ -1,6 +1,6 @@
 _vehicle = _this;
 
-systemChat "apply";
+//systemChat "apply";
 
 private _impulse_state = _vehicle getvariable ["impulsorStatus", 0];
 
@@ -76,7 +76,7 @@ while {_vehicle getVariable ['impulsorStatus', 0] isEqualTo _impulse_state && al
 		_change = 0;
 	};
 
-	systemChat format ["%1 - %2 - %3 - %4 - %5", str _velocity, str _target_speed, str _diff, str _max_change, str _change];
+	//systemChat format ["%1 - %2 - %3 - %4 - %5", str _velocity, str _target_speed, str _diff, str _max_change, str _change];
 
 	if (_change != 0) then {
 		_direction = direction _vehicle;

+ 1 - 1
addons - Copy/RD501_Main/functions/impulse/fnc_impulseDecrease.sqf

@@ -1,6 +1,6 @@
 _vehicle = _this;
 
-systemChat "decrease";
+//systemChat "decrease";
 
 private _impulse_state = _vehicle getvariable ["impulsorStatus", 0];
 _impulse_state = _impulse_state - 1;

+ 1 - 1
addons - Copy/RD501_Main/functions/impulse/fnc_impulseIncrease.sqf

@@ -1,6 +1,6 @@
 _vehicle = _this;
 
-systemChat "increase";
+//systemChat "increase";
 
 private _impulse_state = _vehicle getvariable ["impulsorStatus", 0];
 _impulse_state = _impulse_state + 1;

+ 41 - 1
addons - Copy/RD501_Vehicle_Weapons/_ammo/config.cpp

@@ -784,7 +784,47 @@ class CfgAmmo
 		brightness = 100000;
 		tracerColor[] = {0,0,1,0};
 		timeToLive=10;
-	}
+		soundContinuous=0;
+		soundHit1[]=
+		{
+			"A3\Sounds_F\arsenal\explosives\shells\Tank_shell_explosion_01",
+			1.7782794,
+			1,
+			1800
+		};
+		soundHit2[]=
+		{
+			"A3\Sounds_F\arsenal\explosives\shells\Tank_shell_explosion_02",
+			1.7782794,
+			1,
+			1800
+		};
+		soundHit3[]=
+		{
+			"A3\Sounds_F\arsenal\explosives\shells\Tank_shell_explosion_03",
+			1.7782794,
+			1,
+			1800
+		};
+		soundHit4[]=
+		{
+			"A3\Sounds_F\arsenal\explosives\shells\Tank_shell_explosion_04",
+			1.7782794,
+			1,
+			1800
+		};
+		multiSoundHit[]=
+		{
+			"soundHit1",
+			0.25,
+			"soundHit2",
+			0.25,
+			"soundHit3",
+			0.25,
+			"soundHit4",
+			0.25
+		};
+	};
 	class macro_new_ammo(aat_king): 3AS_ATT_redPlasma_AT//AAT_ADSD_Laser
 	{
 		hit = 650;

+ 76 - 10
addons - Copy/RD501_Vehicle_Weapons/aircraft/laat_cannon/config.cpp

@@ -49,29 +49,95 @@ class CfgWeapons
 		burst=1;
 		class LowROF: LowROF
 		{
-			displayName="LAAT Laser Cannon";
 			sounds[]=
 			{
-				"StandardSound_1"
+				"StandardSound"
 			};
-			class StandardSound_1
+			class StandardSound
 			{
 				begin1[]=
 				{
-					"3as\3as_saber\sounds\wpn_saberTank_autocannon_fire",
-					1.99526,
+					"3AS\3AS_AAT\data\sounds\AAT_Cannon.wss",
 					1,
-					1500
+					0.89999998,
+					6000
+				};
+				begin2[]=
+				{
+					"3AS\3AS_AAT\data\sounds\AAT_Cannon.wss",
+					1,
+					0.89999998,
+					6000
 				};
 				soundBegin[]=
 				{
 					"begin1",
-					0.33000001
+					0.1,
+					"begin2",
+					0.5
 				};
-				soundsetshot[]=
+				class SoundTails
 				{
-					"Autocannon30mmTurret_Shot_SoundSet",
-					"Autocannon30mmBody_tail_SoundSet"
+					class TailForest
+					{
+						sound[]=
+						{
+							"A3\Sounds_F\arsenal\weapons\LongRangeRifles\GM6_Lynx\GM6_tail_forest",
+							1,
+							1,
+							2200
+						};
+						frequency=1;
+						volume="(1-interior/1.4)*forest";
+					};
+					class TailHouses
+					{
+						sound[]=
+						{
+							"A3\Sounds_F\arsenal\weapons\LongRangeRifles\GM6_Lynx\GM6_tail_houses",
+							1,
+							1,
+							2200
+						};
+						frequency=1;
+						volume="(1-interior/1.4)*houses";
+					};
+					class TailInterior
+					{
+						sound[]=
+						{
+							"A3\Sounds_F\arsenal\weapons\LongRangeRifles\GM6_Lynx\GM6_tail_interior",
+							1.99526,
+							1,
+							2200
+						};
+						frequency=1;
+						volume="interior";
+					};
+					class TailMeadows
+					{
+						sound[]=
+						{
+							"A3\Sounds_F\arsenal\weapons\LongRangeRifles\GM6_Lynx\GM6_tail_meadows",
+							1,
+							1,
+							2200
+						};
+						frequency=1;
+						volume="(1-interior/1.4)*(meadows/2 max sea/2)";
+					};
+					class TailTrees
+					{
+						sound[]=
+						{
+							"A3\Sounds_F\arsenal\weapons\LongRangeRifles\GM6_Lynx\GM6_tail_trees",
+							1,
+							1,
+							2200
+						};
+						frequency=1;
+						volume="(1-interior/1.4)*trees";
+					};
 				};
 			};
 			multiplier=1;