Counter-Strike 2

Counter-Strike 2

View Stats:
hashi-UK May 8, 2015 @ 3:33am
cl_hud_playercount_showcount 1 not working in console or autoexec
this is my autoexec , everything works fine except I always see icons. Tried changing in console ,command recognized but still only see the 5 icons for each team. Other commands in autoexec all working fine , as they are in console too.Only this is broken.



//Auto Weapon Switch
cl_autowepswitch "0" // we dont want to pick up & switch to a rifle up if we're in the middle of firing our pistol


sv_cheats 1 // Allows for noclip, godmode, and a ton of other stuff
sv_infinite_ammo 2 // Infinite Ammo, Weapons still require reload
sv_grenade_trajectory 1 // Trails behind grenade tosses. When you are on your own server and others are on, ONLY YOU CAN SEE THESE; they cannot. This is a valve thing. If you want them to see trails, they have to spectate you.
sv_grenade_trajectory_time 10 // Length of time trails stay
sv_grenade_trajectory_thickness 0.2 // Thickness of the nade trail. If you record how-to videos like I do, something thicker might be better for youtube visability
sv_showimpacts 1 // Shows hitboxes, where bullets land on the wall and position of the opponent when they are hit
bind alt "noclip" //hold alt to go through walls
alias "m4" "give weapon_m4a1"
alias "m4a1" "give weapon_m4a1_silencer"
alias "ak" "give weapon_ak47"
alias "p90" "give weapon_p90"

//Bobbing and Movement Shifting - remove all the dumb view bob
cl_viewmodel_shift_left_amt "0"
cl_viewmodel_shift_right_amt "0"
cl_bob_lower_amt "0"
cl_bobamt_lat "0"
cl_bobamt_vert "0"
cl_showloadout "1"
cl_bobcycle "1"

//Bypass OS Interface & Acceleration - yes
m_rawinput "1"
m_mouseaccel1 "0"
m_mouseaccel2 "0"

cl_hud_playercount_showcount 1
cl_updatevisibility 1 // Too hard to explain, look it up on YouTube or something

cl_lagcompensation 1 // Too hard to explain, look it up on YouTube or something

cl_predict 1 // Too hard to explain, look it up on YouTube or something

cl_predictweapons 1 // Too hard to explain, look it up on YouTube or something"

bind f5 "demoui" //for watching replays

cl_crosshairalpha "245"
cl_crosshaircolor "1"
cl_crosshaircolor_b "0"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "0"
cl_crosshairdot "1"
cl_crosshairgap "-1"
cl_crosshairsize "3"
cl_crosshairstyle "3"
cl_crosshairusealpha "1"
cl_crosshairthickness "1"
cl_fixedcrosshairgap "-1"
cl_crosshair_drawoutline "1"
cl_crosshair_outlinethickness "1"

//Deathcam - optional again
cl_disablefreezecam "1"

//Gun Tracers - disables your own , not enemies
r_drawtracers_firstperson "0"

cl_disablehtmlmotd 1 // Disables the Message of the Day menu that comes up when you join servers

//Help Messages - you dont need these
gameinstructor_enable "0"
cl_autohelp "0"
cl_showhelp "0"

cl_freezecampanel_position_dynamic 0 // Your camera doesn't swing around when you die. Leave this on for better callouts

//HUD - adjust for preference i guess
hud_scaling ".95"
hud_showtargetid "1"
bind "TAB" "+ng"; //
alias "+ng" "+showscores; net_graph 1" // these 3 = onyl show netgraph when tab/scoreboard is held
alias "-ng" "-showscores; net_graph 0" //

//Max Ping - adjust for preference
mm_dedicated_search_maxping "50" // we dont wanna get put in a server where we have 200 ping

//MOTD
cl_disablehtmlmotd "1"
cl_downloadfilter "nosounds"

snd_headphone_pan_exponent 2 // This and snd_mixahead are supposed to enhance footsteps (default is 1)
snd_mixahead 0.05 // This and snd_headphone_pan_exponent are supposed to enhance footsteps (default is 0.1)

//Performance & Rates - rates for 128 tick servers, matchmaking is 64 but this is usually fine
cl_forcepreload "1"
cl_interp "0"
cl_interp_ratio "1"
cl_cmdrate "128"
cl_updaterate "128"
rate "128000"

//Radar - radar settings + adjustment on numpad enter
cl_hud_playercount_pos 1;
cl_hud_playercount_showcount 1; // Shows number of people alive instead of aliases on your HUD (default: 0)
cl_hud_bomb_under_radar "1"
cl_radar_rotate "0"
cl_radar_always_centered "0"
cl_radar_scale "1" //this is v big 0.32 may be preferred
cl_radar_icon_scale_min "0.5"

bind "kp_enter" "incrementvar cl_radar_scale 0.32 0.52 0.05" // this lets you adjust radar scale on numpad enter

//Sound - less delayed, better sound
windows_speaker_config "1"
snd_mixahead "0.05"
snd_musicvolume "0"
snd_headphone_pan_exponent "2"
snd_headphone_pan_radial_weight "1"
snd_rear_headphone_position "90"
bind "kp_minus" "toggle voice_enable 1 0" // this lets you turn voice on and off on numpad minus
bind f1 "cl_hud_playercount_showcount 1"

//use q to sqitch to and from knife
alias +knife slot3
alias -knife lastinv
bind q +knife

bind mwheelup "slot1; viewmodelmin" // Primary Gun
bind mwheeldown "slot2; viewmodelmin" // Secondary Gun
bind mouse4 "slot8; viewmodeldesk" // Smoke
bind mouse5 "slot7; viewmodelgren" // Flashbang
bind b "slot6; viewmodelhe" // HEGrenade
bind o "slot10; viewmodelgren" // Molotov


echo "Autoexec Config loaded"
host_writeconfig
Date Posted: May 8, 2015 @ 3:33am
Posts: 0