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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...