-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMENUDEF.mimicbarrels
60 lines (57 loc) · 2.3 KB
/
MENUDEF.mimicbarrels
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
OptionMenu RealKillerBarrels
{
Title "Mimic Barrel Options"
StaticText "Notice:", 1
StaticText "Setting 'spawn rate' to Replace All will supress ", "white"
StaticText "normal barrel spawns. ", "white"
StaticText ""
StaticText ""
StaticText "Behavior Options", "cyan"
StaticText "Control whether mimic barrels are obvious to spot.", "white"
Option "Obvious Mimics: ", "brl_obviousness", "OnOff"
SafeCommand "Reset behavior options", "resetcvar brl_obviousness"
StaticText ""
StaticText ""
StaticText "Barrel Spawn Options", "cyan"
StaticText "Control the spawn rate of Mimic Barrels.", "white"
ScaleSlider "Spawn Rate: ", "brl_barrel_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset b.spawn options", "resetcvar brl_barrel_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of bale-firing mimic barrels.", "white"
Option "Bale Spawn Rate: ", "brl_barrel_bale_bias", "BaleSpawnBias"
SafeCommand "Reset b.bale spawn options", "resetcvar brl_barrel_bale_bias"
StaticText ""
StaticText ""
StaticText "Firecan Spawn Options", "cyan"
StaticText "Control the spawn rate of Mimic Firecans.", "white"
ScaleSlider "Spawn Rate: ", "brl_firecan_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "Reset c.spawn options", "resetcvar brl_firecan_spawn_bias"
StaticText ""
StaticText "Control the spawn rate of fire-firing mimic firecans.", "white"
Option "Fire Spawn Rate: ", "brl_firecan_fire_bias", "BaleSpawnBias"
SafeCommand "Reset c.fire spawn options", "resetcvar brl_firecan_fire_bias"
StaticText ""
StaticText "Control whether replacements happen after a mapload.", "white"
Option "Persistent Spawns: ", "brl_persistent_spawning", "OnOff"
SafeCommand "Reset persistence options", "resetcvar brl_persistent_spawning"
StaticText ""
StaticText ""
StaticText "Reset Options", "cyan"
SafeCommand "Reset all options ", "brl_reset_cvars"
}
OptionValue "BaleSpawnBias"
{
-1, "Disabled"
-2, "Vanilla"
0, "Replace All"
2, "1 in 3"
4, "1 in 5"
9, "1 in 10"
14, "1 in 15"
19, "1 in 20"
24, "1 in 25"
49, "1 in 50"
99, "1 in 100"
149, "1 in 150"
199, "1 in 200"
}