blob: b9e7d4f70152b91987921db85a1ebd532d9da360 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 |
|