Skip to content

Instantly share code, notes, and snippets.

@pxseu
Last active February 24, 2021 20:09
Show Gist options
  • Save pxseu/b018542acc27c2e05d17d4ac7e756c96 to your computer and use it in GitHub Desktop.
Save pxseu/b018542acc27c2e05d17d4ac7e756c96 to your computer and use it in GitHub Desktop.
csgo config
// -console -novid -tickrate 128 -refresh 75 -high -threads 8 +exec autoexec +cl_forcepreload 1 -nod3d9ex -nojoy
// originally taken from franzj
unbindallmousekeyboard
bind "`" "toggleconsole"
bind "escape" "cancelselect"
// ----------------------
// mouse
// ----------------------
bind "mwheeldown" "slot3;"
bind "mwheelup" "+jump"
bind "mouse5" "+lookatweapon;+swipe"
bind "mouse4" "+voicerecord"
bind "mouse3" "player_ping"
bind "mouse2" "+attack2;+lever"
bind "mouse1" "+skeet"
// ----------------------
// movement
// ----------------------
bind "w" "+mfwd"
bind "s" "+mback"
bind "a" "+mleft"
bind "d" "+mright"
bind "space" "+jump"
bind "ctrl" "+duck;+low"
bind "shift" "+speed;+slow"
bind "k" "+voicerecord"
bind "r" "+reload"
bind "e" "+use;+lever"
bind "q" "lastinv;+flip"
bind "1" "slot1;+low"
bind "2" "slot2;+switch"
bind "3" "slot3;+switch"
bind "4" "slot4;+lever"
bind "5" "slot5"
bind "y" "say"
bind "u" "say_team"
bind "b" "buymenu"
bind "m" "teammenu"
bind "g" "drop;+switch"
bind "t" "+spray_menu"
bind "v" "+lookatweapon;+swipe"
bind "x" "use weapon_healthshot; "
bind "z" "playvol buttons/combine_button7 .7;radialradio2"
bind "n" "+crosshairsmoke"
bind "h" "+jumpthrow"
bind "tab" "+_scoregraph;+graphSound"
// ----------------------
// audio
// ----------------------
snd_mvp_volume "0"
voice_enable "1"
volume "1"
voice_scale ".5"
snd_tensecondwarning_volume ".03"
snd_menumusic_volume "0"
snd_roundend_volume "0.02"
snd_roundstart_volume "0"
snd_deathcamera_volume "0"
snd_mapobjective_volume "0"
snd_roundstart_volume "0"
snd_roundend_volume "0"
snd_deathcamera_volume "0"
// ----------------------
// misc
// ----------------------
m_rawinput "1"
m_mousespeed "0"
m_customaccel "0"
joystick "0"
mm_dedicated_search_maxping "350"
cl_autowepswitch "0"
mat_queue_mode "2"
cl_use_opens_buy_menu "0"
cl_showloadout "1"
sv_steamgroup "1"
cl_hud_radar_scale "0.9"
cl_radar_scale "0.4"
cl_radar_always_centered "0"
// ----------------------
// crosshair
// ----------------------
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "0.0"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.300000"
cl_crosshair_dynamic_splitdist "5"
cl_crosshair_friendly_warning "0"
cl_crosshair_outlinethickness "0.500000"
cl_crosshair_sniper_show_normal_inaccuracy "0"
cl_crosshair_sniper_width "1"
cl_crosshair_t "0"
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "255"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "200"
cl_crosshairdot "0"
cl_crosshairgap "-1.500000"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairsize "2.500000"
cl_crosshairstyle "4"
cl_crosshairthickness "0"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "3"
// viewmodel
cl_viewmodel_shift_left_amt "0.500000"
cl_viewmodel_shift_right_amt "0.250000"
viewmodel_fov "68"
viewmodel_offset_x "2.5"
viewmodel_offset_y "2.0"
viewmodel_offset_z "-2.0"
viewmodel_presetpos "0"
viewmodel_recoil "1.0"
cl_bob_lower_amt "5.000000"
cl_bobamt_lat "0.100000"
cl_bobamt_vert "0.100000"
cl_bobcycle "0.98"
// ----------------------
// audio aliases
// ----------------------
//
alias "+lever" "playvol buttons/button17 .2"
alias "+switch" "playvol buttons/button18 .4"
alias "+slow" "playvol buttons/lever7 .1"
alias "+low" "playvol buttons/combine_button2 .1"
alias "+flip" "playvol buttons/combine_button1 .2"
alias "+swipe" "playvol buttons/button9 .1"
// ----------------------
// aliases
// ----------------------
alias "checkfwd" ""
alias "checkback" ""
alias "checkleft" ""
alias "checkright" ""
alias "+jumpthrow" "+jump;-attack"
alias "-jumpthrow" "-jump"
alias "-crosshairsmoke" "cl_crosshairsize 2.5;cl_crosshairdot 0;cl_crosshairgap -1.5"
alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 1;cl_crosshairgap 10"
alias "-mfwd" "-forward; checkback; alias checkfwd"
alias "-mback" "-back; checkfwd; alias checkback"
alias "-mleft" "-moveleft; checkright; alias checkleft"
alias "-mright" "-moveright; checkleft; alias checkright"
alias "+mfwd" "-back; +forward; alias checkfwd +forward"
alias "+mback" "-forward; +back; alias checkback +back"
alias "+mleft" "-moveright; +moveleft; alias checkleft +moveleft"
alias "+mright" "-moveleft; +moveright; alias checkright +moveright"
alias "+_scoregraph" "+showscores; net_graphheight 0;"
alias "-_scoregraph" "-showscores; net_graphheight 2000;"
alias "+graphSound" "playvol buttons/combine_button7 .7"
alias "+skeet" "playvol buttons/blip1 .3;+attack"
alias "-skeet" "-attack"
alias "dm" "ignorerad; ignoremsg; voice_enable 0"
alias "dsc" "disconnect"
alias "dc" "disconnect"
alias "qq" "quit"
alias "q" "quit"
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment