Last active
September 27, 2018 07:03
-
-
Save elomatreb/fd869d8108248cafb872 to your computer and use it in GitHub Desktop.
my CSGO settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// General | |
sensitivity 1.15 // 1200 DPI | |
zoom_sensitivity_ratio_mouse 1 | |
cl_autowepswitch 0 | |
cl_disablehtmlmotd 1 | |
net_graph 1 | |
net_graphpos 3 | |
net_graphproportionalfont 0 | |
viewmodel_offset_y 2 | |
viewmodel_offset_z -2 | |
// Crosshair | |
cl_crosshairstyle 2 | |
cl_crosshaircolor 1 | |
cl_crosshairthickness 1 | |
cl_crosshairsize 4 | |
cl_crosshairdot 1 | |
cl_crosshairgap 1.5 | |
cl_crosshair_dynamic_maxdist_splitratio 1 | |
cl_crosshair_dynamic_splitalpha_outermod 1 | |
cl_crosshair_dynamic_splitdist 4 | |
// Binds | |
unbind 7 | |
unbind 8 | |
unbind 9 | |
unbind 0 | |
// - Utility | |
bind "/" "toggleconsole" | |
bind "MOUSE4" "noclip" | |
bind "n" "noclip" | |
bind "m" "demoui" | |
bind "t" "r_cleardecals" | |
bind "ALT" "+voicerecord" | |
bind "u" "radio3" | |
bind "i" "radio2" | |
bind "o" "radio1" | |
// - Grenades | |
bind "MOUSE5" "use weapon_knife; use weapon_flashbang" | |
bind "x" "use weapon_knife; use weapon_hegrenade" | |
bind "c" "use weapon_knife; use weapon_smokegrenade" | |
bind "v" "use weapon_knife; use weapon_molotov; use weapon_incgrenade" | |
bind "h" "use weapon_knife; use weapon_decoy" | |
host_writeconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment