From bdbe130d60498f131715897bc2954dd069b29f9a Mon Sep 17 00:00:00 2001 From: A Man Date: Sat, 7 Dec 2019 18:22:18 +0100 Subject: [PATCH] Clean up vodnik config --- .../Configs/CfgVehicles/Car/Gaz_Vodnik.hpp | 64 +------------------ 1 file changed, 1 insertion(+), 63 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp index 0203ec4a5..3d69ee09c 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/Gaz_Vodnik.hpp @@ -829,37 +829,8 @@ class GAZ_Vodnik_DZ : GAZ_Vodnik_HMG }; }; - -class GAZ_Vodnik_DZE : GAZ_Vodnik_HMG +class GAZ_Vodnik_DZE : GAZ_Vodnik_DZ { - typicalCargo[] = {}; - class TransportMagazines {}; - class TransportWeapons {}; - model = "\ca\wheeled2\GAZ39371\GAZ39371_Vodnik.p3d"; - displayname = $STR_VEH_NAME_VODNIK_PKT; - picture = "\Ca\wheeled2\data\UI\Picture_GAZ39371_CA.paa"; - Icon = "\Ca\wheeled2\data\UI\Icon_GAZ39371_CA.paa"; - gunnerCanSee = "4+8+16"; - commanderCanSee = "4+8+16"; - mapSize = 6.5; - transportSoldier = 10; - cargoAction[] = { - "HMMWV_Cargo01", - "Landrover_Cargo01", - "UAZ_Cargo01" - }; - class Library - { - libTextDesc = "GAZ-3937 ""Vodnik"" is a Russian high-mobility multipurpose amphibious vehicle. It can carry up to 10 people and drive at speeds up to 112 km/h (or 5 km when floating).
This is equipped with dual PK 7.62 mm machine gun."; - }; - armor = 85; - damageResistance = 0.032; - threat[] = { - 0.5, - 0.1, - 0.2 - }; - enableManualFire = 0; class Turrets : Turrets { class MainTurret : MainTurret @@ -940,39 +911,6 @@ class GAZ_Vodnik_DZE : GAZ_Vodnik_HMG startEngine = 0; }; }; - class AnimationSources : AnimationSources - { - class ReloadAnim - { - source = "reload"; - weapon = "PKT"; - }; - class ReloadMagazine - { - source = "reloadmagazine"; - weapon = "PKT"; - }; - class Revolving - { - source = "revolving"; - weapon = "PKT"; - }; - class ReloadAnim_2 - { - source = "reload"; - weapon = "PKT_2"; - }; - class ReloadMagazine_2 - { - source = "reloadmagazine"; - weapon = "PKT_2"; - }; - class Revolving_2 - { - source = "revolving"; - weapon = "PKT_2"; - }; - }; }; class GAZ_Vodnik;