mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
#2701 - Fix gun smoke on AMV
This commit is contained in:
parent
39b838c7ab
commit
f3c4ff66ca
@ -530,6 +530,10 @@ class CfgWeapons {
|
||||
displayName = "MAG 58";
|
||||
};
|
||||
|
||||
class ACE_LMG_coax_APC_Wheeled_01: LMG_coax {
|
||||
displayName = "MAG 58";
|
||||
};
|
||||
|
||||
class ACE_LMG_coax_APC_Tracked_03: LMG_coax {
|
||||
displayName = "L94A1";
|
||||
};
|
||||
|
@ -281,7 +281,7 @@ class CfgVehicles {
|
||||
class B_APC_Wheeled_01_cannon_F: B_APC_Wheeled_01_base_F {
|
||||
class Turrets: Turrets {
|
||||
class MainTurret: MainTurret {
|
||||
weapons[] = {"autocannon_40mm_CTWS","ACE_LMG_coax_MBT_01"};
|
||||
weapons[] = {"autocannon_40mm_CTWS", "ACE_LMG_coax_APC_Wheeled_01"};
|
||||
magazines[] = {"60Rnd_40mm_GPR_Tracer_Red_shells","40Rnd_40mm_APFSDS_Tracer_Red_shells","2000Rnd_762x51_Belt_Green"};
|
||||
};
|
||||
};
|
||||
|
@ -6,7 +6,15 @@ class CfgWeapons {
|
||||
|
||||
class LMG_coax;
|
||||
class ACE_LMG_coax_MBT_01: LMG_coax {};
|
||||
class ACE_LMG_coax_APC_Tracked_03: LMG_coax {};
|
||||
class ACE_LMG_coax_APC_Wheeled_01: LMG_coax {
|
||||
class GunParticles {
|
||||
class effect1 {
|
||||
positionName = "usti hlavne2";
|
||||
directionName = "konec hlavne2";
|
||||
effectName = "MachineGunCloud";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class LMG_Minigun: LMG_RCWS {
|
||||
magazines[] = {"1000Rnd_65x39_Belt","1000Rnd_65x39_Belt_Green","1000Rnd_65x39_Belt_Tracer_Green","1000Rnd_65x39_Belt_Tracer_Red","1000Rnd_65x39_Belt_Tracer_Yellow","1000Rnd_65x39_Belt_Yellow","2000Rnd_65x39_Belt","2000Rnd_65x39_Belt_Green","2000Rnd_65x39_Belt_Tracer_Green","2000Rnd_65x39_Belt_Tracer_Green_Splash","2000Rnd_65x39_Belt_Tracer_Red","2000Rnd_65x39_Belt_Tracer_Yellow","2000Rnd_65x39_Belt_Tracer_Yellow_Splash","2000Rnd_65x39_Belt_Yellow","2000Rnd_762x51_Belt_T_Green","2000Rnd_762x51_Belt_T_Red","2000Rnd_762x51_Belt_T_Yellow","200Rnd_65x39_Belt","200Rnd_65x39_Belt_Tracer_Green","200Rnd_65x39_Belt_Tracer_Red","200Rnd_65x39_Belt_Tracer_Yellow","5000Rnd_762x51_Belt","5000Rnd_762x51_Yellow_Belt"};
|
||||
|
Loading…
Reference in New Issue
Block a user