-
Notifications
You must be signed in to change notification settings - Fork 2
/
MENUDEF.txt
40 lines (30 loc) · 1.15 KB
/
MENUDEF.txt
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
AddOptionMenu "OptionsMenu"
{
StaticText " "
Submenu "Doom Slayer Chronicles options", "DSCMenu"
}
OptionMenu "DSCMenu"
{
Title "DSC options"
StaticText ""
Slider "Monster spawn factor", dsc_spawn_factor, 1, 5, 0.1
StaticText "Amount of monsters"
StaticText "to spawn from each spawner."
StaticText "Accelerates ammo and health respawn."
StaticText "Recommended value for most MODS is 1.5."
StaticText ""
Option "Heroic mode", dsc_heroic_mode, "OnOff"
StaticText "disables DSC system of ranks and abilities"
StaticText "Gameplay becomes more difficult"
StaticText ""
Option "Filmic Tonemap", dpwh_filmictonemap, "OnOff"
Option "Film Grain",dpwh_filmgrain, "OnOff"
Option "Cubic Chromatic Aberration", dpwh_chromaticAberration, "OnOff"
StaticText ""
SafeCommand "Emergency wave shutdown", "DcsRescueButton" , "Do you really want to Emergency shutdown current wave?"
StaticText "Tries to complete current wave."
StaticText "To use in case of emergency if you get stuck."
StaticText ""
SafeCommand "Reset to defaults", "DcsRestoreDefaults" , "Do you really want to restore default settings?"
//Option "Vignette", dpwh_naturalVignette, "OnOff"
}