-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgame_presets.yml
120 lines (110 loc) · 2.43 KB
/
game_presets.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
- type: gamePreset
id: Survival
alias:
- survival
name: survival-title
showInVote: false # secret
description: survival-description
rules:
- RampingStationEventScheduler
- BasicRoundstartVariation
- type: gamePreset
id: AllAtOnce
name: all-at-once-title
description: all-at-once-description
showInVote: false
rules:
- Traitor
- RampingStationEventScheduler
- type: gamePreset
id: Extended
alias:
- extended
- shittersafari
name: extended-title
showInVote: false #2boring2vote
description: extended-description
rules:
- BasicStationEventScheduler
- BasicRoundstartVariation
- type: gamePreset
id: Greenshift
alias:
- greenshift
- shittersafarideluxeedition
name: greenshift-title
showInVote: false #4boring4vote
description: greenshift-description
rules:
- BasicRoundstartVariation
- type: gamePreset
id: Secret
alias:
- secret
- sekrit
name: secret-title
showInVote: true
description: secret-description
rules:
- Secret
- type: gamePreset
id: SecretExtended #For Admin Use: Runs Extended but shows "Secret" in lobby.
alias:
- secretextended
name: secret-title
showInVote: false #Admin Use
description: secret-description
rules:
- BasicStationEventScheduler
- type: gamePreset
id: SecretGreenshift #For Admin Use: Runs Greenshift but shows "Secret" in lobby.
alias:
- secretgreenshift
name: secret-title
showInVote: false #Admin Use
description: secret-description
- type: gamePreset
id: Sandbox
alias:
- sandbox
name: sandbox-title
description: sandbox-description
showInVote: false # Not suitable for use without admin intervention, since entity spamming can quickly crash a server
maxPlayers: 5
rules:
- Sandbox
- type: gamePreset
id: Traitor
alias:
- traitor
name: traitor-title
description: traitor-description
showInVote: false
rules:
- Traitor
- SubGamemodesRule
- BasicStationEventScheduler
- BasicRoundstartVariation
- type: gamePreset
id: Deathmatch
alias:
- deathmatch
- dm
name: death-match-title
description: death-match-description
maxPlayers: 15
showInVote: true
supportedMaps: DeathMatchMapPool
rules:
- DeathMatch31
- type: gamePreset
id: Adventure
alias:
- adventure
name: adventure-title
description: adventure-description
showInVote: false
rules:
- Adventure
- BasicStationEventScheduler
- BasicRoundstartVariation