-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathESL.json
84 lines (76 loc) · 1.31 KB
/
ESL.json
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
{
"matchid": "ESL",
"num_maps": 3,
"skip_veto": true,
"players_per_team": 5,
"coaches_per_team": 1,
"min_players_to_ready": 1,
"min_spectators_to_ready": 1,
"spectators":
{
"players":
{
"76561199328209252": "Observer"
}
},
"maplist":
[
"de_dust2",
"de_inferno",
"de_mirage"
],
"map_sides":
[
"team1_ct",
"team1_t",
"knife"
],
"team1":
{
"name": "team1",
"tag": "team1",
"players":
{
"76561199328209253": "P0",
"76561199328209254": "P1",
"76561199328209255": "P2",
"76561199328209256": "P3",
"76561199328209257": "P4"
},
"coaches":{
"76561199328209252": "T1 Coach"
}
},
"team2":
{
"name": "team2",
"tag": "team2",
"players":
{
"76561199328209253": "P5",
"76561199328209254": "P6",
"76561199328209255": "P7",
"76561199328209256": "P8",
"76561199328209257": "P9"
},
"coaches":{
"76561199328209252": "T2 Coach"
}
},
"cvars":
{
"hostname": "ESL",
"mp_halftime": 1,
"mp_halftime_pausetimer": 1,
"mp_halftime_duration": 0,
"mp_overtime_startmoney": 12500,
"sv_coaching_enabled": 1,
"sv_competitive_official_5v5": 1,
"sv_damage_print_enable": 0,
"mp_freezetime": 20,
"mp_friendlyfire": 1,
"mp_items_prohibited": "",
"mp_round_restart_delay": 5,
"tv_allow_camera_man_steamid": 76561199328209252
}
}