Jump to content

2 Instances of DZMS


bbrsteve

Recommended Posts

Hi all. Has anyone managed to get 2 instances of DZMS running together?

 

I duplicated the main DZMS folder with the bandit missions and reconfigured it for hero missions (Changed the humanity, skins and all references to file locations to my new folder.

 

In Server_monitor.sqf I added a second Exec command for the new folders DZMSinit.sqf above allowconnection = true.

 

    [] ExecVM "\z\addons\dayz_server\DZMShero\DZMSInit.sqf";
    [] ExecVM "\z\addons\dayz_server\DZMS\DZMSInit.sqf";
    allowConnection = true;

 

However it only ever spawns the missions that I have called immediately above the allowconnection variable. If i have bandit mission's directly above it will spawn those, and if I have my custom hero missions called directly above only they're called. It never calls them as separate missions systems.

 

Anyway I hope I wasn't too vague.

 

Steven.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...