aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-08 19:49:56 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-08 19:49:56 +0100
commit6d1e03895651fa58445305feea7bb72294d5a838 (patch)
tree458b9598da1171abbaa5f136c799b27cb6507c03 /docs
parent719f02de454c27865ee400f0b22896ca56f341d3 (diff)
downloadNorthstarWiki-6d1e03895651fa58445305feea7bb72294d5a838.tar.gz
NorthstarWiki-6d1e03895651fa58445305feea7bb72294d5a838.zip
Try linkin section differently
Gitbook doesn't seem to care about HTML style anchor points
Diffstat (limited to 'docs')
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/README.md5
1 files changed, 3 insertions, 2 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 045b288..439c05e 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](#Startup_args)
+ contains the [startup arguments](#startup-arguments)
* `R2Northstar\mods\Northstar.CustomServers\mod.json`\
contains [ConVars](#Convars) default values
* `R2Northstar\mods\Northstar.CustomServers\mod\cfg\autoexec_ns_server.cfg`\
@@ -20,7 +20,8 @@ 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>
+# Startup Arguments
+
Startup arguments can be added in the `ns_startup_args_dedi.txt` file.
| Arguments | Accepted Values | Description |