diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-02 22:14:16 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-02 22:14:16 +0100 |
commit | 05a1d119663b03254da41a09fb25b62725f0eaf8 (patch) | |
tree | 52fb87d49a5bc995378d4d5a7f78a0a0159c1f14 /docs/hosting-a-server-with-northstar/dedicated-server | |
parent | 86b5afac0852a3376be29346c92c465125ac2c1b (diff) | |
download | NorthstarWiki-05a1d119663b03254da41a09fb25b62725f0eaf8.tar.gz NorthstarWiki-05a1d119663b03254da41a09fb25b62725f0eaf8.zip |
Add some commands
Diffstat (limited to 'docs/hosting-a-server-with-northstar/dedicated-server')
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/useful-commands.md | 33 | ||||
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/useful-launch-arguments.md | 5 |
2 files changed, 33 insertions, 5 deletions
diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/useful-commands.md b/docs/hosting-a-server-with-northstar/dedicated-server/useful-commands.md new file mode 100644 index 0000000..b9e7d4f --- /dev/null +++ b/docs/hosting-a-server-with-northstar/dedicated-server/useful-commands.md @@ -0,0 +1,33 @@ +# Useful Launch arguments + +{% hint style="info" %} +TODO: Extend and improve +{% endhint %} + +* +setplaylist `private_match`: Still needed? + +* For setting gamemode: `+mp_gamemode` + +| Variable | Description | +|-------------|---------------------| +| `tdm` | Skirmish | +| `cp` | Amped Hardpoint | +| `ctf` | Capture the Flag | +| `lsts` | Last Titan Standing | +| `ps` | Pilots v Pilots | +| `ffa` | Free for All | +| `speedball` | Fastball? | +| `mdf` | Marked for Death | +| `ttdm` | Titan Brawl | +| `fra` | Free Agents | +| `gg` | Gun Game | + +* `+setplaylistvaroverride` + +* `ns_private_match_only_host_can_change_settings` + +| Value | Description | +|-------|------------------------------------------| +| 0 | Players can change all match settings | +| 1 | Players can only change map and gamemode | +| 2 | Players can change nothing | diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/useful-launch-arguments.md b/docs/hosting-a-server-with-northstar/dedicated-server/useful-launch-arguments.md deleted file mode 100644 index b9476e0..0000000 --- a/docs/hosting-a-server-with-northstar/dedicated-server/useful-launch-arguments.md +++ /dev/null @@ -1,5 +0,0 @@ -# Useful Launch arguments - -{% hint style="info" %} -TODO -{% endhint %} |