mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
1.0.6.1 hotfix A
update changelog add mission check add fixes for group icons and nutrition to mission files
This commit is contained in:
@@ -79,12 +79,16 @@ onPreloadStarted "diag_log [diag_tickTime,'onPreloadStarted']; dayz_preloadFinis
|
||||
onPreloadFinished "diag_log [diag_tickTime,'onPreloadFinished']; dayz_preloadFinished = true;";
|
||||
with uiNameSpace do {RscDMSLoad=nil;}; // autologon at next logon
|
||||
|
||||
_verCheck = (getText (configFile >> "CfgMods" >> "DayZ" >> "version") == "DayZ Epoch 1.0.6.1");
|
||||
if (!isDedicated) then {
|
||||
enableSaving [false, false];
|
||||
startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||
enableSaving [false, false]; startLoadingScreen ["","RscDisplayLoadCustom"];
|
||||
progressLoadingScreen 0;
|
||||
dayz_loadScreenMsg = localize 'str_login_missionFile';
|
||||
progress_monitor = [] execVM "\z\addons\dayz_code\system\progress_monitor.sqf";
|
||||
if (_verCheck) then {
|
||||
progress_monitor = [] execVM "DZE_Hotfix_1.0.6.1A\system\progress_monitor.sqf";
|
||||
} else {
|
||||
progress_monitor = [] execVM "\z\addons\dayz_code\system\progress_monitor.sqf";
|
||||
};
|
||||
0 cutText ['','BLACK',0];
|
||||
0 fadeSound 0;
|
||||
0 fadeMusic 0;
|
||||
@@ -98,6 +102,9 @@ progressLoadingScreen 0.1;
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\setup_functions_med.sqf";
|
||||
progressLoadingScreen 0.15;
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf";
|
||||
if (_verCheck) then {
|
||||
#include "DZE_Hotfix_1.0.6.1A\init\compiles.sqf"
|
||||
};
|
||||
progressLoadingScreen 0.25;
|
||||
call compile preprocessFileLineNumbers "server_traders.sqf";
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\system\mission\napf.sqf"; //Add trader city objects locally on every machine early
|
||||
|
||||
Reference in New Issue
Block a user