http://opendayz.net/threads/beta-dzms-dayz-mission-system.18421/
(Let their bodies hit the floor)
Requirements:
Notepad++ http://notepad-plus-plus.org/ Notepad++ sqf addon http://www.armaholic.com/page.php?id=8680 PBO Manager http://www.armaholic.com/page.php?id=16369 Epoch 1.0.4+ Server
Difficulty :
Some knowledge of Epoch Server & Mission file locations
How to use PBO manager to unpack and pack PBO files
Easy : ~ 5 minutes
-
Download the Github Zip folder and open it with your unPacker of choice.
-
Extract it to your Desktop or somewhere where you won't lose it. Inside the Zip is this Readme.MD, a folder called Documentation, and one called DZMS.
-
Open your Server.PBO with the PBO unPacker of your choice.
-
Put the "DZMS" folder into your Server.pbo.
-
Open up your server_monitor.SQF in the system folder in your server.PBO.
Search for this line
allowConnection = true;
And insert this line directly above it.
[] ExecVM "\z\addons\dayz_server\EMS\DZMSInit.sqf";
If you have DZAI or WickedAI Installed, the DZMS line should go under theirs.
-
(Optional) Change the settings in DZMSConfig.SQF.
-
(Optionally Optional) Adjust the files in the ExtConfig folder.
-
Now just rePack your PBO and enjoy!