From 780cdae6bdd74451fcaf1088e960c9a2679b60a7 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 26 Dec 2021 00:40:43 -0600 Subject: [PATCH] Add section on defaults --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 26682cb..26bff80 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Must be ran as `root` or a user with access to `sudo su` bash -c "$(curl https://gitlab.orion-technologies.io/game-servers/7-days-to-die/-/raw/Development/install.bash)" ``` +# Defaults +By default all servers start at an offset of 50000 + server id. For instance, if you were to start `Server-1`, +the server id would be 1. As such the port `Server-1` would run on is 50001, `Server-2` would be 50002, and so on. + +By default the base directory for all servers to be installed to is `~/7-Days-To-Die`. + # Usage See the [wiki](https://gitlab.orion-technologies.io/game-servers/7-days-to-die/-/wikis/home) for details.