diff --git a/game_eggs/steamcmd_servers/dont_starve/README.md b/game_eggs/steamcmd_servers/dont_starve/README.md index b77f6950..ccc3b72b 100644 --- a/game_eggs/steamcmd_servers/dont_starve/README.md +++ b/game_eggs/steamcmd_servers/dont_starve/README.md @@ -8,11 +8,15 @@ You play as Wilson, an intrepid Gentleman Scientist who has been trapped by a de Enter a strange and unexplored world full of strange creatures, dangers, and surprises. Gather resources to craft items and structures that match your survival style. Play your way as you unravel the mysteries of this strange land. -## Minimum RAM warning +## [Vanilla Server](/game_eggs/steamcmd_servers/dont_starve/vanilla) + +## [Modded Server](/game_eggs/steamcmd_servers/dont_starve/modded) + +### Minimum RAM warning Minimum required memory to run the server is around 512mb for a single user.. -## Server Ports +### Server Ports Don't Starve Together only requires a single port to run. All network communications are proxied through the master. The default is 10999 @@ -20,4 +24,4 @@ Don't Starve Together only requires a single port to run. All network communicat |---------|---------| | Game | 10999 | -### Mods/Plugins may require ports to be added to the server +#### Mods/Plugins may require ports to be added to the server diff --git a/game_eggs/steamcmd_servers/dont_starve/supervisord.conf b/game_eggs/steamcmd_servers/dont_starve/supervisord.conf deleted file mode 100644 index 5b1059e6..00000000 --- a/game_eggs/steamcmd_servers/dont_starve/supervisord.conf +++ /dev/null @@ -1,29 +0,0 @@ -[supervisord] -nodaemon=true -logfile=./Supervisord/supervisord.log -pidfile=./Supervisord/supervisord.pid - -[supervisorctl] - -[inet_http_server] -port = 127.0.0.1:9001 - -[rpcinterface:supervisor] -supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface - -[program:caves] -command=/bin/sh -c './dontstarve_dedicated_server_nullrenderer_x64 -bind_ip 0.0.0.0 -port 11000 -persistent_storage_root /home/container/DoNotStarveTogether -conf_dir config -cluster server -players ${MAX_PLAYERS} -shard Caves' -autostart=true -autorestart=false -redirect_stderr=true -stdout_logfile=/home/container/DoNotStarveTogether/config/server/Caves/server_log.txt -directory=/home/container/bin64 -stopwaitsecs=60 - -[program:master] -command=/bin/sh -c './dontstarve_dedicated_server_nullrenderer_x64 -bind_ip 0.0.0.0 -port ${SERVER_PORT} -persistent_storage_root /home/container/DoNotStarveTogether -conf_dir config -cluster server -players ${MAX_PLAYERS} -shard Master' -autostart=true -autorestart=false -redirect_stderr=true -stdout_logfile=/home/container/DoNotStarveTogether/config/server/Master/server_log.txt -directory=/home/container/bin64 diff --git a/game_eggs/steamcmd_servers/dont_starve/vanilla/README.md b/game_eggs/steamcmd_servers/dont_starve/vanilla/README.md new file mode 100644 index 00000000..b77f6950 --- /dev/null +++ b/game_eggs/steamcmd_servers/dont_starve/vanilla/README.md @@ -0,0 +1,23 @@ +# Don't Starve Together + +## From their [site](https://www.klei.com/games/dont-starve) + +Don’t Starve is an uncompromising wilderness survival game full of science and magic. + +You play as Wilson, an intrepid Gentleman Scientist who has been trapped by a demon and transported to a mysterious wilderness world. Wilson must learn to exploit his environment and its inhabitants if he ever hopes to escape and find his way back home. + +Enter a strange and unexplored world full of strange creatures, dangers, and surprises. Gather resources to craft items and structures that match your survival style. Play your way as you unravel the mysteries of this strange land. + +## Minimum RAM warning + +Minimum required memory to run the server is around 512mb for a single user.. + +## Server Ports + +Don't Starve Together only requires a single port to run. All network communications are proxied through the master. The default is 10999 + +| Port | default | +|---------|---------| +| Game | 10999 | + +### Mods/Plugins may require ports to be added to the server diff --git a/game_eggs/steamcmd_servers/dont_starve/egg-don-t-starve-together.json b/game_eggs/steamcmd_servers/dont_starve/vanilla/egg-don-t-starve-together.json similarity index 100% rename from game_eggs/steamcmd_servers/dont_starve/egg-don-t-starve-together.json rename to game_eggs/steamcmd_servers/dont_starve/vanilla/egg-don-t-starve-together.json