mirror of
https://github.com/ENSL/NS.git
synced 2024-11-21 20:21:14 +00:00
update options with new cvars
This commit is contained in:
parent
8220ae1738
commit
27d5db3b03
1 changed files with 63 additions and 0 deletions
|
@ -323,6 +323,62 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{ BOOL }
|
{ BOOL }
|
||||||
{ "1" }
|
{ "1" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"hud_health_scale"
|
||||||
|
{
|
||||||
|
"Health size scale"
|
||||||
|
{ NUMBER 0.000000 3.000000 }
|
||||||
|
{ "1.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"hud_health_alphamin"
|
||||||
|
{
|
||||||
|
"Health minimum opacity (0-255)"
|
||||||
|
{ NUMBER 0.000000 255.000000 }
|
||||||
|
{ "128.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"hud_health_x"
|
||||||
|
{
|
||||||
|
"Health screen position X (0-1, 0 is default)"
|
||||||
|
{ NUMBER 0.000000 1.000000 }
|
||||||
|
{ "0.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"hud_health_y"
|
||||||
|
{
|
||||||
|
"Health screen position Y (0-1, 0 is default)"
|
||||||
|
{ NUMBER 0.000000 1.000000 }
|
||||||
|
{ "0.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"hud_ammo_scale"
|
||||||
|
{
|
||||||
|
"Ammo size scale"
|
||||||
|
{ NUMBER 0.000000 3.000000 }
|
||||||
|
{ "1.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"hud_ammo_alphamin"
|
||||||
|
{
|
||||||
|
"Ammo minimum opacity (0-255)"
|
||||||
|
{ NUMBER 0.000000 255.000000 }
|
||||||
|
{ "128.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"hud_ammo_x"
|
||||||
|
{
|
||||||
|
"Ammo screen position X (0-1, 0 is default)"
|
||||||
|
{ NUMBER 0.000000 1.000000 }
|
||||||
|
{ "0.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
|
"hud_ammo_y"
|
||||||
|
{
|
||||||
|
"Ammo screen position Y (0-1, 0 is default)"
|
||||||
|
{ NUMBER 0.000000 1.000000 }
|
||||||
|
{ "0.000000" }
|
||||||
|
}
|
||||||
|
|
||||||
"cl_placebo"
|
"cl_placebo"
|
||||||
{
|
{
|
||||||
|
@ -509,6 +565,13 @@ DESCRIPTION INFO_OPTIONS
|
||||||
{ "1" }
|
{ "1" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"cl_cross_dot_round"
|
||||||
|
{
|
||||||
|
"Dot is rounded"
|
||||||
|
{ BOOL }
|
||||||
|
{ "0" }
|
||||||
|
}
|
||||||
|
|
||||||
"cl_cross_dot_size"
|
"cl_cross_dot_size"
|
||||||
{
|
{
|
||||||
"Dot size"
|
"Dot size"
|
||||||
|
|
Loading…
Reference in a new issue