From c4e5b2a56ba260ef6aa3251253ccbe7134278eb6 Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Mon, 29 Mar 2021 08:58:15 +0200 Subject: [PATCH] Fix seat number of new vehicles --- SQF/dayz_code/Configs/CfgVehicles/Boat/Submarine.hpp | 4 ++-- SQF/dayz_code/Configs/CfgVehicles/Car/Jeep.hpp | 2 +- SQF/dayz_code/Configs/CfgVehicles/Car/MiniCooper.hpp | 2 +- SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/Boat/Submarine.hpp b/SQF/dayz_code/Configs/CfgVehicles/Boat/Submarine.hpp index 527bf737a..6335d08d1 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Boat/Submarine.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Boat/Submarine.hpp @@ -52,7 +52,7 @@ class Submarine_DZE_base: Submarine //crew getInAction = GetInLow; getOutAction = GetOutLow; - transportSoldier = 3; + transportSoldier = 2; typicalCargo[] = {RU_Soldier,RU_Soldier_AR,RU_Soldier_AR}; driverAction = PBX_Driver; cargoAction[] = {Truck_Cargo04,Truck_Cargo01,Truck_Cargo01}; @@ -132,7 +132,7 @@ class Submarine_DZE_base: Submarine { armor = 0.85; material = -1; - name = "telo"; + name = "karoserie"; visual = "zbytek"; passThrough = 1; }; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/Jeep.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/Jeep.hpp index 8340f8f3b..910643d2c 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/Jeep.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/Jeep.hpp @@ -5,7 +5,7 @@ class Jeep_base: epoch_car model = "\z\addons\dayz_epoch_v\vehicles\jeep\h4_jeep"; picture = "\dayz_epoch_c\icons\vehicles\jeep.paa"; armor = 25; - transportsoldier = 2; + transportsoldier = 1; transportmaxweapons = 15; transportmaxmagazines = 50; transportmaxbackpacks = 5; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/MiniCooper.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/MiniCooper.hpp index 89c9a2971..db631d086 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/MiniCooper.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/MiniCooper.hpp @@ -4,7 +4,7 @@ class Mini_Cooper_base: epoch_car displayname = "Mini Cooper"; model = "\z\addons\dayz_epoch_v\vehicles\mini\dze_cooper_s"; picture = "\dayz_epoch_c\icons\vehicles\minicooper.paa"; - transportsoldier = 2; + transportsoldier = 1; fuelCapacity = 100; class HitPoints; class HitLFWheel; diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp index 01832a69e..41aba55c1 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/V3S_Civ.hpp @@ -347,6 +347,7 @@ class V3S_Camper_DZE : V3S_RA_TK_GUE_EP1_DZE { displayname = "$STR_VEH_NAME_V3S_CAMPER"; armor = 40; damageResistance = 0.00231; + transportsoldier = 1; transportMaxWeapons = 10; transportMaxMagazines = 50;