mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
advanced options and version number updates for v3.3b1
This commit is contained in:
parent
d4d05b21c5
commit
b66afaeed0
4 changed files with 44 additions and 15 deletions
|
@ -8,7 +8,7 @@ developer_url "http://www.unknownworlds.com/ns/"
|
|||
url_info "http://www.unknownworlds.com/ns/"
|
||||
url_dl "http://www.unknownworlds.com/ns/view?action=files"
|
||||
icon "ns"
|
||||
version "v3.2.3"
|
||||
version "v3.3"
|
||||
size "165000000"
|
||||
svonly "0"
|
||||
secure "0"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
////////////////////////////////////////////////////
|
||||
|
||||
// Default server name. Change to "Bob's Server", etc.
|
||||
hostname "Natural Selection v3.2.3"
|
||||
hostname "Natural Selection v3.3"
|
||||
|
||||
// Must specify sv_region, or it won't show up in Steam server browser
|
||||
// 0: US East coast
|
||||
|
|
|
@ -52,7 +52,7 @@ DESCRIPTION SERVER_OPTIONS
|
|||
{
|
||||
"#Valve_Hostname"
|
||||
{ STRING }
|
||||
{ "Natural Selection 3.2.3 Server" }
|
||||
{ "Natural Selection 3.3 Server" }
|
||||
}
|
||||
|
||||
"maxplayers"
|
||||
|
|
|
@ -48,6 +48,13 @@ DESCRIPTION INFO_OPTIONS
|
|||
{ "0" }
|
||||
}
|
||||
|
||||
"cl_ambientsound"
|
||||
{
|
||||
"Ambient sound volume (0 to 1)"
|
||||
{ NUMBER 0.000000 1.000000 }
|
||||
{ "0.000000" }
|
||||
}
|
||||
|
||||
"hud_style"
|
||||
{
|
||||
"HUD style (requires map reload)"
|
||||
|
@ -172,6 +179,13 @@ DESCRIPTION INFO_OPTIONS
|
|||
{ "0.000000" }
|
||||
}
|
||||
|
||||
"cl_cross_circle_thickness"
|
||||
{
|
||||
"Crosshair circle thickness"
|
||||
{ NUMBER 0.000000 255.000000 }
|
||||
{ "0.000000" }
|
||||
}
|
||||
|
||||
"crosshair"
|
||||
{
|
||||
"Legacy crosshair system"
|
||||
|
@ -193,18 +207,6 @@ DESCRIPTION INFO_OPTIONS
|
|||
{ "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)"
|
||||
|
@ -226,6 +228,26 @@ DESCRIPTION INFO_OPTIONS
|
|||
{ "qwerasdfzxcv" }
|
||||
}
|
||||
|
||||
"cl_mutemenu"
|
||||
{
|
||||
"Scoreboard mute menu hotkey"
|
||||
{
|
||||
LIST
|
||||
"None" "0"
|
||||
"Left click" "1"
|
||||
"Right click" "2"
|
||||
"Middle mouse" "3"
|
||||
}
|
||||
{ "3.000000" }
|
||||
}
|
||||
|
||||
"cl_showspeed"
|
||||
{
|
||||
"Show player speed"
|
||||
{ BOOL }
|
||||
{ "0" }
|
||||
}
|
||||
|
||||
"cl_centerentityid"
|
||||
{
|
||||
"Center player names"
|
||||
|
@ -261,6 +283,13 @@ DESCRIPTION INFO_OPTIONS
|
|||
{ "0" }
|
||||
}
|
||||
|
||||
"r_dynamic"
|
||||
{
|
||||
"Dynamic lighting (non-nvidia graphics users should turn off)"
|
||||
{ BOOL }
|
||||
{ "1" }
|
||||
}
|
||||
|
||||
"hud_fastswitch"
|
||||
{
|
||||
"Weapon fast-switch"
|
||||
|
|
Loading…
Reference in a new issue