Jump to content

iteration

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About iteration

  • Rank
    On the Coast
  1. It is fairly obvious that it isn't reading the configs, I'm just after some way to find out what it is actually loading. (Which would be easy to find if it just did an echo of the command to the console)
  2. 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)
  3. This would be much tidier than just running a batch file. I gave it a try and found that it didn't seem to be loading the server config properly. I am running a private hive, but changed the parameters to match and it still didn't seem to work. Is there any option to make it echo the file that it is launching, etc, so I can try to find out why it isn't loading my config. My config file is as follows: arguments=-port=2302 -config=bliss\config.cfg -cfg=bliss\basic.cfg -profiles=Bliss -name=Bliss -mod=@DayZ;@Bliss; -cpuCount=2 interval=120000 startBEC=true It basically looks like it is simply running a blank config file, rather than reading the config and cfg from bliss\
×