diff options
author | Legonzaur <34353603+Legonzaur@users.noreply.github.com> | 2022-01-11 16:58:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 16:58:59 +0100 |
commit | 407fa4fdaddf603cebb7db1df0f337f8af8838c3 (patch) | |
tree | 11affd1e401348662af64e7fff16032931565622 /docs/hosting-a-server-with-northstar | |
parent | 50c09e9ea22362ce542423407e54b4ce71b9dead (diff) | |
parent | abbbb0f911a3d53fc3c8f6a9a2407f097815c9eb (diff) | |
download | NorthstarWiki-407fa4fdaddf603cebb7db1df0f337f8af8838c3.tar.gz NorthstarWiki-407fa4fdaddf603cebb7db1df0f337f8af8838c3.zip |
Merge branch 'R2Northstar:main' into patch-3
Diffstat (limited to 'docs/hosting-a-server-with-northstar')
-rw-r--r-- | docs/hosting-a-server-with-northstar/basic-listen-server.md | 2 | ||||
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/docs/hosting-a-server-with-northstar/basic-listen-server.md b/docs/hosting-a-server-with-northstar/basic-listen-server.md index f34334c..3212650 100644 --- a/docs/hosting-a-server-with-northstar/basic-listen-server.md +++ b/docs/hosting-a-server-with-northstar/basic-listen-server.md @@ -5,7 +5,7 @@ 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` 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.\ -![screenshot select private match](https://raw.githubusercontent.com/R2Northstar/Northstar/main/wiki/lobbyprivatematch.png) +![screenshot select private match](https://raw.githubusercontent.com/R2Northstar/NorthstarWiki/main/wiki/lobbyprivatematch.png) ## Server Configuration Whether you're running a listen or dedicated server, you'll generally want to mess with the configuration at least a bit. While I do think the default configuration settings are pretty ok, being able to change your server's name or password, or increasing your server's tickrate is often something you'll want to do. Server configuration can be modified in the file `R2Northstar/mods/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg`, which will be executed on server startup. diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md b/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md new file mode 100644 index 0000000..7e3541b --- /dev/null +++ b/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md @@ -0,0 +1,10 @@ +--- +description: Tweaks and tricks to improve both your experience in hosting and others' in playing on your server +--- + +# Best practices + + +{% hint style="info" %} +TODO: If you have experience in hosting Northstar servers and want to share your knowledge, please open a [pull request](https://github.com/R2Northstar/NorthstarWiki/pulls). +{% endhint %} |