Skip to content

Instantly share code, notes, and snippets.

@snapeuh
Last active August 11, 2023 22:00
Show Gist options
  • Save snapeuh/af1d6e6cbe43d5805d28365474188c89 to your computer and use it in GitHub Desktop.
Save snapeuh/af1d6e6cbe43d5805d28365474188c89 to your computer and use it in GitHub Desktop.
CS:GO autoexec
// Bind
bind "f1" "buy m4a1; buy ak47"
bind "f2" "buy famas; buy galilar"
bind "f3" "buy mac10; buy mp9"
bind "f4" "buy awp"
bind "f5" "buy hegrenade"
bind "f6" "buy flashbang"
bind "f7" "buy smokegrenade"
bind "f8" "buy incgrenade; buy molotov"
bind "f10" "buy vest"
bind "f11" "buy vesthelm"
bind "f12" "buy defuser"
bind "r" "+reload; r_cleardecals"
// Console
con_enable "1"
bind "=" "toggleconsole"
// Viewmodel
viewmodel_presetpos "3"
viewmodel_fov "68"
viewmodel_offset_x "2.5"
viewmodel_offset_y "0"
viewmodel_offset_z "-1.5"
// Bob
cl_bob_lower_amt "5"
cl_bobamt_lat "0.1"
cl_bobamt_vert "0.1"
cl_bobcycle "0.98"
cl_viewmodel_shift_left_amt "0.5"
cl_viewmodel_shift_right_amt "0.25"
// Network
rate "786432"
cl_updaterate "128"
cl_cmdrate "128"
cl_interp "0"
cl_interp_ratio "1"
cl_predict "1"
cl_predictweapons "1"
cl_lagcompensation "1"
// Netgraph
net_graph "1"
net_graphpos "2"
net_graphproportionalfont "0"
net_graphheight "9999"
alias +netg "net_graphheight 32;+showscores"
alias -netg "net_graphheight 9999;-showscores"
bind "tab" "+netg"
// Radar
cl_radar_always_centered "0"
cl_radar_scale "0.5"
cl_hud_radar_scale "1.2"
cl_radar_icon_scale_min "1"
cl_radar_rotate "1"
cl_radar_square_with_scoreboard "1"
// Sound
dsp_enhance_stereo "0"
snd_mixahead "0.05"
snd_pitchquality "1"
snd_front_headphone_position "53.2" // 45.0 (4:3 resolution) or 53.2 (16:9)
snd_rear_headphone_position "90.0"
snd_headphone_pan_exponent "1.2"
snd_headphone_pan_radial_weight "0.5"
snd_mute_losefocus "0"
// Hud
hud_scaling "0.80"
hud_showtargetid "1"
// Misc
fps_max "0"
r_drawtracers_firstperson "0"
cl_use_opens_buy_menu "0"
cl_autowepswitch "0"
cl_autohelp "0"
cl_showhelp "0"
cl_disablefreezecam "1"
host_writeconfig
echo "[OK] autoexec has loaded !"
@snapeuh
Copy link
Author

snapeuh commented Nov 30, 2022

Options de lancement :

-refresh 144 -exec autoexec.cfg -novid -nojoy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment