mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Make UI toggleable between three options
Admin can choose vanilla, classic epoch or classic epoch dark. dayz_hungerThirst was replaced with dayz_NutritionSystem
This commit is contained in:
@@ -503,7 +503,6 @@ DZE_isWreck = ["SKODAWreck","HMMWVWreck","UralWreck","datsun01Wreck","hiluxWreck
|
||||
DZE_isWreckBuilding = ["Land_wreck_cinder","Land_wood_wreck_quarter","Land_wood_wreck_floor","Land_wood_wreck_third","Land_wood_wreck_frame","Land_iron_vein_wreck","Land_silver_vein_wreck","Land_gold_vein_wreck","Land_ammo_supply_wreck"];
|
||||
DZE_isNewStorage = ["VaultStorage","OutHouse_DZ","Wooden_shed_DZ","WoodShack_DZ","StorageShed_DZ","GunRack_DZ","WoodCrate_DZ"];
|
||||
DZE_typedBags = ["bloodBagANEG","bloodBagAPOS","bloodBagBNEG","bloodBagBPOS","bloodBagABNEG","bloodBagABPOS","bloodBagONEG","bloodBagOPOS","wholeBloodBagANEG","wholeBloodBagAPOS","wholeBloodBagBNEG","wholeBloodBagBPOS","wholeBloodBagABNEG","wholeBloodBagABPOS","wholeBloodBagONEG","wholeBloodBagOPOS"];
|
||||
gear_done = false;
|
||||
helperDetach = false;
|
||||
isInTraderCity = false;
|
||||
PlayerDeaths = [];
|
||||
@@ -517,7 +516,6 @@ s_player_combi = [];
|
||||
s_player_lockunlock = [];
|
||||
s_player_lockUnlockInside = [];
|
||||
s_player_parts = [];
|
||||
if(isNil "Dayz_Dark_UI") then {Dayz_Dark_UI = false;};
|
||||
if(isNil "DayZ_UseSteamID") then {DayZ_UseSteamID = true;};
|
||||
if(isNil "DZE_SelfTransfuse") then {DZE_SelfTransfuse = false;};
|
||||
if(isNil "DZE_GodModeBase") then {DZE_GodModeBase = false;};
|
||||
@@ -537,7 +535,6 @@ if(isNil "DZE_RestrictSkins") then {DZE_RestrictSkins = [];};
|
||||
if(isNil "DZE_BackpackAntiTheft") then {DZE_BackpackAntiTheft = false;};
|
||||
if(isNil "DZE_PlotPole") then {DZE_PlotPole = [30,45];};
|
||||
if(isNil "DZE_maintainRange") then {DZE_maintainRange = ((DZE_PlotPole select 0)+20);};
|
||||
if(isNil "DZE_HeartBeat") then {DZE_HeartBeat = false;};
|
||||
if(isNil "DZE_UseBloodTypes") then {DZE_UseBloodTypes = false;};
|
||||
if(isNil "DZE_slowZombies") then {DZE_slowZombies = false;};
|
||||
if ((toLower worldName) in ["napf","sauerland","tavi"]) then {
|
||||
|
||||
Reference in New Issue
Block a user