Created
June 6, 2017 20:02
-
-
Save scwood/62faab6f1eab92b4e31cdef094a854d9 to your computer and use it in GitHub Desktop.
CS:GO config
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 | |
| fps_max 0 | |
| closeonbuy 1 | |
| gameinstructor_enable 0 | |
| bind p "exec autoexec" | |
| // net graph | |
| net_graph 1 | |
| net_graphpos 2 | |
| // radar | |
| cl_radar_always_centered 0 | |
| cl_radar_scale 0.3 | |
| cl_radar_rotate 1 | |
| // general bindings | |
| bind "MWHEELDOWN" "+jump" | |
| bind q +knife | |
| alias +knife slot3 | |
| alias -knife lastinv | |
| // grenade bindings | |
| bind z "buy hegrenade; use weapon_hegrenade" | |
| bind x "buy molotov; buy incgrenade; use weapon_molotov; use weapon_incgrenade" | |
| bind c "buy flashbang; use weapon_flashbang" | |
| bind v "buy smokegrenade; use weapon_smokegrenade" | |
| // weapon bindings | |
| bind ins "buy deagle" | |
| bind home "buy fiveseven; buy tec9" | |
| bind pgup "buy p250" | |
| bind del "buy m4a1; buy ak47" | |
| bind end "buy famas; buy galilar" | |
| bind pgdn "buy ump45" | |
| bind leftarrow "buy defuser" | |
| bind downarrow "buy vesthelm; buy vest" | |
| bind rightarrow "buy vest" | |
| bind uparrow "buy awp" | |
| // crosshair | |
| cl_crosshair_drawoutline "0" | |
| cl_crosshairalpha "255" | |
| cl_crosshaircolor "1" | |
| cl_crosshairdot "0" | |
| cl_crosshairgap "-5" | |
| cl_crosshairsize "3" | |
| cl_crosshairstyle "4" | |
| cl_crosshairthickness "0.5" | |
| cl_crosshairusealpha "1" | |
| cl_fixedcrosshairgap "-2" | |
| // view model positioning and movement | |
| viewmodel_presetpos "3" | |
| viewmodel_fov "68" | |
| viewmodel_offset_x "2.5" | |
| viewmodel_offset_y "1" | |
| viewmodel_offset_z "-1.500000" | |
| 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_bobcycle "2" | |
| // write and echo | |
| host_writeconfig | |
| echo "autoexec.cfg loaded" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment