https://github.com/rogaldh/dont-starve-together-server
https://github.com/rogaldh/dont-starve-together-server
dedicated-server docker dontstarvetogether server
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rogaldh/dont-starve-together-server
- Owner: rogaldh
- Created: 2019-05-19T20:41:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T15:20:23.000Z (about 1 year ago)
- Last Synced: 2025-01-20T20:15:49.774Z (9 months ago)
- Topics: dedicated-server, docker, dontstarvetogether, server
- Language: Lua
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Configure
Copy config which could be generated as described [here](https://accounts.klei.com/account/game/servers?game=DontStarveTogether) to the `conf.d` directory.
`_conf.d` directory contains configuration sample.
`_server.d` directory contains mods configuration sample.
```sh
scp DSTConfig <%user%>@<%server%>:/home/<%user%>/dont-starve-together-server/conf.d
cp -r _server.d server.d
```### Build Image
```sh
VERSION=<%build_version%> make build
```### Launch
```sh
VERSION=<%build_version%> VOL_VERSION=<%volume_version%> make server
```### Backup
```
export VOL_VERSION=
docker run -i --volume dst_server${VOL_VERSION}:/root/.klei --mount type=bind,source=/root/backup,target=/root/backup -t debian:stretch-slim /bin/bash
```### Server Mods
- [Ocean Currents](https://steamcommunity.com/sharedfiles/filedetails/?id=2485482489)
- [Show Me](https://steamcommunity.com/sharedfiles/filedetails/?id=666155465)
- [Simple Health Bar DST](https://steamcommunity.com/sharedfiles/filedetails/?id=1207269058)
- [Global Positions](https://steamcommunity.com/sharedfiles/filedetails/?id=378160973)#### Fordge event
- [ReForged](https://steamcommunity.com/sharedfiles/filedetails/?id=1938752683)
- [Re-Gorge-itated](https://steamcommunity.com/sharedfiles/filedetails/?id=1918927570)### Client mods
- [ActionQueue Reborn](https://steamcommunity.com/workshop/filedetails/?id=1608191708)
- [Geometric Placement](https://steamcommunity.com/sharedfiles/filedetails/?id=351325790)
- [Combined Status](https://steamcommunity.com/sharedfiles/filedetails/?id=376333686)
- [Waypoint](https://steamcommunity.com/sharedfiles/filedetails/?id=714735102)
- [Minimap HUD](https://steamcommunity.com/sharedfiles/filedetails/?id=345692228)
- [Craft Pot [DS, ROG, SW, DST]](https://steamcommunity.com/sharedfiles/filedetails/?id=727774324)
- [Item Info](https://steamcommunity.com/sharedfiles/filedetails/?id=836583293)
- [?Map controls Removal](https://steamcommunity.com/sharedfiles/filedetails/?id=537685330)
- [?Snapping tills](https://steamcommunity.com/sharedfiles/filedetails/?id=2302837868)## Links
- https://github.com/CM2Walki/steamcmd
- https://developer.valvesoftware.com/wiki/SteamCMD
- https://developer.valvesoftware.com/wiki/Dedicated_Servers_List
- https://forums.kleientertainment.com/forums/topic/64552-dedicated-server-settings-guide/
- https://forums.kleientertainment.com/forums/topic/64441-dedicated-server-quick-setup-guide-linux/