You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/game/client/hl2/hud_weaponselection.cpp
+48-25Lines changed: 48 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
#ifdef NEO
14
14
#include"c_neo_player.h"
15
15
#include"neo_enums.h"
16
+
#include"neo/ui/neo_root_settings.h"
16
17
#endif// NEO
17
18
18
19
#include"VGuiMatSurface/IMatSystemSurface.h"
@@ -29,6 +30,9 @@
29
30
#include"tier0/memdbgon.h"
30
31
31
32
ConVar hud_showemptyweaponslots( "hud_showemptyweaponslots", "1", FCVAR_ARCHIVE, "Shows slots for missing weapons when recieving weapons out of order" );
ConVar cl_neo_streamermode("cl_neo_streamermode", "0", FCVAR_ARCHIVE | FCVAR_USERINFO, "Streamer mode turns player names into generic names and hide avatars.", true, 0.0f, true, 1.0f);
142
142
ConVar cl_neo_streamermode_autodetect_obs("cl_neo_streamermode_autodetect_obs", "0", FCVAR_ARCHIVE, "Automatically turn cl_neo_streamermode on if OBS was detected on startup.", true, 0.0f, true, 1.0f);
143
+
ConVar cl_neo_equip_utility_priority("cl_neo_equip_utility_priority", "1", FCVAR_ARCHIVE, "Utility slot equip priority. 0 = Frag,Smoke,Detpack, 1 = Class Specific First.", true, 0.0f, true, 1.0f);
0 commit comments