eggs/game_eggs/steamcmd_servers/dont_starve/modded/README.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

2024-01-12 17:31:11 +08:00
# Don't Starve Together
## Reason for a Separate Egg
Vanilla egg works fine when no mod added, while some mods are added to the server, "coproc" command will not start the server correctly. Thus this egg uses Supervisord to properly manage the process.
## Warning for Stopping Servers
Due to a design limitation of the game, it cannot exit gracefully using standard Linux signals.
For a graceful shutdown, please follow these steps:
1. Use the 'fg caves' and 'fg master' commands to access each shard's process within supervisorctl.
2. Manually type 'c_shutdown()' in each process to initiate a graceful shutdown.
2024-01-12 17:34:33 +08:00
After completing the manual shutdown, you can safely click the 'stop' button or type 'exit' in supervisorctl.
2024-01-12 17:38:45 +08:00
**Note: If you don't do so, the last unsaved day in game will be lost.**
## 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