-
Notifications
You must be signed in to change notification settings - Fork 3
/
league_match.cfg
46 lines (38 loc) · 1.13 KB
/
league_match.cfg
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
"Match"
{
"matchid" "league_match"
"num_maps" "1" // Must be an odd number or 2. 1->Bo1, 2->Bo2, 3->Bo3, etc.
"spectators" // players allowed in spectator (e.g., admins) should go here
{
"players"
{
"STEAM_1:1:....." ""
"STEAM_1:1:....." ""
"STEAM_1:1:....." ""
}
}
"skip_veto" "0" // If set to 1, the maps will be preset using the first maps in the maplist below.
"veto_first" "team1" // Set to "team1" or "team2" to select who starts the veto. Any other values will default to team1 starting.
"side_type" "always_knife" // Either "standard", "always_knife", or "never_knife"
"maplist"
{
"de_dust2" ""
"de_inferno" ""
"de_mirage" ""
"de_nuke" ""
"de_overpass" ""
"de_train" ""
"de_vertigo" ""
}
"players_per_team" "5"
"min_players_to_ready" "10" // Minimum # of players a team must have to ready
"min_spectators_to_ready" "0" // How many spectators must be ready to begin.
"team1"
{
"name" "Team1" // You should always set a team name, otherwise some chat messages will not make sense. If there is no true team name, use "Team1" at least.
}
"team2"
{
"name" "Team2"
}
}