Jump to content

How to make a new reign dedicated server ?


Recommended Posts

Thanks alot, it didnt work at first (the server wasnt new reign and was pulling files off classic version) but when I added the -beta anewreignbeta into the first line that was in quick setup guide it worked.

cmd file now looks like this:

c:\steamcmd\steamcmd.exe +login anonymous +app_update 343050 -beta anewreignbeta validate +quit
cd /D "c:\steamcmd\steamapps\common\Don't Starve Together Dedicated Server\bin"
start dontstarve_dedicated_server_nullrenderer -console -cluster MyDediServer -shard Master
start dontstarve_dedicated_server_nullrenderer -console -cluster MyDediServer -shard Caves
#!/bin/sh
./steamcmd.sh +@ShutdownOnFailedCommand 1 +@NoPromptForPassword 1 +login anonymous +force_install_dir /home/steam/steamapps/DSTBeta +app_update 343050 -beta anewreignbeta +quit

Link to comment
Share on other sites

 #!/bin/sh
./steamcmd.sh +@ShutdownOnFailedCommand 1 +@NoPromptForPassword 1 +login anonymous +force_install_dir /home/steam/steamapps/DSTBeta +app_update 343050 -beta anewreignbeta +quit

This part is for linux so if you are using Windows should remove that as it doesn't help you at all.

Link to comment
Share on other sites

On 30.08.2016 at 3:23 PM, cezarica said:

 


 #!/bin/sh
./steamcmd.sh +@ShutdownOnFailedCommand 1 +@NoPromptForPassword 1 +login anonymous +force_install_dir /home/steam/steamapps/DSTBeta +app_update 343050 -beta anewreignbeta +quit

 

This part is for linux so if you are using Windows should remove that as it doesn't help you at all.

@cezarica Didn't know that, thank you for the information.

Link to comment
Share on other sites

On 9/12/2016 at 1:46 AM, cezarica said:

@MrFurphie copy/paste the content of your .bat file that you are using to start the servers.

alrighty here ya go @cezarica,

c:\steamcmd\steamcmd.exe +login anonymous "+app_update 343050 -beta anewreign" -validate +quit
cd /D "C:\Users\Bob\Desktop\steamcmd\steamapps\common\Don't Starve Together Dedicated Server\bin"
start dontstarve_dedicated_server_nullrenderer -console -cluster MyDediServer -shard Master -backup_logs
start dontstarve_dedicated_server_nullrenderer -console -cluster MyDediServer -shard Caves -backup_logs

 

Note that with or without quotations it still does not work.

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...