CS GO useful Console Commands

Here I've shared some very useful console commands which will surely help you in many aspects:



This will clear all the bullet decals and blood from the walls when performing these actions.
bind "shift" "+speed;r_cleardecals"
bind "CTRL" "+duck;r_cleardecals"
bind "mwheelup" "+jump;r_cleardecals"

Some client console commands that have been said to improve FPS.
cl_freezecameffects_showholiday 0 *//only relevant during holidays of course*
cl_showloadout "0"
cl_forcepreload "1"

Instead of always having netgraph on my screen I have it only show up when I hit tab.
I've heard having that or cl_showfps 1 constantly on screen has a negative impact on your FPS
bind "TAB" "+netscores";
alias "+netscores" "+showscores; netgraph";
alias "-netscores" "-showscores; net_graph 0";
alias "netgraph" "net_graph 1";

Binding -/= to decrease/increase volume.
bind "-" "incrementvar volume 0 1 -0.025"
bind "=" "incrementvar volume 0 1 0.025"

Mouse4 to toggle between primary and secondary weapon.
alias rotate1 "slot1; bind mouse4 rotate2"
alias rotate2 "slot2; bind mouse4 rotate1"
bind mouse4 rotate1
alias resetrotate "bind mouse4 rotate1"
bind 3 "slot3; resetrotate"
bind 4 "slot4; resetrotate"
bind 5 "slot5; resetrotate"    


Quick grenade throws

Switching to knife first before using nade makes it switch faster for some reason
bind "v" "use weapon_knife;use weapon_flashbang" 
bind "g" "use weapon_knife;use weapon_hegrenade"
bind "c" "use weapon_knife;use weapon_smokegrenade"

Show only damage info in console while keeping the ---- formating.
con_filter_text "-" instead of the commonly used *con_filter_text "damage"
con_filter_enable "1"
con_filter_text "-"


Toggle ON|OFF Voice / Chat messages (Very handy for clutch moments and chatty teammates)

You might want to use voice_scale instead of voice_enable to help remind you to toggle back on.
alias activateClutchMode "voice_enable 0; say_team Call-out period is over. VOICE/CHAT OFF; ignoremsg; ignoremsg; bind mouse5 deactivateClutchMode"
alias deactivateClutchMode "voice_enable 1; say_team VOICE/CHAT ON; ignoremsg; bind mouse5 activateClutchMode "
bind mouse5 activateClutchMode 

Don't forget to Share

No comments

Powered by Blogger.