Skip to content

Instantly share code, notes, and snippets.

@teraflik
Last active January 25, 2021 16:11
Show Gist options
  • Save teraflik/df5133ea9a53906bea484402787ef451 to your computer and use it in GitHub Desktop.
Save teraflik/df5133ea9a53906bea484402787ef451 to your computer and use it in GitHub Desktop.
Counter-Strike: Global Offensive config file
unbindallmousekeyboard
bind "ESCAPE" "cancelselect"
bind "`" "toggleconsole"
//bind "TAB" "+showscores"
//bind "SPACE" "+jump"
bind "," "buyammo1"
bind "." "buyammo2"
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "a" "+moveleft"
bind "b" "buymenu"
bind "c" "radio3"
bind "d" "+moveright"
bind "f" "+lookatweapon;r_cleardecals"
bind "g" "drop"
bind "i" "show_loadout_toggle"
bind "MOUSE4" "+voicerecord" //Set to MOUSE5 after getting a new mouse
bind "m" "teammenu"
bind "q" "lastinv"
bind "r" "+reload"
bind "s" "+back"
bind "t" "+spray_menu"
bind "u" "messagemode2"
bind "w" "+forward"
bind "x" "radio2"
bind "y" "messagemode"
bind "z" "radio1"
bind "CTRL" "+duck"
bind "SHIFT" "+speed"
bind "F3" "autobuy"
bind "F4" "rebuy"
bind "F5" "jpeg"
bind "F6" "save quick"
bind "F7" "load quick"
bind "MWHEELDOWN" "+jump"
bind "MWHEELUP" "invprev"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "PAUSE" "pause"
bind "DEL" "mute"
//Crouch-jump bind
alias +cjump "+jump; +duck"
alias -cjump "-jump; -duck"
bind "SPACE" +cjump
//Custom binds
BindToggle "n" voice_enable
bind "PGUP" "incrementvar voice_scale 0 1 0.1"
bind "PGDN" "incrementvar voice_scale 0.1 1 -0.1"
bind "CAPSLOCK" "toggle cl_crosshairsize 4.5 500"
// Buy and instantly drop a P250
alias buydrop "buy p250; slot2; drop"
bind "p" buydrop
//Smoke-C4 bind, hold e
alias +bombfind "+use;gameinstructor_enable 1;cl_clearhinthistory"
alias -bombfind "-use;gameinstructor_enable 0;cl_clearhinthistory"
bind e "+bombfind"
//Quick flashbang out
bind "v" "use weapon_knife; use weapon_flashbang"
bind "h" "use weapon_knife; use weapon_hegrenade"
//Net Graph - show netgraph when checking scoreboard
net_graph 1
net_graphheight "9999"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
bind "TAB" "+scorenet"
//Buy binds
bind "kp_end" "buy ak47; buy m4a1;"
bind "kp_ins" "buy vest;"
bind "kp_del" "buy vesthelm; buy defuser;"
bind "kp_downarrow" "buy ump45;"
bind "kp_pgdn" "buy awp;"
bind "kp_plus" "buy molotov; buy incgrenade;"
bind "kp_slash" "buy smokegrenade;"
bind "kp_multiply" "buy flashbang;"
bind "kp_minus" "buy hegrenade;"
bind "kp_home" "buy tec9; buy fiveseven;"
bind "kp_uparrow" "buy deagle;"
bind "kp_pgup" "buy p250;"
bind "kp_leftarrow" "buy galilar; buy famas;"
bind "kp_5" "buy p90;"
bind "kp_rightarrow" "buy mp7;"
bind "kp_enter" "buy vesthelm; buy defuser; buy smokegrenade; buy flashbang; buy hegrenade; buy molotov; buy incgrenade;"
//Crosshair
cl_crosshair_drawoutline "1"
cl_crosshair_dynamic_maxdist_splitratio "0.35"
cl_crosshair_dynamic_splitalpha_innermod "1"
cl_crosshair_dynamic_splitalpha_outermod "0.5"
cl_crosshair_dynamic_splitdist "7"
cl_crosshair_outlinethickness "0.500000"
cl_crosshair_sniper_show_normal_inaccuracy "0"
cl_crosshair_sniper_width "1"
cl_crosshairalpha "255"
cl_crosshaircolor "1"
cl_crosshaircolor_b "255"
cl_crosshaircolor_g "0"
cl_crosshaircolor_r "255"
cl_crosshairdot "0"
cl_crosshairgap "-2.000000"
cl_crosshairgap_useweaponvalue "0"
cl_crosshairsize "4.500000"
cl_crosshairstyle "4"
cl_crosshairthickness "0.500000"
cl_crosshairusealpha "1"
cl_fixedcrosshairgap "-4.5"
//Audio
volume "1"
voice_enable "1"
voice_scale "0.4"
snd_deathcamera_volume "0" // Music in deathcamera
snd_mapobjective_volume "0" // Music that starts when bomb is planted
snd_menumusic_volume "0" // Music in main menu
snd_roundend_volume "0" // Music when round ends
snd_roundstart_volume "0" // Music when round starts
snd_tensecondwarning_volume "0.4" // 10 Second bomb music timer (actually 9.7 seconds) (recommended on)
snd_mixahead "0.05"
snd_headphone_pan_exponent "2"
snd_headphone_pan_radial_weight "2"
snd_mute_losefocus "1"
//Mouse
sensitivity "1.8"
zoom_sensitivity_ratio_mouse "1"
m_rawinput "1"
m_mousespeed "0" // Disables mouse acceleration
m_customaccel "0"
m_mouseaccel1 "0"
m_mouseaccel2 "0"
//Viewmodel
cl_righthand "1"
//Rates
rate "786432"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0"
cl_interp_ratio "2"
cl_lagcompensation "1"
//Misc
con_enable "1"
fps_max "999"
cl_join_advertise "2" // Allows friends to click your name and join your server
cl_showloadout "1" // Always show your items on screen (bottom right)
hud_showtargetid "1" // Shows enemy name when you aim at them
r_drawtracers_firstperson "0" // Removes tracers coming from your own weapon (careful, it helps with spray)
cl_show_clan_in_death_notice "1" // Shows team tag in death messages
snd_mute_losefocus "0" // Enables game volume to play when alt-tabbed
net_client_steamdatagram_enable_override "1" // Force Steam datagram relay on (recommended)
ui_steam_overlay_notification_position "topright"
player_nevershow_communityservermessage "1"
mm_dedicated_search_maxping "200"
gameinstructor_enable "0"
option_duck_method "0"
option_speed_method "0"
cl_forcepreload "1"
cl_downloadfilter "nosounds"
cl_disablehtmlmotd "0"
cl_autohelp "0"
cl_showhelp "0"
cl_disablefreezecam "1"
cl_teammate_colors_show "1"
cl_autowepswitch "0"
cl_use_opens_buy_menu "0"
closeonbuy "0"
hud_takesshots "0"
echo ""
echo "########## RTC CONFIG LOADED ##########"
echo ""
host_writeconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment