-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMENUDEF
85 lines (74 loc) · 4.53 KB
/
MENUDEF
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
85
OptionMenu ZombiesScientistsMenu
{
Title "$ZOMBIESCIENTISTS_MENU"
StaticText "$MENU_MONSTERS_TITLE", "Yellow"
StaticText ""
Submenu "$TAG_ZOMBIESCIENTIST", "ZombieScientist", 0, 1
StaticText ""
StaticText "$MENU_RESETOPTIONS_TITLE", "red"
StaticText ""
SafeCommand "$ZOMBIESCIENTISTS_RESETALLOPTIONS", "ZSC_Reset_Cvars"
}
AddOptionMenu "OptionsMenu" {
Submenu "$ZOMBIESCIENTISTS_MENU", "ZombiesScientistsMenu"
}
AddOptionMenu "HDAddonMenu" {
Submenu "$ZOMBIESCIENTISTS_MENU", "ZombiesScientistsMenu"
}
OptionMenu ZombieScientist
{
Title "$TAG_ZOMBIESCIENTIST"
StaticText "$MENU_NOTICE", "Yellow"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_MONSPAWNOPTIONS", "Yellow"
StaticText "$MENU_ZOMBIESCIENTIST_ZOMBIEMAN_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiesci_zombieman_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMONSTER", "resetcvar zombiesci_zombieman_spawn_bias"
StaticText "$MENU_ZOMBIESCIENTIST_SHOTGUNGUY_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiesci_shotgunguy_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMONSTER", "resetcvar zombiesci_shotgunguy_spawn_bias"
StaticText "$MENU_ZOMBIESCIENTIST_IMP_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiesci_imp_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMONSTER", "resetcvar zombiesci_imp_spawn_bias"
StaticText "$MENU_ZOMBIESCIENTIST_DEMON_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiesci_demon_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMONSTER", "resetcvar zombiesci_demon_spawn_bias"
StaticText "$MENU_ZOMBIESCIENTIST_CASINGS_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiesci_casings_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMONSTER", "resetcvar zombiesci_casings_spawn_bias"
StaticText "$MENU_ZOMBIESCIENTIST_GORE_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiesci_gore_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMONSTER", "resetcvar zombiesci_gore_spawn_bias"
StaticText "$MENU_ZOMBIESCIENTIST_HELMFRAG_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiesci_helmfrag_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMONSTER", "resetcvar zombiesci_helmfrag_spawn_bias"
StaticText "$MENU_ZOMBIESCIENTIST_BLUEFRAG_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiesci_bluefrag_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETMONSTER", "resetcvar zombiesci_bluefrag_spawn_bias"
StaticText ""
StaticText "$MENU_CORPSESPAWNOPTIONS", "Yellow"
StaticText "$MENU_ZOMBIESCIENTISTCORPSE_CASINGS_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiescicorpse_casings_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETCORPSE", "resetcvar zombiescicorpse_casings_spawn_bias"
StaticText "$MENU_ZOMBIESCIENTISTCORPSE_GORE_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiescicorpse_gore_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETCORPSE", "resetcvar zombiescicorpse_gore_spawn_bias"
StaticText "$MENU_ZOMBIESCIENTISTCORPSE_HELMFRAG_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiescicorpse_helmfrag_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETCORPSE", "resetcvar zombiescicorpse_helmfrag_spawn_bias"
StaticText "$MENU_ZOMBIESCIENTISTCORPSE_BLUEFRAG_SPAWNTEXT", "White"
ScaleSlider "$MENU_SPAWNRATE", "zombiescicorpse_bluefrag_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETCORPSE", "resetcvar zombiescicorpse_bluefrag_spawn_bias"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Yellow"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
Option "$MENU_MONPERSISTENCY", "zombiesci_persistent_spawning", "OnOff"
Option "$MENU_CORPSEPERSISTENCY", "zombiescicorpse_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "resetcvar zombiesci_persistent_spawning; resetcvar zombiescicorpse_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Yellow"
SafeCommand "$MENU_RESETALLOPTIONS", "zombiesci_reset_cvars"
}