Dayz missions script for EPOCH 1.0.4.2

beama2005

New Member
hi guys, i know its been covered many times here but i cannot find a full guide to install this on a dayz epoch server.
http://opendayz.net/threads/release-dayzchernarus-mission-system.12169/

I've been looking for days and cannot find how to do it.
first in my dayz_server.pbo i already have a missions folder. do i replace it or add the files to my existing folder?

i also cannot find this in my server_functions.sqf

fn_bases = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\fn_bases.sqf";

to add to that i cannot find this in my server_updateObject.sqf

#ifdef OBJECT_DEBUG
diag_log(format["Non-string Object: ID %1 UID %2", _objectID, _uid]);
#endif
//force fail
_objectID = "0";
_uid = "0";
};

or this in my server_cleanup.fsm

if(vehicle _x != _x && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n

i have found parts of different threads and tried the ways suggested but I'm really getting confused and was wondering if there was someone who has installed it on a epoch server to help me and others with the same problems and add it all in the same place. if i can get it working i will compile a tutorial of how to do it and add it to the server.

p.s i have added other scripts to my server and they work perfectly fine so I'm not a noob! lol

thanks in advance


 
A more updated version of the mission system is DZMS its almost the same just alot less buggy and more improved... and its also faster to install soo

http://opendayz.net/threads/release-dzms-dayz-mission-system.18470/

Try to install this one.. its alot better anyway but if u still have problems lemme know

hi man i just tried that mission. added dzms folder to pbo file and edited sqf file as stated in tutorial. i kept getting requesting character etc.. any ideas why?
 
Hmm i dont know what it could be.... it shouldent even affect anything to do with that kinda stuff :/
 
Back
Top