eggs/game_eggs/steamcmd_servers/7_days_to_die/README.md

30 lines
1.0 KiB
Markdown
Raw Normal View History

2018-07-31 05:18:16 +08:00
# 7 Days to Die
Steam Description
2018-07-31 05:18:16 +08:00
Set in a brutally unforgiving post-apocalyptic world overrun by the undead, 7 Days to Die is an open-world game that is a unique combination of first person shooter, survival horror, tower defense, and role-playing games. It presents combat, crafting, looting, mining, exploration, and character growth, in a way that has seen a rapturous response from fans worldwide. Play the definitive zombie survival sandbox RPG that came first. Navezgane awaits!
## Server Ports
2018-07-31 05:18:16 +08:00
7 Days to Die requires up to 6 ports
2018-08-16 21:41:48 +08:00
| Port | default |
|---------|---------------|
| Game | 26900 - 26902 |
| RCON | 8080 - 8081 |
| webmap | 8082 |
## Sample ignore file for backups
By default the backup includes a lot of files that can be reacquired by pulling the image. Using the following file limits backups to the files that are unique to your server: your config files, logs, saves and generated worlds.
```
# Ignore all
*
# Except server config file
!serverconfig.xml
# Except server data dir
!.local/
# Except logs
!logs/
```