-
Notifications
You must be signed in to change notification settings - Fork 0
/
MENUDEF.misc
26 lines (18 loc) · 882 Bytes
/
MENUDEF.misc
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
OptionMenu "TestmodOptionsMenuMisc"{
Title "Misc Options"
Option "Disable Casing Despawn","sv_no_casing_despawn","YesNo"
StaticText "WARNING: This might impact performance","Yellow"
StaticText ""
Option "Automatically pick up ammo from weapon magazines","sv_magazine_weapon_ammo_auto_pickup","YesNo"
StaticText ""
Option "Keep weapons with no bullets in magazine on the ground","sv_keep_empty_weapon_items","YesNo"
StaticText ""
Option "SSG Auto-Reload","cl_ssg_autoreload","OnOff"
StaticText "Whether to reload immediately after firing last shot on ssg.","DarkRed"
StaticText ""
Option "Show RPM","cl_showrpm","OnOff"
StaticText "Show RPM for Gatling Shotgun / Minigun","DarkRed"
StaticText ""
Slider "RPM Gauge X position","cl_rpm_x", "5", "315", "5", "0", "cl_showrpm"
Slider "RPM Gauge Y position","cl_rpm_y", "5", "195", "5", "0", "cl_showrpm"
}