mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Move DZE_ConfigTrader to configVariable.sqf
Most servers will want to use config traders.
This commit is contained in:
@@ -25,6 +25,7 @@ DZE_TempVars = [7, 15, 4, 4, 2, 6, 3, 2, 0.25, 0.75, 0.5]; //[vehicle, fire, bui
|
||||
DZE_WeatherVariables = [10, 20, 5, 10, 0, 0.2, 0, 1, 0, 0.8, 0, 8, 25, 50, 0, false]; //See DynamicWeatherEffects.sqf for info on these values
|
||||
DZE_TwoPrimaries = 2; // 0 do not allow primary weapon on back. 1 allow primary weapon on back, but not when holding a primary weapon in hand. 2 allow player to hold two primary weapons, one on back and one in their hands.
|
||||
DZE_AntiWallLimit = 3; // Number of activations before player_antiWall kills player for glitching attempt. Lower is stricter, but may result in false positives.
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_DamageBeforeMaint = 0.09; // Minimum damage built items must have before they can be maintained
|
||||
DZE_DeathMsgChat = "none"; //"none","global","side","system" Display death messages in selected chat channel.
|
||||
DZE_DeathMsgDynamicText = false; // Display death messages as dynamicText in the top left with weapon icons.
|
||||
|
||||
@@ -538,7 +538,6 @@ if (isNil "DZE_GodModeBase") then {DZE_GodModeBase = false;};
|
||||
if (isNil "dayz_paraSpawn") then {dayz_paraSpawn = false;};
|
||||
if (isNil "DZE_BuildingLimit") then {DZE_BuildingLimit = 150;};
|
||||
if (isNil "DZE_BuildOnRoads") then {DZE_BuildOnRoads = false;};
|
||||
if (isNil "DZE_ConfigTrader") then {DZE_ConfigTrader = true;};
|
||||
if (isNil "DZE_SelfTransfuse") then {DZE_SelfTransfuse = false;};
|
||||
if (isNil "DZE_selfTransfuse_Values") then {DZE_selfTransfuse_Values = [12000,15,120];};
|
||||
if (isNil "DZE_PlotPole") then {DZE_PlotPole = [30,45];};
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 14000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 9000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 20000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 14000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 7000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 4000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 6000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 6000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 14000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 18000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 22000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 22000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 2000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 4000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 12000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 4000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
@@ -55,7 +55,6 @@ dayz_MapArea = 8000; // Distance from center of map to out of bounds line
|
||||
dayz_paraSpawn = false; // Halo spawn
|
||||
DZE_BackpackAntiTheft = false; // Prevent stealing from backpacks in trader zones
|
||||
DZE_BuildOnRoads = false; // Allow building on roads
|
||||
DZE_ConfigTrader = true; // Use config files for traders instead of database. Loads faster and uses less network traffic
|
||||
DZE_PlayerZed = true; // Enable spawning as a player zombie when players die with infected status
|
||||
DZE_R3F_WEIGHT = true; // Enable R3F weight. Players carrying too much will be overburdened and forced to move slowly.
|
||||
DZE_slowZombies = false; // Force zombies to always walk
|
||||
|
||||
Reference in New Issue
Block a user