From b66afaeed0cf10cd52bcdd7275c74cb44476358a Mon Sep 17 00:00:00 2001 From: pierow Date: Thu, 4 Feb 2021 00:17:19 -0500 Subject: [PATCH] advanced options and version number updates for v3.3b1 --- main/liblist.gam | 2 +- main/server.cfg | 2 +- main/settings.scr | 2 +- main/user.scr | 53 ++++++++++++++++++++++++++++++++++++----------- 4 files changed, 44 insertions(+), 15 deletions(-) diff --git a/main/liblist.gam b/main/liblist.gam index 6dd4c554..aba1293a 100644 --- a/main/liblist.gam +++ b/main/liblist.gam @@ -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" diff --git a/main/server.cfg b/main/server.cfg index 6b998d43..d94fdd1d 100644 --- a/main/server.cfg +++ b/main/server.cfg @@ -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 diff --git a/main/settings.scr b/main/settings.scr index e69e83fe..ad7e6cec 100644 --- a/main/settings.scr +++ b/main/settings.scr @@ -52,7 +52,7 @@ DESCRIPTION SERVER_OPTIONS { "#Valve_Hostname" { STRING } - { "Natural Selection 3.2.3 Server" } + { "Natural Selection 3.3 Server" } } "maxplayers" diff --git a/main/user.scr b/main/user.scr index 4c2587eb..b495b204 100644 --- a/main/user.scr +++ b/main/user.scr @@ -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"