aboutsummaryrefslogtreecommitdiff
path: root/Hosting-a-Server.md
diff options
context:
space:
mode:
Diffstat (limited to 'Hosting-a-Server.md')
-rw-r--r--Hosting-a-Server.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/Hosting-a-Server.md b/Hosting-a-Server.md
index 5360005..85547ae 100644
--- a/Hosting-a-Server.md
+++ b/Hosting-a-Server.md
@@ -1,6 +1,9 @@
**Hosting a Listen Server**
-To host a listen server on Northstar, go to the lobby and press the "Private Match" button to begin a private match.
+To host a listen server on Northstar, go to the lobby and press the `Private Match` button to begin a private match.
While this does allow you to host a server, other people won't be able to join it, so you'll need to port forward 2 ports to allow other people to join.
The ports you'll need to forward are 37015-37020 UDP, and 8081 TCP by default, if this works as it should, this should result in your server being displayed on the server browser, and other clients being able to connect to it.
-**Hosting a Dedicated Server** \ No newline at end of file
+**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