Has anyone got this running successfully with DayZ bliss? (ie: private hive) It seems to me that whenever I launch the server using this tool, the server never getst o the step of "Mission DayZ Chernarus Read from Bank" and thus never assigns roles, etc. My DayZ config is as follows: #Locations beroot="C:\Steam\steamapps\common\arma 2 operation arrowhead\bliss\BattlEye" dayz="C:\Steam\steamapps\common\arma 2 operation arrowhead" pidfile=C:\sigmatools\pid install=C:\sigmatools console="C:\Steam\steamapps\common\arma 2 operation arrowhead\bliss" # Dayz Configurations #mod can be set with @hive, @Sanctuary, @Sanctuary_Lingor, @Bliss mod=@Bliss name=-name=Bliss config=-config=Bliss\server.cfg cfg=-cfg=Bliss\basic.cfg profile=-profiles=Bliss ipserv= port=-port=2302 world=-world=Chernarus cpu=-cpuCount=2 threads=-exThreads=1 #What ever is set here, Must be set at pidfile pid=-pid=C:\sigmatools\pid\pid.txt nocb=-noCB #maxmem=-maxMem nosound=-noSound Note: I had to leave IPServe blank to aboid the "failed to create server" error mentioned above. I also find the server runs better without a maxmem command. Looking at the logs, the difference is how they are launched can be seen here: Working: ===================================================================== == C:\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oaserver.exe == "C:\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oaserver.exe" -port=2302 "-config=Bliss\config.cfg" "-cfg=Bliss\basic.cfg" "-profiles=Bliss" -name=Bliss "-mod=@DayZ;@Bliss;" -cpuCount=2 ===================================================================== Exe timestamp: 2012/09/10 12:01:47 Current time: 2012/09/11 12:13:02 Broken: ===================================================================== == C:\Steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oaserver.exe == Expansion\beta\arma2oaserver.exe -beta=Expansion\beta;Expansion\beta\Expansion -mod=Expansion\beta;Expansion\beta\expansion;ca;@dayz;@Bliss -port=2302 -name=Bliss -config=Bliss\server.cfg -cfg=Bliss\basic.cfg -profiles=Bliss -cpuCount=2 -exThreads=1 -pid=C:\sigmatools\pid\pid.txt -noCB -noSound ===================================================================== Exe timestamp: 2012/09/10 12:01:47 Current time: 2012/09/11 12:06:15 Basically, if we can get rid of the bata and ca related parameters, I am guessing it will run fine. (ie: allowing both -beta and -mod to be forced in the config file, rather than appending extra stuff on to them)