blob: 16189440cffc504ac0dce083a485db67dde1ebd2 (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
|
# Useful Launch arguments
{% hint style="info" %}
TODO: Extend and improve
{% endhint %}
* +setplaylist `private_match`: Still needed?
* For setting gamemode: `+mp_gamemode`
| Value | Description |
|-----------------|------------------------------|
| `private_match` | Private Match |
| `ps` | Pilots vs Pilots |
| `gg` | Gungame |
| `tt` | Titan Tag |
| `inf` | Infected |
| `fastball` | Fastball |
| `ctf_comp` | Competitive Capture the Flag |
| `hs` | Hide and Seek |
| `cp` | Hardpoint |
| `lts` | Last Titan Standing |
| `ctf` | Capture the Flag |
| `ttdm` | Titan Brawl |
| `turbo_ttdm` | Turbo Titan Brawl |
| `attdm` | Aegis Titan Brawl |
| `ffa` | Free for all |
| `fra` | Free Agents |
| `coliseum` | Coliseum |
| `lf` | Live Fire |
| `rocket_lf` | Rocket Arena |
| `mfd` | Marked for Death |
* For setting map: `+map`
* `+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 |
|