From 8eea7c48d0aba1a85216529d8e9e8f833f6601f1 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 21 Oct 2013 17:17:17 -0500 Subject: [PATCH] inherit variables from static for DZE_Base_Object Should disable radar on doors --- SQF/dayz_code/Configs/CfgVehicles/DZE/Doors.hpp | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/DZE/Doors.hpp b/SQF/dayz_code/Configs/CfgVehicles/DZE/Doors.hpp index 5d1a6ff44..c17eaf215 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/DZE/Doors.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/DZE/Doors.hpp @@ -12,14 +12,24 @@ class DZE_Base_Object : All { ladders[] = {}; vehicleClass = ""; displayName = ""; - coefInside = 1; - coefInsideHeur = 0.25; mapSize = 7.5; animated = true; armor = 200; destrType = "DestructBuilding"; damageResistance = 0.004; - + // static + reversed = 0; + hasDriver = 0; + accuracy = 0.1; + cost = 1000; + weapons[] = {}; + magazines[] = {}; + irTarget = 0; + type = 1; + threat[] = {0,0,0}; + maxSpeed = 0; + coefInside = 4; + coefInsideHeur = 4; class DestructionEffects { class Sound { simulation = "sound";