I am having some trouble installing on vilayer as the thread (located ) says on line 6 of server_monitor.sqf there should be this
_script = getText(missionConfigFile >> "onPauseScript");
but all i have is this
veVersionNo = getNumber(configFile >> "CfgMods" >> "DayZ" >> "hiveVersion");
_hiveLoaded = false;
waitUntil{initialized}; //means all the functions are now defined
diag_log "HIVE: Starting";

