[Help] Epoch 1.0.2.5 - DayZChernarus Mission System

buggynator

New Member
Hello everyone!

Few days ago i installed my own DayZ Epoch server. I tried to install additional missions but without success.

I downloaded missions from here: http://opendayz.net/threads/release-dayzchernarus-mission-system.12169/

I got stuck on step 2 where it says to open server_functions.sqf file and insert a line of code after
fn_bases = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\fn_bases.sqf";

The problem is that i can't find this line.

Can someone help me installing this to epoch?

Thanks.
 
Check your other modifications with that addon. The spot where that goes isn't very important and will work fine if everything else is in order.
 
You need to add the debug folder to your mission.pbo
and add this to your init.sqf at the bottom
Code:
// Mission Markers
[] execVM "Debug\addmarkers.sqf";
[] execVM "Debug\addmarkers75.sqf";

You will get a little rpt error from it but your markers will work fine.
 
Back
Top