forked from splewis/csgo-pug-setup
-
Notifications
You must be signed in to change notification settings - Fork 3
/
setupoptions.cfg
52 lines (51 loc) · 1.23 KB
/
setupoptions.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
47
48
49
50
51
52
// In this file you can modify how options behave on the setup menu.
// You can change the default for any setting, and can enable/disable it
// from even showing up on the menu (by chaning display_setting to 0)
// If you turn the display_setting to 0, the default will always be used.
"SetupOptions"
{
"maptype"
{
"default" "vote" // allowed values are "vote", "veto", and "current"
"display_setting" "1"
}
"teamtype"
{
"default" "captains" // allowed values are "captains", "manual", "random", "autobalanced" (if the rwsbalancer is enabled)
"display_setting" "1"
}
"autolive"
{
"default" "1"
"display_setting" "1"
}
"kniferound"
{
"default" "0"
"display_setting" "1"
}
"teamsize"
{
"default" "5"
"display_setting" "1"
}
"record"
{
"default" "0"
"display_setting" "1" // this will only be displayed also if tv_enable is set to 1
}
"aimwarmup"
{
"default" "0"
"display_setting" "1" // this will only be displayed also if the aim map list (configs/pugsetup/aim_maps.txt) has at least 1 valid map
}
"mapchange"
{
"display_setting" "0" // you can allow clients to change map from the setup menu by changing this to 1
}
"playout"
{
"default" "0"
"display_setting" "0"
}
}