aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-01-18 11:35:00 +0100
committerGitHub <noreply@github.com>2022-01-18 11:35:00 +0100
commit25edfd88dafe2fd31877fdf002d246a8bb998906 (patch)
tree1643e665ced0154f762cf6a800f50760a6c491e1 /docs
parentcb9671d7ee23fe206d21a82d8e3759f2f0817df5 (diff)
parent355090079f4ce269c709453ce902e7fcd209866b (diff)
downloadNorthstarWiki-25edfd88dafe2fd31877fdf002d246a8bb998906.tar.gz
NorthstarWiki-25edfd88dafe2fd31877fdf002d246a8bb998906.zip
Merge pull request #20 from piebaker/patch-1
Add info about dedicated args/convars for listen server
Diffstat (limited to 'docs')
-rw-r--r--docs/hosting-a-server-with-northstar/basic-listen-server.md9
1 files changed, 7 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 db74b37..c03de6b 100644
--- a/docs/hosting-a-server-with-northstar/basic-listen-server.md
+++ b/docs/hosting-a-server-with-northstar/basic-listen-server.md
@@ -8,9 +8,14 @@ The ports you'll need to forward are `37015` UDP, and `8081` TCP by default, if
## 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.
+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.\
-Below are a series of variables and commands you can use for server configuration:\\
+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`
+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:
| Name | Description | Default Value |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ |