Donnovan Posted November 16, 2014 Report Share Posted November 16, 2014 This is the changed DZMS to have n Major Missions and m Minor Missions: 1) To configure the number of Major and Minor Missions, open the file DZMSConfig.sqf. 2) Inside it change the value of the variables:DONN_DZMS_Maj_n = 3; DONN_DZMS_Min_n = 3; Where the first is the number of Major Missions and the second is the number of Minor Missions. 3) When using static positions, make sure the number of positions is equal or greater than the total number of missions (Major Missions + Minor Missions). 4) Other changes: Bots only spawn when players get at a minimum distance of 700 meters from the mission. Download link: https://www.dropbox.com/s/ty6o1swda11gmnb/Multi%20Mission%20DZMS.7z?dl=0 Link to comment Share on other sites More sharing options...
Donnovan Posted November 17, 2014 Author Report Share Posted November 17, 2014 Bump!Not usefull to anyone? Link to comment Share on other sites More sharing options...
Phobix Posted November 17, 2014 Report Share Posted November 17, 2014 hmm, nice! I will take a look today Link to comment Share on other sites More sharing options...
Ree Posted November 19, 2014 Report Share Posted November 19, 2014 File is no longer there. Link to comment Share on other sites More sharing options...
Donnovan Posted November 19, 2014 Author Report Share Posted November 19, 2014 Link fixed.If anyone know a good file host please tell me. Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted November 19, 2014 Report Share Posted November 19, 2014 Link fixed. If anyone know a good file host please tell me. Dropbox? Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted November 19, 2014 Report Share Posted November 19, 2014 Just a suggestion. Take the time to make a proper tutorial that outlines the changes, rather than give people a zipped modded version of DZMS. Many of us have highly customized our DZMS and can't just replace it. It would encourage more people to use what you post. Link to comment Share on other sites More sharing options...
Donnovan Posted November 20, 2014 Author Report Share Posted November 20, 2014 Those customizations are done in the DZMS config and extended config files and in the missions?A small change is needed on the mission sqf files, i will describe then. Link to comment Share on other sites More sharing options...
Donnovan Posted November 30, 2014 Author Report Share Posted November 30, 2014 Link updated to my Drop Box. If you have a custom mission and want it coverted, tell me, i will convert it and use it as an example. Link to comment Share on other sites More sharing options...
Proximus Posted November 30, 2014 Report Share Posted November 30, 2014 I compared your files to mine and adjusted where needed. Getting this error now: 22:07:53 [DZMS]: Running Minor Mission SM5. 22:07:53 Error in expression <)) then { _findRun = false; if (_majMin == "Maj") then { DZMS_MajBlack set [_cod> 22:07:53 Error position: <== "Maj") then { DZMS_MajBlack set [_cod> 22:07:53 Error Generic error in expression 22:07:53 File z\addons\dayz_server\DZMS\DZMSFunctions.sqf, line 111 If i go that that file it show me this code: if (_majMin == "Maj") then { DZMS_MajBlack set [_code-1, [_pos,400]]; <------------------------------------------------------------- This is line 111 DZMSBlacklistZones = DZMSBlacklistZonesOriginal+DZMS_MajBlack+DZMS_MinBlack; }; if (_majMin == "Min") then { DZMS_MinBlack set [_code-1, [_pos,400]]; DZMSBlacklistZones = DZMSBlacklistZonesOriginal+DZMS_MajBlack+DZMS_MinBlack; }; Putting my old back in now. Would love to have a better description on which files you adjusted so i can do mine. I simply cannot overwrite my whole DZMS folder. Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted December 1, 2014 Report Share Posted December 1, 2014 So then no chance of a step by step tutorial that shows the changes needed to do this without replacing the whole mission system? Link to comment Share on other sites More sharing options...
Donnovan Posted December 2, 2014 Author Report Share Posted December 2, 2014 Proximus,Have you take a look in the FindSafePos call? There is a change in the number of arguments. The new argument is "Maj" if you mission is Major or "Min" if your mission is Minor. Link to comment Share on other sites More sharing options...
Proximus Posted December 2, 2014 Report Share Posted December 2, 2014 I compared every file from your DZMS folder with mine. Replaced my ones with your if i dind't do any changes to them Added your code to files i did edit with the compare function in Notepad++ Link to comment Share on other sites More sharing options...
Donnovan Posted December 2, 2014 Author Report Share Posted December 2, 2014 You say you compared "every files"? Do you mean the mission files or the entire DZMS? Link to comment Share on other sites More sharing options...
Proximus Posted December 2, 2014 Report Share Posted December 2, 2014 Entire DZMS files. Every .sqf file in every folder :D Maybe it's better if you make a step by step guide for ppl as i would love to use this ^_^ Link to comment Share on other sites More sharing options...
Donnovan Posted December 4, 2014 Author Report Share Posted December 4, 2014 The maximum you need to change, in most cases, are custom mission you have.The installation process is the same from the original DZMS.Do you use any custom mission? If yes, and the changes you did are just a few, you can re-do it on this MajN-MinM-DZMS. If you have a completely new mission, like SM7.sqf or SM10.sqf or SM_MYMISS.sqf, then you need to change this file... but not the entire DZMS. Link to comment Share on other sites More sharing options...
Proximus Posted December 4, 2014 Report Share Posted December 4, 2014 Will give it another try. I only adjusted weapons, ai coins etc. Will let you know if it worked out! Donnovan 1 Link to comment Share on other sites More sharing options...
Ree Posted December 9, 2014 Report Share Posted December 9, 2014 Hey Donnovan, i like how you have it setup to spawn more mission my players love the idea for more to do but we are using EMS and that is Based off DZMS it has 13 mission files each and does more for us but we like more to spawn any steps that can be done. http://www.filedropper.com/ems our ems folder to give u a idea what he has any info on how we can convert ours to spawn more mission would be great Thanks Re Link to comment Share on other sites More sharing options...
Proximus Posted December 9, 2014 Report Share Posted December 9, 2014 Works Donnovan! Only thing i am going to adjust is the Armed SUV's. All of a sudden they drive around near missions with loaded guns :P Link to comment Share on other sites More sharing options...
Donnovan Posted December 9, 2014 Author Report Share Posted December 9, 2014 Nice! Can i know how many Major and Minor missions is you using?I run a Chernarus server with 3 Major and 3 Minor, but we will move down to 2 Major and 3 Minor. Link to comment Share on other sites More sharing options...
Proximus Posted December 9, 2014 Report Share Posted December 9, 2014 I use your default settings, so 3 major and 3 minor. Do you have any solution for the Armed SUV's? Link to comment Share on other sites More sharing options...
IvertizPL Posted March 24, 2015 Report Share Posted March 24, 2015 17:35:23 Error in expression <waitUntil {DZMSUnitsMinor2Near};> 17:35:23 Error position: <DZMSUnitsMinor2Near};> 17:35:23 Error Undefined variable in expression: dzmsunitsminor2near Small problem, missions won't spawn AI ;) Random missions and big spam with this three lines :) Link to comment Share on other sites More sharing options...
ElDubya Posted March 31, 2015 Report Share Posted March 31, 2015 Works fine for me? Cheers Donnovan, I grabbed this rebuild of yours and added the _hint sections to it so all missions start and end with the picture up the top right. Where do I change the minimum distance before the AI spawn in? Link to comment Share on other sites More sharing options...
Donnovan Posted March 31, 2015 Author Report Share Posted March 31, 2015 ElDubya, In DZMSInit.sqf, search for this line: if (_x distance _coords < 700) then { You will find it two times, one time for the Major missions and another for the Minor missions. The distance to spawn bots in this case is 700 meters, you can change 700 to wathever you want. ElDubya 1 Link to comment Share on other sites More sharing options...
BetterDeadThanZed Posted April 1, 2015 Report Share Posted April 1, 2015 Those customizations are done in the DZMS config and extended config files and in the missions? A small change is needed on the mission sqf files, i will describe then. Don't think you ever described the changes... Link to comment Share on other sites More sharing options...