A Logic and Usability Rewrite of the DayZChernarus Mission System.
Current Version is v1.2
If you are interested in helping, please contact me on EpochMod.com.
-
Download the Github Zip folder and open it with your unPacker of choice.
https://github.com/SMVampire/DZMS-DayZMissionSystem/archive/master.zip
-
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\DZMS\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!
- Vampire - Developer - https://epochmod.com/forum/profile/11819-thevampire/
- ebayShopper - Developer - https://epochmod.com/forum/profile/4400-ebayshopper/
- Halvhjearne - For Debugging and Code Modifications.
- OpenDayz.net - For the knowledge I have today about Arma Coding.
- TAW_Tonic - Original Mission Creator. - http://www.altisliferpg.com/
- TheSzerdi - Original DayZ Mission Developer. - http://opendayz.net/members/theszerdi.3761/
- Lazyink - Modified the DayZ Mission system to work on Chernarus. - http://opendayz.net/members/lazyink.3595/
All the code and information provided here is provided under a Commons License.