TheVampire Posted February 12, 2014 Report Share Posted February 12, 2014 DZMS is a logic and useability rewrite of the DayZChernarus Mission System. DZMS should be considered as an "updated" DayZChernarus Mission System. Why Use DZMS instead of DayZChernarus MS? DZMS has a simple Configuration File, no more digging through code No more junk code! (Anyone who has read add_unit_server will understand) Simple Install! DZMS Requires a single line edit. No more server_cleanup confusion! No more messy mission code! DZMS uses functions for most code. DZMS is rewrote with all maps in mind, not just Chernarus. Hence the Generic Rename. DZMS is completely server sided! No marker files needed in the Mission PBO! No more "Novy Sobor Bug"! Plus, many features have been added! Option to save vehicles to the database! If Vehicle Saving is off, Users are warned when entering vehicles! Randomized Crate Loot! No more static crate loot! Adjustable Body Despawn Time! Optional: AI Ran Over have no gear! More! The Current Version is v1.2 Download Instructions: https://github.com/SMVampire/DZMS-DayZMissionSystem Project Tracking: https://github.com/SMVampire/DZMS-DayZMissionSystem/projects (Note: I have given The Fuchs permission to use DZMS as the base for EMS.) nachtmasse, Incar, Friendly and 19 others 22 Link to comment Share on other sites More sharing options...
Anthraxx Posted February 12, 2014 Report Share Posted February 12, 2014 Using it....Loving it.... :D TheVampire 1 Link to comment Share on other sites More sharing options...
insertcoins Posted February 12, 2014 Report Share Posted February 12, 2014 Using it too, thanks for the help on OpenDayz Vampire! TheVampire 1 Link to comment Share on other sites More sharing options...
nachtmasse Posted February 12, 2014 Report Share Posted February 12, 2014 No more "Novy Sobor Bug"! Yeah!! Nice Work TheVampire. Love it too. :) Link to comment Share on other sites More sharing options...
Richie Posted February 12, 2014 Report Share Posted February 12, 2014 Can i use multiple fixed spawn positions ? I've never been a fan of using BIS_fnc_findSafePos since hosting a Tavaiana server and missions were on mountains. Would something like this work ? _coordsarray = [[x,y,z],[x,y,z],[x,y,z]] _coords = _coordsarray call BIS_fnc_selectRandom; Link to comment Share on other sites More sharing options...
TheVampire Posted February 12, 2014 Author Report Share Posted February 12, 2014 Can i use multiple fixed spawn positions ? I've never been a fan of using BIS_fnc_findSafePos since hosting a Tavaiana server and missions were on mountains. Would something like this work ? _coordsarray = [[x,y,z],[x,y,z],[x,y,z]] _coords = _coordsarray call BIS_fnc_selectRandom; I was actually looking for someone to help with this :P If you can give me a height say a little past where the trees cut off for Taviana, I can make an update that will prevent missions from going above that height. If you look at all the work that has gone into the location finding, and how it works, it would be silly to use static coords when I can easily add a fix to prevent them spawning above a certain height. Ill poke around in the editor in a minute. Link to comment Share on other sites More sharing options...
Richie Posted February 12, 2014 Report Share Posted February 12, 2014 I'll glady do you fixed spawns for every map if you want ? I just prefer having them where i want rather than random. Link to comment Share on other sites More sharing options...
DoS-gaming Posted February 12, 2014 Report Share Posted February 12, 2014 Randomized Crate Loot! No more static crate loot! Just wondering if this means every weapen can spawn? like as50 etc or is it limited? Link to comment Share on other sites More sharing options...
TheVampire Posted February 12, 2014 Author Report Share Posted February 12, 2014 Just wondering if this means every weapen can spawn? like as50 etc or is it limited? It is limited to an array of items that is in the ExtConfig folder called DZMSWeaponCrateList.sqf. Link to comment Share on other sites More sharing options...
TheVampire Posted February 12, 2014 Author Report Share Posted February 12, 2014 I'll glady do you fixed spawns for every map if you want ? I just prefer having them where i want rather than random. Let me try setting a height limit, which you can try out, and if it still doesn't do what you want, i'll do an update to allow static positions. Link to comment Share on other sites More sharing options...
Richie Posted February 12, 2014 Report Share Posted February 12, 2014 Let me try setting a height limit, which you can try out, and if it still doesn't do what you want, i'll do an update to allow static positions. I don't host Taviana anymore, I'm just used to setting my own spawn locations now, no rush either, i'm using WAI at the minute so get other things done that you need to do :) TheVampire 1 Link to comment Share on other sites More sharing options...
DoS-gaming Posted February 12, 2014 Report Share Posted February 12, 2014 Okay i must admit that this is the best mission system there is :p TheVampire 1 Link to comment Share on other sites More sharing options...
TheVampire Posted February 12, 2014 Author Report Share Posted February 12, 2014 On Servers running Taviana, the DZMSFindPos function will now check if the Position above sea level is larger than 185meters. If so, it will force it to keep looking for a position. I don't run Taviana to test, but I don't see why it wouldn't work. Link to comment Share on other sites More sharing options...
NorthyPark Posted February 12, 2014 Report Share Posted February 12, 2014 Dam! so Awesome! works like a charm :) TheVampire 1 Link to comment Share on other sites More sharing options...
xsnipuhx Posted February 13, 2014 Report Share Posted February 13, 2014 Does this work for Sauerland? Link to comment Share on other sites More sharing options...
TheVampire Posted February 13, 2014 Author Report Share Posted February 13, 2014 Does this work for Sauerland? It worked, but I apparantly had missed Sauerland. I just added full support for it. DZMS will work on any map, but if the map is not defined in DZMSFunctions.sqf with a center point, it has really poor mission selection. Link to comment Share on other sites More sharing options...
-shadow- Posted February 14, 2014 Report Share Posted February 14, 2014 Tested it out work great and easy to install. One problem I have found so far is: * You can fly over the mission in a heli (haven't checked with planes but I amuse it wouldn't matter) and complete the mission instantly! So maybe add a check and make sure all the bandits in the mission area are dead first before the mission can be completed? Link to comment Share on other sites More sharing options...
Sukkaed Posted February 14, 2014 Report Share Posted February 14, 2014 Missions tend to spawn only in 2-3 small areas and often right next to each other. Also right next to stary trader and all Ai's roaming inside a safe zone is one big chaos :) . BIS_fnc_findSafePos is probably not the best way to find a place for mission. Link to comment Share on other sites More sharing options...
-shadow- Posted February 14, 2014 Report Share Posted February 14, 2014 Missions tend to spawn only in 2-3 small areas and often right next to each other. Also right next to stary trader and all Ai's roaming inside a safe zone is one big chaos :) . BIS_fnc_findSafePos is probably not the best way to find a place for mission. I'd say that could be fixed with a check to see if the mission is near the markers just like the fix for the height on the maps Link to comment Share on other sites More sharing options...
TheVampire Posted February 14, 2014 Author Report Share Posted February 14, 2014 Tested it out work great and easy to install. One problem I have found so far is: * You can fly over the mission in a heli (haven't checked with planes but I amuse it wouldn't matter) and complete the mission instantly! So maybe add a check and make sure all the bandits in the mission area are dead first before the mission can be completed? I plan to do that in the next update, v1.1. At the moment it just checks if a player is within 30meters. Missions tend to spawn only in 2-3 small areas and often right next to each other. Also right next to stary trader and all Ai's roaming inside a safe zone is one big chaos :) . BIS_fnc_findSafePos is probably not the best way to find a place for mission. I'm staying with findSafePos because using it the missions can work on any map. I'm planning to experiment with a trader blacklist soon although I'm not sure if I will end up supporting it as a feature. In an upcoming update I'll be adding a distance check. I have already experimented with the code but had some issues, so I need to take another shot at it. -shadow- 1 Link to comment Share on other sites More sharing options...
chucky_xxl Posted February 14, 2014 Report Share Posted February 14, 2014 Randomized Crate Loot! :blink: ?? sorry but i have see in the weaponcreatelist.sqf this.. Epoch Supplies. If you have Epoch, these are the supplies in the Construction Crates DZMSConTools = ["ItemToolbox","ItemCrowbar","ItemKnife","ItemEtool","ItemHatchet_DZE","ItemMatchbox_DZE"]; DZMSConSupply = ["CinderBlocks","MortarBucket","ItemTankTrap","ItemPole","PartGeneric","PartPlywoodPack","PartPlankPack","ItemTentOld","ItemTentDomed","ItemTentDomed2","ItemSandbag","ItemWire","workbench_kit","ItemGenerator"]; i have clear over 30 missions but i found nothing cinderblocks or another one of this supplies Link to comment Share on other sites More sharing options...
NorthyPark Posted February 14, 2014 Report Share Posted February 14, 2014 Randomized Crate Loot! :blink: ?? sorry but i have see in the weaponcreatelist.sqf this.. Epoch Supplies. If you have Epoch, these are the supplies in the Construction Crates DZMSConTools = ["ItemToolbox","ItemCrowbar","ItemKnife","ItemEtool","ItemHatchet_DZE","ItemMatchbox_DZE"]; DZMSConSupply = ["CinderBlocks","MortarBucket","ItemTankTrap","ItemPole","PartGeneric","PartPlywoodPack","PartPlankPack","ItemTentOld","ItemTentDomed","ItemTentDomed2","ItemSandbag","ItemWire","workbench_kit","ItemGenerator"]; i have clear over 30 missions but i found nothing cinderblocks or another one of this supplies Well he said: Planned Features! Epoch Specific Missions so they aren't in yet Link to comment Share on other sites More sharing options...
Renegade2k6 Posted February 14, 2014 Report Share Posted February 14, 2014 Anyway of telling the mission system which AI to use? I use WAI for events and a few statics at an AI stronghold, and DAZAI for roaming patrols, but want the mission system to use DAYZAI. Link to comment Share on other sites More sharing options...
Sukkaed Posted February 14, 2014 Report Share Posted February 14, 2014 Randomized Crate Loot! :blink: ?? sorry but i have see in the weaponcreatelist.sqf this.. *snip i have clear over 30 missions but i found nothing cinderblocks or another one of this supplies Look to SM files and change this [_crate,"weapons"] ExecVM DZMSBoxSetup; to this [_crate,"supply"] ExecVM DZMSBoxSetup; or add new boxes and use "supply". Link to comment Share on other sites More sharing options...
Cockney Reeper Posted February 14, 2014 Report Share Posted February 14, 2014 Have found that the vehicles that spawn in missions are not deleting after restart.... 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