Skip to content

Instantly share code, notes, and snippets.

@distransient
Last active December 26, 2015 22:48
Show Gist options
  • Save distransient/c82931ef0e06e133e0ed to your computer and use it in GitHub Desktop.
Save distransient/c82931ef0e06e133e0ed to your computer and use it in GitHub Desktop.
csgo config
sensitivity "1" // DPI is 1200
con_enable "1" // Enable console
snd_musicvolume "0" // No in-game music
// Crosshair
cl_crosshairstyle "4" // Static classic crosshair
cl_crosshair_drawoutline "0" // More crisp crosshair
cl_crosshairdot "0" // Remove dot to make visibility better
cl_crosshairthickness "0" // Thinner crosshair
cl_crosshairgap "-2" // Bring crosshair closer together
cl_crosshairsize "2" // Make crosshair smaller
// Interface
hud_scaling ".5" // Make all UI smaller
cl_hud_radar_scale "1.3" // Make radar UI bigger
cl_radar_always_centered "0" // Center radar in middle of map
cl_radar_rotate "0" // Dont rotate radar with mouse
cl_radar_scale "0.3" // Zoom out radar to see more
cl_radar_square_with_scoreboard "0" // Preserve gameplay radar in scoreboard
// Viewmodel
viewmodel_fov "68" // Depth
viewmodel_offset_y "2" // Depth
viewmodel_offset_x "2.5" // Lateral
viewmodel_offset_z "-2" // Vertical
cl_bob_lower_amt "0" // Amount viewmodel lowers when running
cl_bobamt_lat "0" // Side-to-side walk bounce
cl_bobamt_vert "0" // Vertical walk bounce
// Binds
bind "q" "slot3" // Easier to reach knife
bind "f" "slot6" // Frag grenade
bind "3" "slot7" // Flash grenade
bind "4" "slot8" // Smoke grenade
bind "t" "slot9" // Decoy grenade
bind "5" "slot10" // Incendiary grenade
bind "j" "say !r" // Restart run on bhop/surf
bind "mouse3" "+jump" // Autobhop jump bind
bind "mouse4" "+lookatweapon" // I press this accidentally all the time anyways
bind "mouse5" "+voicerecord" // Eaziest to reach
bind "mwheeldown" "+jump" // Legit bhop jump bind
bind "space" "+duck" // Makes crouch spraying EZ
bind "v" "+speed" // Walk bind reachable by my thumb
sv_cheats "1" // enable `cheat` commands
alias ammo "sv_infinite_ammo 2"
alias noteamlimit "mp_limitteams 0; mp_autoteambalance 0" // keep server from controlling teams
alias maxround "mp_roundtime 60; mp_roundtime_defuse 60; mp_roundtime_hostage 60" // max roundtime
alias money "mp_buytime 9999; mp_buy_anywhere 1; mp_maxmoney 60000; mp_startmoney 60000; impulse 101" // buy anywhere, max money
mp_freezetime 0
alias restart "mp_warmup_end; mp_restartgame 1" // end round, restart whole game
alias all "noteamlimit;maxround;ammo;money;restart"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment