aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLegonzaur <34353603+Legonzaur@users.noreply.github.com>2022-01-08 17:14:20 +0100
committerGitHub <noreply@github.com>2022-01-08 17:14:20 +0100
commit722c4b8509f041e270eb3cc3832236fe665c0cf6 (patch)
treea1d22b11c47d1a6e342ee6bf6d0e2cbbb45bfdaf /docs
parentde00ca53160b12c0acb9d6748c1b35c46bc94cf8 (diff)
downloadNorthstarWiki-722c4b8509f041e270eb3cc3832236fe665c0cf6.tar.gz
NorthstarWiki-722c4b8509f041e270eb3cc3832236fe665c0cf6.zip
Added arguments and categories to Dedicated server
Diffstat (limited to 'docs')
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/README.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/README.md b/docs/hosting-a-server-with-northstar/dedicated-server/README.md
index a9e2727..bbdbe47 100644
--- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md
+++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md
@@ -23,6 +23,20 @@ Regarding RAM usage, dedicated servers also use significant amounts of RAM at th
## <a name="Startup_args">Startup Arguments</a>
Startup arguments can be added in the `ns_startup_args_dedi.txt` file.
-| Value | Description | Values |
-|-----------------|--------------------------------------|------------------------------|
-| `+setplaylist` | Currently needed to make servers work|`private_match` |
+| Arguments | Accepted Values | Description |
+|---------------------------------------------------------------|---------------------------------------------|----------------------------------------------------|
+| `+setplaylist` | `private_match` | Currently needed to make servers work |
+| `port` | int beteween `1-65535` | Determines which UDP port the server will listen to|
+|<a name="Startup_args-plstovrd">`+setplaylistvaroverrides`</a> | see [PlaylistOverrides](#PlaylistOverrides) | Edits the behaviour of the server |
+
+| Flags | Description |
+|------------------------|---------------------------------------------|
+| `-maxplayersplaylist` | Allows convars to override max player count |
+
+### <a name="PlaylistOverrides">PlaylistOverrides</a>
+PlaylistOverrides determines the behaviour of the server. PlaylistOverrides can be added using the `+setplaylistvaroverrides` argument in the `ns_startup_args_dedi.txt` file.
+
+| PlaylistOverrides | Accepted Values | Description |
+|------------------------|-----------------|----------------------------------------------------|
+| `+setplaylist` | `private_match` | Currently needed to make servers work |
+| `port` | `1-65535` | Determines which UDP port the server will listen to|