DayZ Epoch Mission Master Help!!

finley

New Member
Can you please help me, when i open my server.pbo and add the mission file into the server.pbo, there is a mission file allready in there, it says do you want to merge with the one that's already in there, what do i do?
And when I open my server_functions and search for
fn_bases = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\fn_bases.sqf";
nothing comes up

Please help thanks
 
Download a copy of your dayz_server.pbo
Extract your dayz_server.pbo
make a folder called addons and put all your files in it.
Open your server_functions.sqf file, (Located in your init folder)
Find
call compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\fa_hiveMaintenance.sqf";?
Add after
//addons
[] execVM "\z\addons\dayz_server\addons\yourfilename.sqf";
[] execVM "\z\addons\dayz_server\addons\yourfilename.sqf";
[] execVM "\z\addons\dayz_server\addons\yourfilename.sqf";
[] execVM "\z\addons\dayz_server\addons\yourfilename.sqf";?
Pack your dayz_server.pbo back up.
Upload files and restart server.
 
Back
Top