-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmenudef.txt
53 lines (51 loc) · 2.02 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
41
42
43
44
45
46
47
48
49
50
51
52
53
OptionMenu HideousTracers
{
Title "=== Hideous Tracers Options ==="
StaticText ""
Option "Bullet Tracers Enabled: ", "trc_enabled", "OnOff"
StaticText ""
StaticText "-- Bullets --", "cyan"
Option "9mm Tracers: ", "trc_9mm", "OnOff"
Option ".355 Tracers: ", "trc_355", "OnOff"
Option "Buckshot Tracers: ", "trc_bucks", "OnOff"
Option "Wadding Tracers: ", "trc_wads", "OnOff"
Option "4.26mm Tracers: ", "trc_426", "OnOff"
Option "7.76mm Tracers: ", "trc_776", "OnOff"
Option "Brontornis Tracers: ", "trc_bronto", "OnOff"
Option "Explosives Tracers: ", "trc_frags", "OnOff"
StaticText ""
StaticText "-- Visual Settings --", "cyan"
StaticText ""
StaticText "Tracer Height", 1
StaticText "Controls the height the tracer origin. ", "white"
Option "Enable Tracer Z-Offset: ", "trc_zoffset", "OnOff"
Slider "Set Z-Offset: ", "trc_zoffset_value", -10, 10, 1, 0
StaticText ""
StaticText "Tracer Length", 1
StaticText "Controls how far to stretch tracers. ", "white"
Slider "Divide length by: ", "trc_length_div", 1, 10, 1, 0
StaticText ""
StaticText "Initial Alpha", 1
StaticText ""
StaticText "Control the initial alpha of bullet tracers. ", "white"
Slider "Initial Tracer Alpha: ", "trc_initial_alpha", 0, 1, 0.1, 1
SafeCommand " Reset options", "resetcvar trc_initial_alpha"
StaticText ""
StaticText "Lost Alpha", 1
StaticText ""
StaticText "Control the amount of alpha lost by a bullet tracer per tick.", "white"
Slider "Lost Tracer Alpha: ", "trc_fade_amount", 0, 1, 0.1, 1
SafeCommand " Reset options", "resetcvar trc_fade_amount"
StaticText ""
StaticText ""
StaticText "-- Reset Options --", "cyan"
SafeCommand "Reset all options ", "trc_reset_cvars"
}
AddOptionMenu "OptionsMenu"
{
Submenu "Hideous Tracers Options", "HideousTracers", "gold"
}
AddOptionMenu "HDAddonMenu"
{
Submenu "Hideous Tracers Options", "HideousTracers", "gold"
}