mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
Advanced options update
- Added new crosshair commands - Reorganized entries
This commit is contained in:
parent
ad8a003a00
commit
53b619b29a
1 changed files with 156 additions and 72 deletions
226
main/user.scr
226
main/user.scr
|
@ -95,6 +95,68 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{ "3.000000" }
|
{ "3.000000" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"cl_mutemenu"
|
||||||
|
{
|
||||||
|
"Scoreboard mute menu hotkey"
|
||||||
|
{
|
||||||
|
LIST
|
||||||
|
"None" "0"
|
||||||
|
"Left click" "1"
|
||||||
|
"Right click" "2"
|
||||||
|
"Middle mouse" "3"
|
||||||
|
}
|
||||||
|
{ "3.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"zoom_sensitivity_ratio"
|
||||||
|
{
|
||||||
|
"Zoom sensitivity ratio (skulk/gorge)"
|
||||||
|
{ NUMBER 0.000000 5.000000 }
|
||||||
|
{ "1.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"senslock"
|
||||||
|
{
|
||||||
|
"Don't scale sensitivity with FOV (Skulk/Gorge)"
|
||||||
|
{ BOOL }
|
||||||
|
{ "0" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"r_dynamic"
|
||||||
|
{
|
||||||
|
"Dynamic lighting (non-nvidia graphics users should turn off)"
|
||||||
|
{ BOOL }
|
||||||
|
{ "1" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_dynamiclights"
|
||||||
|
{
|
||||||
|
"Dynamic lights"
|
||||||
|
{ BOOL }
|
||||||
|
{ "0" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_showspeed"
|
||||||
|
{
|
||||||
|
"Show player speed"
|
||||||
|
{ BOOL }
|
||||||
|
{ "0" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"hud_fastswitch"
|
||||||
|
{
|
||||||
|
"Weapon fast-switch"
|
||||||
|
{ BOOL }
|
||||||
|
{ "1" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cmhotkeys"
|
||||||
|
{
|
||||||
|
"Commander hotkeys"
|
||||||
|
{ STRING }
|
||||||
|
{ "qwerasdfzxcv" }
|
||||||
|
}
|
||||||
|
|
||||||
"cl_cross"
|
"cl_cross"
|
||||||
{
|
{
|
||||||
"New crosshair system"
|
"New crosshair system"
|
||||||
|
@ -147,8 +209,8 @@ DESCRIPTION INFO_OPTIONS
|
||||||
"cl_cross_outline_alpha"
|
"cl_cross_outline_alpha"
|
||||||
{
|
{
|
||||||
"Crosshair outline transparency (0-255)"
|
"Crosshair outline transparency (0-255)"
|
||||||
{ NUMBER 0.000000 255.000000 }
|
{ STRING }
|
||||||
{ "255.000000" }
|
{ "" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"cl_cross_outline_inner"
|
"cl_cross_outline_inner"
|
||||||
|
@ -158,32 +220,116 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{ "0" }
|
{ "0" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"cl_cross_line_top"
|
||||||
|
{
|
||||||
|
"Cross top line"
|
||||||
|
{ BOOL }
|
||||||
|
{ "1" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_line_bottom"
|
||||||
|
{
|
||||||
|
"Cross bottom line"
|
||||||
|
{ BOOL }
|
||||||
|
{ "1" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_line_left"
|
||||||
|
{
|
||||||
|
"Cross left line"
|
||||||
|
{ BOOL }
|
||||||
|
{ "1" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_line_right"
|
||||||
|
{
|
||||||
|
"Cross right line"
|
||||||
|
{ BOOL }
|
||||||
|
{ "1" }
|
||||||
|
}
|
||||||
|
|
||||||
"cl_cross_dot_size"
|
"cl_cross_dot_size"
|
||||||
{
|
{
|
||||||
"Crosshair dot size"
|
"Dot size"
|
||||||
{ NUMBER -1.000000 -1.000000 }
|
{ NUMBER -1.000000 -1.000000 }
|
||||||
{ "0.000000" }
|
{ "0" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_dot_color"
|
||||||
|
{
|
||||||
|
"Dot color (R G B)"
|
||||||
|
{ STRING }
|
||||||
|
{ "" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_dot_alpha"
|
||||||
|
{
|
||||||
|
"Dot transparency (0-255)"
|
||||||
|
{ STRING }
|
||||||
|
{ "" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"cl_cross_dot_outline"
|
"cl_cross_dot_outline"
|
||||||
{
|
{
|
||||||
"Crosshair dot outline thickness"
|
"Dot outline thickness"
|
||||||
{ NUMBER -1.000000 -1.000000 }
|
{ NUMBER -1.000000 -1.000000 }
|
||||||
{ "0.000000" }
|
{ "0.000000" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"cl_cross_dot_outline_alpha"
|
||||||
|
{
|
||||||
|
"Dot outline transparency (0-255)"
|
||||||
|
{ STRING }
|
||||||
|
{ "" }
|
||||||
|
}
|
||||||
|
|
||||||
"cl_cross_circle_radius"
|
"cl_cross_circle_radius"
|
||||||
{
|
{
|
||||||
"Crosshair circle size"
|
"Circle size"
|
||||||
{ NUMBER 0.000000 255.000000 }
|
{ NUMBER 0.000000 255.000000 }
|
||||||
{ "0.000000" }
|
{ "0" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"cl_cross_circle_thickness"
|
"cl_cross_circle_thickness"
|
||||||
{
|
{
|
||||||
"Crosshair circle thickness"
|
"Circle thickness"
|
||||||
{ NUMBER 0.000000 255.000000 }
|
{ NUMBER 0.000000 255.000000 }
|
||||||
{ "0.000000" }
|
{ "1" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_circle_color"
|
||||||
|
{
|
||||||
|
"Circle color (R G B)"
|
||||||
|
{ STRING }
|
||||||
|
{ "" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_circle_alpha"
|
||||||
|
{
|
||||||
|
"Circle transparency (0-255)"
|
||||||
|
{ STRING }
|
||||||
|
{ "" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_circle_outline"
|
||||||
|
{
|
||||||
|
"Circle outline thickness"
|
||||||
|
{ STRING }
|
||||||
|
{ "" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_circle_outline_alpha"
|
||||||
|
{
|
||||||
|
"Circle outline transparency (0-255)"
|
||||||
|
{ STRING }
|
||||||
|
{ "" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_circle_outline_inner"
|
||||||
|
{
|
||||||
|
"Outline inside of the circle"
|
||||||
|
{ BOOL }
|
||||||
|
{ "" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"crosshair"
|
"crosshair"
|
||||||
|
@ -207,47 +353,6 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{ "0.000000" }
|
{ "0.000000" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"senslock"
|
|
||||||
{
|
|
||||||
"Don't scale sensitivity with FOV (Skulk/Gorge)"
|
|
||||||
{ BOOL }
|
|
||||||
{ "0" }
|
|
||||||
}
|
|
||||||
|
|
||||||
"zoom_sensitivity_ratio"
|
|
||||||
{
|
|
||||||
"Zoom sensitivity ratio (skulk/gorge)"
|
|
||||||
{ NUMBER 0.000000 5.000000 }
|
|
||||||
{ "1.000000" }
|
|
||||||
}
|
|
||||||
|
|
||||||
"cl_cmhotkeys"
|
|
||||||
{
|
|
||||||
"Commander hotkeys"
|
|
||||||
{ STRING }
|
|
||||||
{ "qwerasdfzxcv" }
|
|
||||||
}
|
|
||||||
|
|
||||||
"cl_mutemenu"
|
|
||||||
{
|
|
||||||
"Scoreboard mute menu hotkey"
|
|
||||||
{
|
|
||||||
LIST
|
|
||||||
"None" "0"
|
|
||||||
"Left click" "1"
|
|
||||||
"Right click" "2"
|
|
||||||
"Middle mouse" "3"
|
|
||||||
}
|
|
||||||
{ "3.000000" }
|
|
||||||
}
|
|
||||||
|
|
||||||
"cl_showspeed"
|
|
||||||
{
|
|
||||||
"Show player speed"
|
|
||||||
{ BOOL }
|
|
||||||
{ "0" }
|
|
||||||
}
|
|
||||||
|
|
||||||
"cl_centerentityid"
|
"cl_centerentityid"
|
||||||
{
|
{
|
||||||
"Center player names"
|
"Center player names"
|
||||||
|
@ -276,27 +381,6 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{ "1" }
|
{ "1" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"cl_dynamiclights"
|
|
||||||
{
|
|
||||||
"Dynamic lights"
|
|
||||||
{ BOOL }
|
|
||||||
{ "0" }
|
|
||||||
}
|
|
||||||
|
|
||||||
"r_dynamic"
|
|
||||||
{
|
|
||||||
"Dynamic lighting (non-nvidia graphics users should turn off)"
|
|
||||||
{ BOOL }
|
|
||||||
{ "1" }
|
|
||||||
}
|
|
||||||
|
|
||||||
"hud_fastswitch"
|
|
||||||
{
|
|
||||||
"Weapon fast-switch"
|
|
||||||
{ BOOL }
|
|
||||||
{ "1" }
|
|
||||||
}
|
|
||||||
|
|
||||||
"cl_musicenabled"
|
"cl_musicenabled"
|
||||||
{
|
{
|
||||||
"Music enabled"
|
"Music enabled"
|
||||||
|
|
Loading…
Reference in a new issue