mirror of
https://github.com/ENSL/NS.git
synced 2025-02-08 08:42:04 +00:00
update adv options with new commands
This commit is contained in:
parent
dbf3b84ab7
commit
7791ebd8d2
1 changed files with 46 additions and 0 deletions
|
@ -95,6 +95,45 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{ "3.000000" }
|
{ "3.000000" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"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"
|
"cl_mutemenu"
|
||||||
{
|
{
|
||||||
"Scoreboard mute menu hotkey"
|
"Scoreboard mute menu hotkey"
|
||||||
|
@ -157,6 +196,13 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{ "qwerasdfzxcv" }
|
{ "qwerasdfzxcv" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"hud_teamhealthalert"
|
||||||
|
{
|
||||||
|
"Show health/armor of team when <"
|
||||||
|
{ NUMBER 0.000000 100.000000 }
|
||||||
|
{ "95.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
"cl_cross"
|
"cl_cross"
|
||||||
{
|
{
|
||||||
"New crosshair system"
|
"New crosshair system"
|
||||||
|
|
Loading…
Reference in a new issue