SmartAlec64 Posted April 26, 2015 Report Share Posted April 26, 2015 Hello, I installed DZMS on my server and it was working fine missions where popping up no problem. Next i installed WAI and that worked fine but i noticed that the DZMS missions were no longer popping up. I also installed DZAI 3rd and the roaming AI are working. In the install directions for DZMS it told me to put this [] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf"; in my server_monitor.sqf at the bottom of the WAI and DZAI lines like this [] call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf"; [] ExecVM "\z\addons\dayz_server\WAI\init.sqf"; [] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf"; allowConnection = true; anyone have any idea why DZMS would stop working after WAI was installed? Are they not compatible Thanks Alec [note:] sorry if this is the wrong place for this. Link to comment Share on other sites More sharing options...
Tang0 Posted April 26, 2015 Report Share Posted April 26, 2015 Heres mine [] call compile preprocessFileLineNumbers "\z\addons\dayz_server\DZAI\init\dzai_initserver.sqf"; [] ExecVM "\z\addons\dayz_server\WAI\init.sqf"; [] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf"; allowConnection = true; check your rpt log to see if dzms is loading ok Link to comment Share on other sites More sharing options...
SmartAlec64 Posted April 26, 2015 Author Report Share Posted April 26, 2015 Just looked and seen all the DZAI and WAI missons in the logs, but no DZMS. Should i remove the DZMS from my server and reinstall? Link to comment Share on other sites More sharing options...
Tang0 Posted April 27, 2015 Report Share Posted April 27, 2015 try it and see, maybe you changed the name of a folder by mistake Link to comment Share on other sites More sharing options...
Brian Soanes Posted April 27, 2015 Report Share Posted April 27, 2015 Just looked and seen all the DZAI and WAI missons in the logs, but no DZMS. Should i remove the DZMS from my server and reinstall? Are you running infiSTAR antihack? Link to comment Share on other sites More sharing options...
SmartAlec64 Posted April 28, 2015 Author Report Share Posted April 28, 2015 Yes im running infistar. but if it was that wouldnt it not work at all? It was working fine before i put WAI in. Link to comment Share on other sites More sharing options...
TimC Posted May 5, 2015 Report Share Posted May 5, 2015 My DZMS Missions will not clear, running Arma2 Dayz Overpoch. The missions spawn but after Ai are dead, the mission stays up and ammo crates never fill. Any Ideas would be helpful? Link to comment Share on other sites More sharing options...
Willids Posted June 14, 2015 Report Share Posted June 14, 2015 I was told this fix for problems with missions if running infiSTAR antihack change have you changed the settings in the new infistar up date i had the same probs change true to false for the following /* EXPERIMENTAL CU FIX */ _CUF = false; /* true or false */ /* *experimental* - will transfer serverside units (including mission AI) to clientside */ & ,titleText & cutText */ _TCT = false; /* true or false */ /* block titleText & cutText - some A.I. Missions and other mass message scripts needs this set to false */ Make sure they look like below and this worked for me. */ _CUF = false; */ _TCT = false; Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now