mirror of
https://github.com/ENSL/NS.git
synced 2024-11-25 14:01:03 +00:00
New advanced options menu
This commit is contained in:
parent
eae207d51c
commit
69d2f36e43
1 changed files with 182 additions and 26 deletions
208
main/user.scr
208
main/user.scr
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
|
|
||||||
// Half-Life User Info Configuration Layout Script (stores last settings chosen, too)
|
// Half-Life User Info Configuration Layout Script (stores last settings chosen, too)
|
||||||
// File generated: Wed Jun 22 14:28:14 AM
|
// File generated: Sun Aug 12 07:21:40 AM
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// Cvar - Setting
|
// Cvar - Setting
|
||||||
|
@ -45,17 +45,187 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{
|
{
|
||||||
"Show hints"
|
"Show hints"
|
||||||
{ BOOL }
|
{ BOOL }
|
||||||
{ "1" }
|
{ "0" }
|
||||||
SetInfo
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"cl_labelmaps"
|
"hud_style"
|
||||||
{
|
{
|
||||||
"Draw location names"
|
"HUD style (requires map reload)"
|
||||||
|
{
|
||||||
|
LIST
|
||||||
|
"Original" "0"
|
||||||
|
"Minimal" "1"
|
||||||
|
"Competitive - Nine Legends" "2"
|
||||||
|
}
|
||||||
|
{ "1.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"hud_mapstyle"
|
||||||
|
{
|
||||||
|
"Map style"
|
||||||
|
{
|
||||||
|
LIST
|
||||||
|
"Opaque Unlabeled" "0"
|
||||||
|
"Opaque Labeled" "1"
|
||||||
|
"Semi-transparent Unlabeled" "2"
|
||||||
|
"Semi-transparent Labeled" "3"
|
||||||
|
"Transparent Unlabeled" "4"
|
||||||
|
"Transparent Labeled" "5"
|
||||||
|
}
|
||||||
|
{ "3.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_hudmapzoom"
|
||||||
|
{
|
||||||
|
"Marine minimap zoom level"
|
||||||
|
{
|
||||||
|
LIST
|
||||||
|
"No map" "0"
|
||||||
|
"No Zoom (X1)" "1"
|
||||||
|
"Medium Zoom (2X)" "2"
|
||||||
|
"Full Zoom (3X) " "3"
|
||||||
|
}
|
||||||
|
{ "3.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross"
|
||||||
|
{
|
||||||
|
"New crosshair system"
|
||||||
{ BOOL }
|
{ BOOL }
|
||||||
{ "1" }
|
{ "1" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"cl_cross_color"
|
||||||
|
{
|
||||||
|
"Crosshair color (R G B)"
|
||||||
|
{ STRING }
|
||||||
|
{ "255 255 255" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_alpha"
|
||||||
|
{
|
||||||
|
"Crosshair transparency (0-255)"
|
||||||
|
{ NUMBER 0.000000 255.000000 }
|
||||||
|
{ "255.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_size"
|
||||||
|
{
|
||||||
|
"Crosshair length"
|
||||||
|
{ NUMBER -1.000000 -1.000000 }
|
||||||
|
{ "6.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_gap"
|
||||||
|
{
|
||||||
|
"Crosshair gap"
|
||||||
|
{ NUMBER -1.000000 -1.000000 }
|
||||||
|
{ "3.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_thickness"
|
||||||
|
{
|
||||||
|
"Crosshair thickness"
|
||||||
|
{ NUMBER -1.000000 -1.000000 }
|
||||||
|
{ "2.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_outline"
|
||||||
|
{
|
||||||
|
"Crosshair outline thickness"
|
||||||
|
{ NUMBER -1.000000 -1.000000 }
|
||||||
|
{ "2.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_outline_alpha"
|
||||||
|
{
|
||||||
|
"Crosshair outline transparency (0-255)"
|
||||||
|
{ NUMBER 0.000000 255.000000 }
|
||||||
|
{ "255.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_outline_inner"
|
||||||
|
{
|
||||||
|
"Outline inside of cross"
|
||||||
|
{ BOOL }
|
||||||
|
{ "0" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_dot_size"
|
||||||
|
{
|
||||||
|
"Crosshair dot size"
|
||||||
|
{ NUMBER -1.000000 -1.000000 }
|
||||||
|
{ "0.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_dot_outline"
|
||||||
|
{
|
||||||
|
"Crosshair dot outline thickness"
|
||||||
|
{ NUMBER -1.000000 -1.000000 }
|
||||||
|
{ "0.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_cross_circle_radius"
|
||||||
|
{
|
||||||
|
"Crosshair circle size"
|
||||||
|
{ NUMBER 0.000000 255.000000 }
|
||||||
|
{ "0.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"crosshair"
|
||||||
|
{
|
||||||
|
"Legacy crosshair system"
|
||||||
|
{ BOOL }
|
||||||
|
{ "0" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_customcrosshair"
|
||||||
|
{
|
||||||
|
"Legacy crosshair selection"
|
||||||
|
{
|
||||||
|
LIST
|
||||||
|
"Classic Crosshairs" "0"
|
||||||
|
"Custom 1" "1"
|
||||||
|
"Custom 2" "2"
|
||||||
|
"Custom 3" "3"
|
||||||
|
"Custom 4" "4"
|
||||||
|
}
|
||||||
|
{ "0.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"cl_ambientsound"
|
||||||
|
{
|
||||||
|
"Ambient sound (requies map reload)"
|
||||||
|
{
|
||||||
|
LIST
|
||||||
|
"None" "0"
|
||||||
|
"All - Original" "1"
|
||||||
|
"Selective" "2"
|
||||||
|
}
|
||||||
|
{ "2.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_centerentityid"
|
"cl_centerentityid"
|
||||||
{
|
{
|
||||||
"Center player names"
|
"Center player names"
|
||||||
|
@ -67,13 +237,6 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{
|
{
|
||||||
"High detail particle systems"
|
"High detail particle systems"
|
||||||
{ BOOL }
|
{ BOOL }
|
||||||
{ "1" }
|
|
||||||
}
|
|
||||||
|
|
||||||
"cl_forcedefaultfov"
|
|
||||||
{
|
|
||||||
"Force 90 degree FOV"
|
|
||||||
{ BOOL }
|
|
||||||
{ "0" }
|
{ "0" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -84,25 +247,25 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{ "1" }
|
{ "1" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"cl_dynamiclights"
|
"cl_labelhivesight"
|
||||||
{
|
{
|
||||||
"Dynamic lights"
|
"Show alien hivesight text"
|
||||||
{ BOOL }
|
{ BOOL }
|
||||||
{ "1" }
|
{ "1" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"cl_gammaramp"
|
"cl_dynamiclights"
|
||||||
{
|
{
|
||||||
"Enable gamma ramp"
|
"Dynamic lights"
|
||||||
{ BOOL }
|
{ BOOL }
|
||||||
{ "1" }
|
{ "0" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"hud_fastswitch"
|
"hud_fastswitch"
|
||||||
{
|
{
|
||||||
"Weapon fast-switch"
|
"Weapon fast-switch"
|
||||||
{ BOOL }
|
{ BOOL }
|
||||||
{ "0" }
|
{ "1" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"cl_musicenabled"
|
"cl_musicenabled"
|
||||||
|
@ -116,7 +279,7 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{
|
{
|
||||||
"Music volume (0-255)"
|
"Music volume (0-255)"
|
||||||
{ NUMBER 0.000000 255.000000 }
|
{ NUMBER 0.000000 255.000000 }
|
||||||
{ "155.000000" }
|
{ "100.000000" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"cl_musicdirectory"
|
"cl_musicdirectory"
|
||||||
|
@ -133,13 +296,6 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{ "90.000000" }
|
{ "90.000000" }
|
||||||
}
|
}
|
||||||
|
|
||||||
"cl_cmhotkeys"
|
|
||||||
{
|
|
||||||
"Commander hotkeys"
|
|
||||||
{ STRING }
|
|
||||||
{ "qwerasdfzxcv" }
|
|
||||||
}
|
|
||||||
|
|
||||||
"r_decals"
|
"r_decals"
|
||||||
{
|
{
|
||||||
"Decal limit"
|
"Decal limit"
|
||||||
|
|
Loading…
Reference in a new issue