From 7547efaa3419455c70c3ccab7dcf0fa69a7d2d04 Mon Sep 17 00:00:00 2001 From: A Man Date: Sat, 18 Jan 2020 18:09:18 +0100 Subject: [PATCH] Correct wrong gear slots for M113 --- .../Configs/CfgVehicles/Car/M113.hpp | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/M113.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/M113.hpp index b41ca7e08..0648635f7 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/M113.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/M113.hpp @@ -409,9 +409,9 @@ class M113Ambul_UN_EP1_DZ : M113Ambul_Base { commanderCanSee = 2+16+32; gunnerCanSee = 2+16+32; driverCanSee = 2+16+32; - transportMaxWeapons = 5; - transportMaxMagazines = 25; - transportmaxbackpacks = 4; + transportMaxWeapons = 20; + transportMaxMagazines = 100; + transportmaxbackpacks = 6; }; class M113_UN_EP1_DZ : M113_Base { @@ -425,9 +425,9 @@ class M113_UN_EP1_DZ : M113_Base { hiddenSelectionsTextures[] = {"\ca\Tracked_E\M113\Data\m113a3_01_UN_co.paa"}; class TransportMagazines {}; class TransportWeapons {}; - transportMaxMagazines = 100; // Default: 100 - transportMaxWeapons = 20; // Default: 20 - //transportmaxbackpacks = ; // Default: + transportMaxWeapons = 20; + transportMaxMagazines = 100; + transportmaxbackpacks = 6; commanderCanSee = 2+16+32; gunnerCanSee = 2+16+32; driverCanSee = 2+16+32; @@ -448,9 +448,9 @@ class M113Ambul_TK_EP1_DZ : M113Ambul_Base { commanderCanSee = 2+16+32; gunnerCanSee = 2+16+32; driverCanSee = 2+16+32; - transportMaxWeapons = 5; - transportMaxMagazines = 25; - transportmaxbackpacks = 4; + transportMaxWeapons = 20; + transportMaxMagazines = 100; + transportmaxbackpacks = 6; }; class M113_TK_EP1_DZ : M113_Base { @@ -467,9 +467,9 @@ class M113_TK_EP1_DZ : M113_Base { commanderCanSee = 2+16+32; gunnerCanSee = 2+16+32; driverCanSee = 2+16+32; - transportMaxMagazines = 100; // Default: 100 - transportMaxWeapons = 20; // Default: 20 - //transportmaxbackpacks = ; // Default: + transportMaxWeapons = 20; + transportMaxMagazines = 100; + transportmaxbackpacks = 6; }; // Ammo Less