Remove 1.0.6.1A Hotfix from Missions

This commit is contained in:
icomrade
2017-09-08 11:07:57 -04:00
parent 82db7d8109
commit 0a54dd02a2
138 changed files with 23 additions and 6371 deletions

View File

@@ -78,16 +78,11 @@ 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"];
progressLoadingScreen 0;
dayz_loadScreenMsg = localize 'str_login_missionFile';
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";
};
progress_monitor = [] execVM "\z\addons\dayz_code\system\progress_monitor.sqf";
0 cutText ['','BLACK',0];
0 fadeSound 0;
0 fadeMusic 0;
@@ -101,9 +96,6 @@ 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\chernarus11.sqf"; //Add trader city objects locally on every machine early