From 730dcb88a2fea6030bc453bcf10f4d7f80ed2750 Mon Sep 17 00:00:00 2001 From: BigEgg Date: Sat, 7 Oct 2017 23:14:30 -0500 Subject: [PATCH] Add DZE_HeightLimit to configVariables.sqf --- SQF/dayz_code/configVariables.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/SQF/dayz_code/configVariables.sqf b/SQF/dayz_code/configVariables.sqf index 69738e4ab..4f8e765f2 100644 --- a/SQF/dayz_code/configVariables.sqf +++ b/SQF/dayz_code/configVariables.sqf @@ -30,6 +30,7 @@ DZE_SafeZoneNoBuildItems = []; // Array of object class names not allowed to be DZE_SafeZoneNoBuildDistance = 150; // Distance from safe zones listed above to disallow building near. DZE_NoBuildNear = []; //Array of object class names that are blacklisted to build near. i.e ["Land_Mil_ControlTower","Land_SS_hangar"] etc. DZE_NoBuildNearDistance = 150; // Distance from blacklisted objects to disallow building near. +DZE_HeightLimit = 0; // 0 = No building height limit | >0 = Height limit in meters | Changing this to 30 would limit the maximum built height to 30 meters. DZE_GodModeBaseExclude = []; //Array of object class names excluded from the god mode bases feature DZE_salvageLocked = true; //Enable or disable salvaging of locked vehicles, useful for stopping griefing on locked vehicles. DZE_DisabledChannels = [(localize "str_channel_side"),(localize "str_channel_global"),(localize "str_channel_command")]; //List of disabled voice channels. Other channels are: "str_channel_group","str_channel_direct","str_channel_vehicle"