NS/main/user.scr

466 lines
6.7 KiB
Plaintext
Raw Normal View History

// NOTE: THIS FILE IS AUTOMATICALLY REGENERATED,
//DO NOT EDIT THIS HEADER, YOUR COMMENTS WILL BE LOST IF YOU DO
// User options script
//
// Format:
// Version [float]
// Options description followed by
// Options defaults
//
// Option description syntax:
//
// "cvar" { "Prompt" { type [ type info ] } { default } }
//
// type =
// BOOL (a yes/no toggle)
// STRING
// NUMBER
// LIST
//
// type info:
// BOOL no type info
// NUMBER min max range, use -1 -1 for no limits
// STRING no type info
// LIST delimited list of options value pairs
//
//
// default depends on type
// BOOL is "0" or "1"
// NUMBER is "value"
// STRING is "value"
// LIST is "index", where index "0" is the first element of the list
// Half-Life User Info Configuration Layout Script (stores last settings chosen, too)
2018-08-13 07:06:04 +00:00
// File generated: Sun Aug 12 07:21:40 AM
//
//
// Cvar - Setting
VERSION 1.0
DESCRIPTION INFO_OPTIONS
{
"cl_autohelp"
{
"Show hints"
{ BOOL }
2018-08-13 07:06:04 +00:00
{ "0" }
}
"cl_ambientsound"
{
"Ambient sound volume (0 to 1)"
{ NUMBER 0.000000 1.000000 }
{ "0.000000" }
}
2018-08-13 07:06:04 +00:00
"hud_style"
{
"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" }
}
2023-08-23 05:44:14 +00:00
"cl_weaponswap"
{
"Auto drop LMG for better weapon"
{
LIST
"Never" "0"
"Always" "1"
"If not empty" "2"
}
{ "2.000000" }
}
"hud_nameinfo"
{
"Teammate's welder/parasite status"
{
LIST
"Don't show" "0"
"Full Length" "1"
"Shortened" "2"
"One Letter" "3"
}
{ "1.000000" }
}
"hud_minimapnames"
{
"Length of minimap names 1=unlim"
{ NUMBER 0.000000 30.000000 }
{ "0.000000" }
}
"hud_minimapnamesComm"
{
"Show names on minimap when commander"
{ BOOL }
{ "0" }
}
"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" }
}
2023-08-23 05:44:14 +00:00
"hud_teamhealthalert"
{
"Show health/armor of team when <"
{ NUMBER 0.000000 100.000000 }
{ "95.000000" }
}
2018-08-13 07:06:04 +00:00
"cl_cross"
{
2018-08-13 07:06:04 +00:00
"New crosshair system"
{ BOOL }
{ "1" }
}
2018-08-13 07:06:04 +00:00
"cl_cross_color"
{
2018-08-13 07:06:04 +00:00
"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)"
{ STRING }
{ "" }
2018-08-13 07:06:04 +00:00
}
"cl_cross_outline_inner"
{
"Outline inside of cross"
{ BOOL }
{ "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" }
}
2018-08-13 07:06:04 +00:00
"cl_cross_dot_size"
{
"Dot size"
2018-08-13 07:06:04 +00:00
{ NUMBER -1.000000 -1.000000 }
{ "0" }
}
"cl_cross_dot_color"
{
"Dot color (R G B)"
{ STRING }
{ "" }
}
"cl_cross_dot_alpha"
{
"Dot transparency (0-255)"
{ STRING }
{ "" }
2018-08-13 07:06:04 +00:00
}
"cl_cross_dot_outline"
{
"Dot outline thickness"
2018-08-13 07:06:04 +00:00
{ NUMBER -1.000000 -1.000000 }
{ "0.000000" }
}
"cl_cross_dot_outline_alpha"
2018-08-13 07:06:04 +00:00
{
"Dot outline transparency (0-255)"
{ STRING }
{ "" }
2018-08-13 07:06:04 +00:00
}
"cl_cross_circle_radius"
{
"Circle size"
{ NUMBER 0.000000 255.000000 }
{ "0" }
}
"cl_cross_circle_thickness"
2018-08-13 07:06:04 +00:00
{
"Circle thickness"
{ NUMBER 0.000000 255.000000 }
{ "1" }
2018-08-13 07:06:04 +00:00
}
"cl_cross_circle_color"
2018-08-13 07:06:04 +00:00
{
"Circle color (R G B)"
{ STRING }
{ "" }
2018-08-13 07:06:04 +00:00
}
"cl_cross_circle_alpha"
2018-08-13 07:06:04 +00:00
{
"Circle transparency (0-255)"
{ STRING }
{ "" }
2018-08-13 07:06:04 +00:00
}
"cl_cross_circle_outline"
2018-08-13 07:06:04 +00:00
{
"Circle outline thickness"
{ STRING }
{ "" }
2018-08-13 07:06:04 +00:00
}
"cl_cross_circle_outline_alpha"
2018-08-13 07:06:04 +00:00
{
"Circle outline transparency (0-255)"
2018-08-13 07:06:04 +00:00
{ STRING }
{ "" }
}
"cl_cross_circle_outline_inner"
{
"Outline inside of the circle"
{ BOOL }
{ "" }
}
"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" }
}
2018-08-13 07:06:04 +00:00
"cl_centerentityid"
{
"Center player names"
{ BOOL }
{ "0" }
}
"cl_highdetail"
{
2018-08-13 07:06:04 +00:00
"High detail particle systems"
{ BOOL }
{ "0" }
}
"cl_buildmessages"
{
"Show team build messages"
{ BOOL }
{ "1" }
}
2018-08-13 07:06:04 +00:00
"cl_labelhivesight"
{
2018-08-13 07:06:04 +00:00
"Show alien hivesight text"
{ BOOL }
{ "1" }
}
"cl_musicenabled"
{
"Music enabled"
{ BOOL }
{ "1" }
}
"cl_musicvolume"
{
"Music volume (0-255)"
{ NUMBER 0.000000 255.000000 }
2018-08-13 07:06:04 +00:00
{ "100.000000" }
}
"cl_musicdirectory"
{
"Custom music directory"
{ STRING }
{ "" }
}
"cl_musicdelay"
{
"Random seconds between songs"
{ NUMBER 0.000000 10000.000000 }
{ "90.000000" }
}
"r_decals"
{
"Decal limit"
{ NUMBER 0.000000 4096.000000 }
{ "4096.000000" }
}
}