aboutsummaryrefslogtreecommitdiff
path: root/Hosting-a-Server.md
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-22 02:03:18 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-22 02:03:18 +0000
commitf5fda56be4be3676c5bdcfad1d5e45d8bbe10712 (patch)
tree1e86feb50288ae90c62777129f3ea11319f0b93d /Hosting-a-Server.md
parent1a1660d0e746139c985b3423c88f79f4f1c100f5 (diff)
downloadNorthstarWiki-f5fda56be4be3676c5bdcfad1d5e45d8bbe10712.tar.gz
NorthstarWiki-f5fda56be4be3676c5bdcfad1d5e45d8bbe10712.zip
Updated Hosting a Server (markdown)
Diffstat (limited to 'Hosting-a-Server.md')
-rw-r--r--Hosting-a-Server.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Hosting-a-Server.md b/Hosting-a-Server.md
index 85547ae..1c7d8d8 100644
--- a/Hosting-a-Server.md
+++ b/Hosting-a-Server.md
@@ -6,4 +6,7 @@ The ports you'll need to forward are 37015-37020 UDP, and 8081 TCP by default, i
**Hosting a Dedicated Server**
Dedicated servers allow you to host a Northstar server without having to use a full client, making them more lightweight and easier to host for longer periods of time. Dedicated servers are still in development for Northstar, so while they do work, expect some bugs and general jank.
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` \ No newline at end of file
+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