mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
1.0.1.5 RC1
+ [ADDED] Re enabling "force save %1" is now optional DZE_AllowForceSave = true; + [ADDED] Added cargo check back in can be disabled with DZE_AllowCargoCheck = false; + [ADDED] Trade metals menu can now trade 12 x 10oz gold bars into a full 100oz briefcase. + [FIXED] Urban girl texture path was incorrect. + [CHANGED] Standard helicrash spawn system replaced with epoch events and now spawn with a 75% chance every 45 minutes. Thanks to maca134.
This commit is contained in:
@@ -564,4 +564,13 @@ if(!isDedicated) then {
|
||||
//if (uiNamespace getVariable ['DZ_displayUI', 0] == 2) then {
|
||||
// dayzDebug = true;
|
||||
//};
|
||||
|
||||
// DayZ Epoch Client only variables
|
||||
if(isNil "DZE_AllowForceSave") then {
|
||||
DZE_AllowForceSave = false;
|
||||
};
|
||||
if(isNil "DZE_AllowCargoCheck") then {
|
||||
DZE_AllowCargoCheck = true;
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user