From 722c4b8509f041e270eb3cc3832236fe665c0cf6 Mon Sep 17 00:00:00 2001
From: Legonzaur <34353603+Legonzaur@users.noreply.github.com>
Date: Sat, 8 Jan 2022 17:14:20 +0100
Subject: Added arguments and categories to Dedicated server
---
.../dedicated-server/README.md | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
(limited to 'docs')
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
## Startup Arguments
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|
+|`+setplaylistvaroverrides` | see [PlaylistOverrides](#PlaylistOverrides) | Edits the behaviour of the server |
+
+| Flags | Description |
+|------------------------|---------------------------------------------|
+| `-maxplayersplaylist` | Allows convars to override max player count |
+
+### PlaylistOverrides
+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|
--
cgit v1.2.3