top of page
Writer's pictureAbhishek 'Cyb0rG' Ogale

Optimal CS:GO config

Updated: Jul 12, 2020

Here I am providing you guys my own CS:GO config file. It will surely help you. It has some very useful binds included.



CONFIG
CS:GO AUTOEXEC CONFIG


 

cl_interp 0 // MINIMUM INTERP, BETTER PERFORMANCE

cl_interp_ratio 1 // IF PACKET LOSS, set to '2' or if no packet loss set to '1'

cl_updaterate 128

cl_cmdrate 128

rate 128000 //Only if NETWORK SPEED>100 KB/S



cl_use_opens_buy_menu 0

net_graph "1"

net_graphheight "9999"

alias "+scorenet" "+showscores; net_graphheight 0"

alias "-scorenet" "-showscores; net_graphheight 9999"

bind "TAB" "+scorenet" // Will show net graph only when you press TAB or scoreboard key.


alias +reloadSay "say_team I'm Reloading!;+reload"

alias -reloadSay "-reload"

bind r +reloadSay // Will type "I'm Reloading" in teamchat.


alias +jumpduck "+duck; +jump"

alias -jumpduck "-duck; -jump"

bind KP_ENTER +jumpduck // Don't use this bind its not very reliable for clutch situations.


alias +jumpthrow "+jump; -attack"

alias -jumpthrow -jump

bind n +jumpthrow // Bind for a jumpthrow. Pull the pin of nade before pressing.


bind mwheelup +jump // Useful for bunny hopping.Some private servers don't allow use of this command make sure to check first.


bind "o" "r_cleardecals"// Blood and bulletholes disappear, so you can spot enemies easily.


developer 1

con_filter_enable 2

con_filter_text_out "Player:"

con_filter_text "damage Given" // Shows damage given to enemy in the upper left corner.


bind "h" "toggle gameinstructor_enable" //Useful for finding the bomb for a ninja defuse.


cl_bob_lower_amt 5 (Lowest)

cl_bobamt_lat 0.1 (Lowest)

cl_bobamt_vert 0.1 (Lowest)

cl_bobcycle 0.98 (Default)

cl_viewmodel_shift_left_amt 0.5 (Lowest)

cl_viewmodel_shift_right_amt 0.25 (Lowest)


cl_radar_always_centered "0" //optional.

cl_radar_scale 0.4 //optional.

// Below line is Mandatory to execute the config.

host_writeconfig

 


6 views0 comments

Comments


bottom of page