-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMENUDEF
148 lines (124 loc) · 6.43 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
OptionMenu "SpicyAirMenu" {
Title "$SPICYAIR_MENU"
StaticText ""
Option "$SPICYAIR_ENABLED", "spicy_enabled", "OnOff"
// StaticText "This allows you to disable the mod mid-game without having to take it off the load order.", "White"
StaticText ""
StaticText ""
Option "$SPICYAIR_GASMASK_HHELMET", "spicy_allow_gasmaskhelmet", "OnOff", "spicy_enabled"
StaticText ""
StaticText ""
FlagOption "$SPICYAIR_UNDERWATER_CLEAN", "spicy_sinks", "OnOff", 0, "spicy_enabled"
StaticText ""
FlagOption "$SPICYAIR_OUTDOORS_CLEAN", "spicy_sinks", "OnOff", 1, "spicy_enabled"
FlagOption "$SPICYAIR_SECRETS_CLEAN", "spicy_sinks", "OnOff", 2, "spicy_enabled"
StaticText ""
StaticText ""
FlagOption "$SPICYAIR_MONSTERS_SPICY", "spicy_sources", "OnOff", 0, "spicy_enabled"
FlagOption "$SPICYAIR_FRAG_SPICY", "spicy_sources", "OnOff", 1, "spicy_enabled"
FlagOption "$SPICYAIR_BARRELS_SPICY", "spicy_sources", "OnOff", 2, "spicy_enabled"
FlagOption "$SPICYAIR_FRIENDLIES_SPICY", "spicy_sources", "OnOff", 3, "spicy_enabled"
FlagOption "$SPICYAIR_BOSSES_SPICY", "spicy_sources", "OnOff", 4, "spicy_enabled"
FlagOption "$SPICYAIR_HURTFLOORS_SPICY", "spicy_sources", "OnOff", 5, "spicy_enabled"
FlagOption "$SPICYAIR_OUTDOORS_SPICY", "spicy_sources", "OnOff", 6, "spicy_enabled"
FlagOption "$SPICYAIR_SECRETS_SPICY", "spicy_sources", "OnOff", 7, "spicy_enabled"
StaticText ""
StaticText ""
StaticText "$SPICYAIR_LOS_TEXT"
ScaleSlider "$SPICYAIR_LOS_FACTOR", "spicy_los_factor", 0, 100, 1, "$SPICYAIR_LOS_REQUIRED"
StaticText ""
Option "$SPICYAIR_DAMAGE_TYPE", "spicy_damage_type", "SpicyAirDamageType", "spicy_enabled"
Slider "$SPICYAIR_MAX_SPICINESS", "spicy_max_spiciness", 1, 10, 1, 0, "spicy_enabled"
StaticText ""
Slider "$SPICYAIR_DAMAGE_THRESHOLD", "spicy_damagethreshold", 1, 10, 1, 0, "spicy_enabled"
Slider "$SPICYAIR_RADSUIT_PROTECTION", "spicy_radsuitprotection", 0, 100, 1, 0, "spicy_enabled"
Slider "$SPICYAIR_HHELMET_PROTECTION", "spicy_hhelmetprotection", 0, 100, 1, 0, "spicy_enabled"
StaticText ""
Slider "$SPICYAIR_SOURCE_DISTANCE", "spicy_source_distance", 0.0, 100.0, 0.01, 2, "spicy_enabled"
Slider "$SPICYAIR_CLEAN_DISTANCE", "spicy_sink_distance", 0.0, 100.0, 0.01, 2, "spicy_enabled"
StaticText ""
StaticText ""
Slider "$SPICYAIR_BREATHING_VOLUME", "spicy_breathingvolume", 0.0, 1.0, 0.05, 2, "spicy_enabled"
StaticText ""
Slider "$SPICYAIR_BREATH_ALPHA", "spicy_breathalpha", 0.0, 1.0, 0.05, 2, "spicy_enabled"
Slider "$SPICYAIR_GASMASK_ALPHA", "spicy_gasmaskalpha", 0.0, 1.0, 0.05, 2, "spicy_enabled"
StaticText ""
StaticText ""
StaticText "$MENU_ITEMS_TITLE", "Olive"
StaticText ""
Submenu "$TAG_GASMASK", "GasMaskSpawning", 0, 1
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS_TITLE", "Red"
StaticText ""
SafeCommand "$SPICYAIR_RESETALLOPTIONS", "SpicyAir_Reset_Cvars"
}
AddOptionMenu "OptionsMenu" {
Submenu "$SPICYAIR_MENU", "SpicyAirMenu"
}
AddOptionMenu "HDAddonMenu" {
Submenu "$SPICYAIR_MENU", "SpicyAirMenu"
}
OptionMenu "gasmaskSpawning" {
Title "$MENU_GASMASK_TITLE"
StaticText ""
StaticText "$MENU_NOTICE", "Olive"
StaticText "$MENU_SPAWNRATE_TEXT1", "White"
StaticText "$MENU_SPAWNRATE_TEXT2", "White"
StaticText ""
StaticText "$MENU_SPAWNOPTIONS", "Olive"
StaticText ""
StaticText "$MENU_GASMASK_SPAWNOPTIONS", "Olive"
StaticText "$MENU_GASMASK_STIMPACK_SPAWNTEXT", "White"
ScaleSlider "$MENU_GASMASK_SPAWNRATE", "spicy_gasmask_stimpack_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETOPTIONS", "resetcvar spicy_gasmask_stimpack_spawn_bias"
StaticText "$MENU_GASMASK_HEALTHBONUS_SPAWNTEXT", "White"
ScaleSlider "$MENU_GASMASK_SPAWNRATE", "spicy_gasmask_healthbonus_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETOPTIONS", "resetcvar spicy_gasmask_healthbonus_spawn_bias"
StaticText "$MENU_GASMASK_ARMORBONUS_SPAWNTEXT", "White"
ScaleSlider "$MENU_GASMASK_SPAWNRATE", "spicy_gasmask_armorbonus_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETOPTIONS", "resetcvar spicy_gasmask_armorbonus_spawn_bias"
StaticText "$MENU_GASMASK_GREENARMOR_SPAWNTEXT", "White"
ScaleSlider "$MENU_GASMASK_SPAWNRATE", "spicy_gasmask_greenarmour_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETOPTIONS", "resetcvar spicy_gasmask_greenarmour_spawn_bias"
StaticText "$MENU_GASMASK_BLUEARMOR_SPAWNTEXT", "White"
ScaleSlider "$MENU_GASMASK_SPAWNRATE", "spicy_gasmask_bluearmour_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETOPTIONS", "resetcvar spicy_gasmask_bluearmour_spawn_bias"
StaticText ""
StaticText "$MENU_GASMASK_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "spicy_gasmask_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_GASMASKFILTER_SPAWNOPTIONS", "Olive"
StaticText "$MENU_GASMASKFILTER_STIMPACK_SPAWNTEXT", "White"
ScaleSlider "$MENU_GASMASKFILTER_SPAWNRATE", "spicy_gasmaskfilter_stimpack_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETOPTIONS", "resetcvar spicy_gasmaskfilter_stimpack_spawn_bias"
StaticText "$MENU_GASMASKFILTER_HEALTHBONUS_SPAWNTEXT", "White"
ScaleSlider "$MENU_GASMASKFILTER_SPAWNRATE", "spicy_gasmaskfilter_healthbonus_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETOPTIONS", "resetcvar spicy_gasmaskfilter_healthbonus_spawn_bias"
StaticText "$MENU_GASMASKFILTER_ARMORBONUS_SPAWNTEXT", "White"
ScaleSlider "$MENU_GASMASKFILTER_SPAWNRATE", "spicy_gasmaskfilter_armorbonus_spawn_bias", -1, 999, 1, "$MENU_REPLACEALL", "$MENU_DISABLED"
SafeCommand "$MENU_RESETOPTIONS", "resetcvar spicy_gasmaskfilter_armorbonus_spawn_bias"
StaticText ""
StaticText "$MENU_GASMASKFILTER_BACKPACKS", "White"
Option "$MENU_BACKPACKSALLOWED", "spicy_gasmaskfilter_allowBackpacks", "OnOff"
StaticText ""
StaticText "$MENU_PERSISTENCYOPTIONS", "Olive"
StaticText "$MENU_PERSISTENCY_TEXT", "White"
// Option "$MENU_GASMASK_PERSISTENCY", "spicy_gasmask_persistent_spawning", "OnOff"
Option "$MENU_GASMASKFILTER_PERSISTENCY", "spicy_gasmaskfilter_persistent_spawning", "OnOff"
SafeCommand "$MENU_RESETPERSISTENCY", "spicy_gasmaskfilter_persistent_spawning"
StaticText ""
StaticText ""
StaticText "$MENU_RESETOPTIONS", "Olive"
SafeCommand "$MENU_RESETALLOPTIONS", "spicy_reset_cvars"
}
OptionValue "SpicyAirDamageType" {
0, "Based on Spiciness Level"
1, "Stun"
2, "Fatigue"
3, "Tissue Damage"
4, "Blood Loss"
5, "Burns"
6, "Aggravated Damage"
7, "Wounds"
}