Skip to content

Commit

Permalink
update adv options with new commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pierow committed Aug 23, 2023
1 parent dbf3b84 commit 7791ebd
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions main/user.scr
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,45 @@ DESCRIPTION INFO_OPTIONS
}
{ "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"
{
Expand Down Expand Up @@ -156,6 +195,13 @@ DESCRIPTION INFO_OPTIONS
{ STRING }
{ "qwerasdfzxcv" }
}

"hud_teamhealthalert"
{
"Show health/armor of team when <"
{ NUMBER 0.000000 100.000000 }
{ "95.000000" }
}

"cl_cross"
{
Expand Down

0 comments on commit 7791ebd

Please sign in to comment.