diff options
author | NoCatt <86153630+NoCatt@users.noreply.github.com> | 2023-09-18 15:38:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 15:38:54 +0200 |
commit | f19e668d22f66e6ef151f0dfaa4189f799552319 (patch) | |
tree | 5eec9b9cc2381a97e0fe5262fd84bf9074991562 /docs/hosting-a-server-with-northstar/server-settings/README.md | |
parent | d29a941624e1c2a397dc1eb0b1cd615308c4d7e5 (diff) | |
download | NorthstarWiki-f19e668d22f66e6ef151f0dfaa4189f799552319.tar.gz NorthstarWiki-f19e668d22f66e6ef151f0dfaa4189f799552319.zip |
Split out server settings into separate pages (#218)
Diffstat (limited to 'docs/hosting-a-server-with-northstar/server-settings/README.md')
-rw-r--r-- | docs/hosting-a-server-with-northstar/server-settings/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/hosting-a-server-with-northstar/server-settings/README.md b/docs/hosting-a-server-with-northstar/server-settings/README.md new file mode 100644 index 0000000..30e2b2c --- /dev/null +++ b/docs/hosting-a-server-with-northstar/server-settings/README.md @@ -0,0 +1,10 @@ +#### Useful configuration files + +You can edit these files to change settings for your dedicated and listening server: + +* `ns_startup_args_dedi.txt`\ + contains the [startup arguments](./startup-args.md), [ConVars](./convars.md) and [playlist vars](./playlistvar.md) +* `R2Northstar\mods\Northstar.CustomServers\mod.json`\ + contains [ConVars](./convars.md) default values +* `R2Northstar\mods\Northstar.CustomServers\mod\cfg\autoexec_ns_server.cfg`\ + contains [ConVars](./convars.md) and overrides |