Skip to content

Instantly share code, notes, and snippets.

@Olical
Created September 7, 2016 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Olical/6adac5a24f8612f889d4440bdad58c8e to your computer and use it in GitHub Desktop.
Save Olical/6adac5a24f8612f889d4440bdad58c8e to your computer and use it in GitHub Desktop.
My CS:GO settings
// optimised map
cl_radar_always_centered "0"
cl_radar_scale "0.3"
cl_hud_radar_scale "1.15"
cl_radar_icon_scale_min "1"
cl_radar_rotate "1"
cl_radar_square_with_scoreboard "1"
// 128 tick optimisation commands
cl_updaterate 128 // send maximum data every tick
cl_cmdrate 128 // receive maximum data each tick
rate 128000 // allow packet size to match tick
cl_interp 0 // will default to lowest possible for each game
cl_interp_ratio 1 // less lag compensation problems
// random helpful shit
cl_join_advertise 2 // let friends join you in community servers without an invite
mat_powersavingsmode 0 // useful for laptops
net_graph 1 // shows helpful imformation
net_graphproportionalfont 0 // reduces size of net_graph
hud_showtargetid 0 // turns off annoying red and green crosshair
snd_mixahead 0.05 // hear sounds quicker
cl_forcepreload 1 // can reduce lags mid game
zoom_sensitivity_ratio_mouse 0.8189 // most accurate sniper zoom sensitivity
cl_disablehtmlmotd 1 // turns off annoying html message
// smoothness
fps_max 300
// mic volume
voice_mixer_volume "1.0"
// Always show inventory
cl_showloadout 1
-novid -high -threads 4 -freq 144 -refresh 144 -tickrate 128 -nojoy -nod3d9ex +exec autoexec.cfg
@Olical
Copy link
Author

Olical commented Sep 7, 2016

The autoexec file for me is in .../csgo/cfg/autoexec.cfg, where "..." is the directory you get when you right click CS:GO in steam -> properties -> local files -> browse local files.

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