aboutsummaryrefslogtreecommitdiff
path: root/Hosting-a-Server.md
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-22 02:06:06 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-22 02:06:06 +0000
commita3a7488512f9ab6efe4e7b35e8a62b3432e33c92 (patch)
treea7e64ff4e06da6316f8ed707187b25933ff2d4f0 /Hosting-a-Server.md
parentf5fda56be4be3676c5bdcfad1d5e45d8bbe10712 (diff)
downloadNorthstarWiki-a3a7488512f9ab6efe4e7b35e8a62b3432e33c92.tar.gz
NorthstarWiki-a3a7488512f9ab6efe4e7b35e8a62b3432e33c92.zip
Updated Hosting a Server (markdown)
Diffstat (limited to 'Hosting-a-Server.md')
-rw-r--r--Hosting-a-Server.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Hosting-a-Server.md b/Hosting-a-Server.md
index 1c7d8d8..b91d244 100644
--- a/Hosting-a-Server.md
+++ b/Hosting-a-Server.md
@@ -8,5 +8,7 @@ Dedicated servers allow you to host a Northstar server without having to use a f
To start a dedicated server on Northstar, launch NorthstarLauncher.exe with the argument `-dedicated`, this can be done manually, but releases also provide the batch file `r2ds.bat`, which will also do this.
When using a dedicated server, arguments are read from `ns_startup_args_dedi.txt`, rather than `ns_startup_args.txt`.
-**Caveats**
-At the moment, dedicated servers still require a GPU to work, though they use almost no GPU processing power while in use, it ma \ No newline at end of file
+**Dedicated Server Caveats**
+At the moment, dedicated servers still require DirectX 11 to work, which typically requires a physical GPU, though they use almost no GPU processing power while in use, this can be an issue especially on GPU-less setups, so the launch argument -softwared3d11 can be used to force DirectX to run in software mode.
+While this is absolutely not ideal, it's the best solution for 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. \ No newline at end of file