Jump to content

dedicated server tries to load Master twice, instead of master/caves


Recommended Posts

So, my server launch batch file looks like this.(Update check removed while I'm working through this frustration)

cd /D "c:\steamcmd\steamapps\common\Don't Starve Together Dedicated Server\bin"
start dontstarve_dedicated_server_nullrenderer -console -cluster noobserver Master
start dontstarve_dedicated_server_nullrenderer -console -cluster noobserver Caves

 

When I run it, though. It tries to run the Master twice.

 

I'm very confused why it is doing this.

 

I templated it from another working Dedicated server too.

 

Any insight would be very appreciated!

 

wtfdst.PNG

Link to comment
Share on other sites

You forgot to indicate the shard parameters in the start script lines. It should look like this:

start dontstarve_dedicated_server_nullrenderer -console -cluster noobserver -shard Master
start dontstarve_dedicated_server_nullrenderer -console -cluster noobserver -shard Caves

(It probably just takes "Master" as default, if no -shard option is specified.)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...