aboutsummaryrefslogtreecommitdiff
path: root/docs/hosting-a-server-with-northstar/dedicated-server/README.md
diff options
context:
space:
mode:
authorLegonzaur <34353603+Legonzaur@users.noreply.github.com>2022-01-08 16:54:09 +0100
committerGitHub <noreply@github.com>2022-01-08 16:54:09 +0100
commitfb2479e2c6a56bc10a7c8638995e388dc494e81d (patch)
tree61551e7ae1fa10b8fa705e2749059280b66fbcad /docs/hosting-a-server-with-northstar/dedicated-server/README.md
parent7b0459874124670dd57a53699d0f86b24bb82f41 (diff)
downloadNorthstarWiki-fb2479e2c6a56bc10a7c8638995e388dc494e81d.tar.gz
NorthstarWiki-fb2479e2c6a56bc10a7c8638995e388dc494e81d.zip
Added startup_args as anchor
Diffstat (limited to 'docs/hosting-a-server-with-northstar/dedicated-server/README.md')
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/README.md3
1 files changed, 2 insertions, 1 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 c3d5ca9..4c34361 100644
--- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md
+++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md
@@ -8,7 +8,7 @@ When using a dedicated server, arguments are read from `ns_startup_args_dedi.txt
### Useful configuration files
* `ns_startup_args_dedi.txt`\
- contains the startup arguments
+ contains the [startup arguments](#Startup_args)
* `R2Northstar\mods\Northstar.CustomServers\mod.json`\
contains ConVars and their default values
* `R2Northstar\mods\Northstar.CustomServers\mod\cfg\autoexec_ns_server.cfg`\
@@ -20,3 +20,4 @@ At the moment, dedicated servers still require DirectX 11 to work, which typical
While this is absolutely not ideal, it's the best solution for truely headless dedicated servers at the moment, and surprisingly hardly uses any CPU time, though it can use roughly up to 1GB of RAM.\
Regarding RAM usage, dedicated servers also use significant amounts of RAM at the moment, often requiring 1.5-2GB, though I expect this to lower as development continues.
+## <a name="Startup_args">Startup Arguments</a>