aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-23 17:44:55 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-23 17:44:55 +0100
commit44408c870d05c4f8fa4f25fc8744fcba47bfe0bf (patch)
treedb26a4504f4e26fd4bb4f45f01a11d0c137b0ca2 /docs
parent6c03b4dc21e29012bcf9a872d9ca155dceb41e49 (diff)
downloadNorthstarWiki-44408c870d05c4f8fa4f25fc8744fcba47bfe0bf.tar.gz
NorthstarWiki-44408c870d05c4f8fa4f25fc8744fcba47bfe0bf.zip
Remove wrong mention of dedicated server
Diffstat (limited to 'docs')
-rw-r--r--docs/hosting-a-server-with-northstar/basic-listen-server.md4
1 files changed, 2 insertions, 2 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 92f66e3..0186dbb 100644
--- a/docs/hosting-a-server-with-northstar/basic-listen-server.md
+++ b/docs/hosting-a-server-with-northstar/basic-listen-server.md
@@ -11,8 +11,8 @@ The ports you'll need to forward are `37015` UDP, and `8081` TCP by default, if
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.\
Additionally dedicated server settings and configs can be used on a listen server.\
-Dedicated server startup arguments can be placed into `Titanfall2/ns_startup_args.txt`\
-Dedicated convars can be placed into `R2Northstar/mods/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg`
+Server startup arguments can be placed into `Titanfall2/ns_startup_args.txt`\
+Convars can be placed into `R2Northstar/mods/Northstar.CustomServers/mod/cfg/autoexec_ns_server.cfg`
The only difference between a listen and dedicated server is that a listen can only run while the host is in the match.
Below are a series of variables and commands you can use for server configuration: