aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-02 22:14:16 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-02 22:14:16 +0100
commit05a1d119663b03254da41a09fb25b62725f0eaf8 (patch)
tree52fb87d49a5bc995378d4d5a7f78a0a0159c1f14
parent86b5afac0852a3376be29346c92c465125ac2c1b (diff)
downloadNorthstarWiki-05a1d119663b03254da41a09fb25b62725f0eaf8.tar.gz
NorthstarWiki-05a1d119663b03254da41a09fb25b62725f0eaf8.zip
Add some commands
-rw-r--r--docs/SUMMARY.md2
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/useful-commands.md33
-rw-r--r--docs/hosting-a-server-with-northstar/dedicated-server/useful-launch-arguments.md5
3 files changed, 34 insertions, 6 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index f0cc311..b74deab 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -26,7 +26,7 @@
* [Prerequisites](hosting-a-server-with-northstar/prerequisites.md)
* [Hosting a Basic Listen Server](hosting-a-server-with-northstar/basic-listen-server.md)
* [Hosting a Dedicated Server](hosting-a-server-with-northstar/dedicated-server/README.md)
- * [Useful Launch arguments](hosting-a-server-with-northstar/dedicated-server/useful-launch-arguments.md)
+ * [Useful Launch arguments](hosting-a-server-with-northstar/dedicated-server/useful-commands.md)
* [Hosting on Linux](hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md)
## Modding
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 %}