diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-02 22:25:45 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-02 22:25:45 +0100 |
commit | a25e68751c2308db8c50f7e2735a2b2b3ff9cd75 (patch) | |
tree | caee6cf79014fd6219a26286dbfe720422bbf405 /docs | |
parent | 13410831b42a47a198df08665e2e6d57871a6234 (diff) | |
download | NorthstarWiki-a25e68751c2308db8c50f7e2735a2b2b3ff9cd75.tar.gz NorthstarWiki-a25e68751c2308db8c50f7e2735a2b2b3ff9cd75.zip |
Add reference to server configuration files
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/README.md b/docs/hosting-a-server-with-northstar/dedicated-server/README.md index 8cdfb1b..c3d5ca9 100644 --- a/docs/hosting-a-server-with-northstar/dedicated-server/README.md +++ b/docs/hosting-a-server-with-northstar/dedicated-server/README.md @@ -6,6 +6,14 @@ Dedicated servers allow you to host a Northstar server without having to use a f To start a dedicated server on Northstar, launch NorthstarLauncher.exe with the argument `-dedicated`, this can be done manually, but releases also provide the batch file `r2ds.bat`, which will also do this.\ When using a dedicated server, arguments are read from `ns_startup_args_dedi.txt`, rather than `ns_startup_args.txt`. +### Useful configuration files +* `ns_startup_args_dedi.txt`\ + contains the startup arguments +* `R2Northstar\mods\Northstar.CustomServers\mod.json`\ + contains ConVars and their default values +* `R2Northstar\mods\Northstar.CustomServers\mod\cfg\autoexec_ns_server.cfg`\ + contains the server name, port, and description + ## Dedicated Server Caveats At the moment, dedicated servers still require DirectX 11 to work, which typically requires a physical GPU, though they use almost no GPU processing power while in use, this can be an issue especially on GPU-less setups, so the launch argument `-softwared3d11` can be used to force DirectX to run in software mode.\ |