Skip to content

Instantly share code, notes, and snippets.

@rogersdepelle
Last active February 7, 2019 23:35
Show Gist options
  • Save rogersdepelle/9748fcde805578b18347891ebfdba564 to your computer and use it in GitHub Desktop.
Save rogersdepelle/9748fcde805578b18347891ebfdba564 to your computer and use it in GitHub Desktop.
CSGO Config File
clear
echo "[INIT]"
cl_forcepreload "1"
m_rawinput "1"
// HUD and Graphics
fps_max "125"
fps_max_menu "60"
gameinstructor_enable "0"
hud_scaling "0.90"
hud_showtargetid "1"
net_graph "1"
net_graphpos "1"
net_graphproportionalfont "1"
// Sound
snd_deathcamera_volume "0"
snd_mapobjective_volume "0"
snd_menumusic_volume "0"
snd_mute_losefocus "0"
snd_occlusion_eq_high "1"
snd_roundend_volume "0"
snd_roundstart_volume "0"
snd_tensecondwarning_volume "0.1"
voice_enable "1"
voice_scale "0.3"
// General Settings
cl_autohelp "1"
cl_autowepswitch "0"
cl_color "2"
cl_disablehtmlmotd "1"
cl_downloadfilter "nosounds"
cl_hud_background_alpha "0"
cl_hud_bomb_under_radar "1"
cl_hud_color "2"
cl_hud_healthammo_style "1"
cl_hud_playercount_pos "0"
cl_hud_playercount_showcount "0"
cl_hud_radar_scale "1"
cl_radar_always_centered "1"
cl_radar_icon_scale_min "1"
cl_radar_scale "0.25"
cl_show_clan_in_death_notice "0"
cl_showhelp "0"
cl_showloadout "1"
cl_showpos "0"
cl_teammate_colors_show "1"
cl_use_opens_buy_menu "0"
// Lag Compensation
cl_interp_ratio "1"
cl_interp "0"
// Crosshair
cl_crosshairdot "0"
cl_crosshairstyle "4"
cl_crosshaircolor "5"
cl_crosshaircolor_r "0"
cl_crosshaircolor_g "255"
cl_crosshaircolor_b "0"
cl_crosshair_drawoutline "1"
cl_crosshairsize "3.5"
cl_crosshairgap "-1"
cl_crosshair_sniper_width "2.5"
// Weapon Position
cl_righthand "1"
viewmodel_offset_x "0"
viewmodel_offset_y "-2"
viewmodel_offset_z "-2"
viewmodel_fov "54"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bobcycle "0.1"
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.5"
echo "[BINDS]"
bind "capslock" "toggle voice_enable 1 0 1"
// Rotate
alias righton "+right; bind l rightoff"
alias rightoff "-right; bind l righton"
bind l righton
volume .75n
alias volumeup "volume .75; bind k volumedown"
alias volumedown "volume .25; bind k volumeup"
bind k volumedown
bind "g" "drop"
bind "h" "+lookatweapon"
alias -smoke_throw "cl_crosshairsize 3.5;"
alias +smoke_throw "cl_crosshairsize 9999;"
bind mouse4 +smoke_throw
// Jump Throw
alias "+jumpthrow" "+attack;+jump;-attack"
alias "-jumpthrow" "-jump"
bind "q" "+jumpthrow"
// Spin
alias "+spin" "m_yaw 0.09"
alias "-spin" "m_yaw 0.022"
bind mouse5 "+spin"
// net_graph When TAB
net_graph "1"
net_graphheight "9999"
bind "TAB" "+scorenet"
alias "+scorenet" "+showscores; net_graphheight 0"
alias "-scorenet" "-showscores; net_graphheight 9999"
// Team Equipment
alias show show1
alias show1 "+cl_show_team_equipment; bind w +showup; alias show show2"
alias show2 "unbind w; -cl_show_team_equipment; bind w +forward; alias show show1"
alias +showup "+forward; +cl_show_team_equipment"
alias -showup "-forward;"
echo "[FINISHED]"
// start options
// -novid -console -freq 60 -refresh 60 -mat_queue_mode 2 -nod3d9ex +exec autoexec.cfg -windowed -noborder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment