-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatchBase.json
62 lines (58 loc) · 1.21 KB
/
matchBase.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
{
"matchid": "carambola-scrim",
"num_maps": 1,
"players_per_team": 5,
"min_players_to_ready": 1,
"min_spectators_to_ready": 0,
"skip_veto": true,
"side_type": "always_knife",
"maplist":
[
"de_inferno"
],
"team1": {
"name": "Team 1",
"players":
[
"STEAM_0:1:58836012",
"STEAM_1:1:.....",
"STEAM_1:1:.....",
"STEAM_1:1:.....",
"STEAM_1:1:....."
]
},
"team2": {
"name": "Team 2",
"players":
[
"STEAM_1:1:46796472",
"STEAM_1:1:.....",
"STEAM_1:1:.....",
"STEAM_1:1:.....",
"STEAM_1:1:....."
]
},
"cvars": {
"hostname": "Carambola",
"mp_autokick" : "0",
"mp_autoteambalance" : "0",
"mp_c4timer" : "40",
"mp_endmatch_votenextmap" : "0",
"mp_endmatch_votenextmap_keepcurrent" : "1",
"mp_friendlyfire" : "1",
"mp_give_player_c4" : "1",
"mp_halftime_pausetimer" : "0",
"mp_limitteams" : "32",
"mp_match_restart_delay" : "120",
"mp_overtime_enable" : "1",
"mp_overtime_halftime_pausetimer" : "0",
"mp_overtime_startmoney" : "16000",
"mp_round_restart_delay" : "7",
"mp_roundtime" : "1.92",
"mp_roundtime_defuse" : "1.92",
"mp_timelimit" : "0",
"mp_death_drop_defuser" : "1",
"mp_death_drop_grenade" : "1",
"mp_death_drop_gun" : "1"
}
}