reallocation

This commit is contained in:
Dexuan Ren 2024-01-12 04:31:18 -05:00
parent 88bad6c9d7
commit f6638730e7
4 changed files with 30 additions and 32 deletions

View File

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

View File

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

View File

@ -0,0 +1,23 @@
# Don't Starve Together
## From their [site](https://www.klei.com/games/dont-starve)
Dont 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