From f19e668d22f66e6ef151f0dfaa4189f799552319 Mon Sep 17 00:00:00 2001 From: NoCatt <86153630+NoCatt@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:38:54 +0200 Subject: Split out server settings into separate pages (#218) --- docs/hosting-a-server-with-northstar/server-settings/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/hosting-a-server-with-northstar/server-settings/README.md (limited to 'docs/hosting-a-server-with-northstar/server-settings/README.md') 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 -- cgit v1.2.3