PC How to create a CS:GO auto exec file. Screenshots!

Status
Not open for further replies.

grand

Sex? Yes please.
May 4, 2014
249
78
In this tutorial you will learn how to create an autoexec file in csgo. What this does is execute a string of chosen console commands instead of typing them in every single time you launch csgo. These commands could be your crosshair, video settings, keybinds, viewmodel, etc.
So go into your csgo cfg directory. This is different for some, but the default one would be C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg.
So create a text document and your code into it. Then change the format to cfg. (it doesn't have to be an exact command list, it is 100% your choice of commands.).
This is mine.
r_drawtracers_firstperson 0
net_graph 1 //shows your ping, fps, loss, etc
rate 128000 // optimises your faceit, cevo, esea game for 128 tick.
cl_cmdrate 128
cl_updaterate 128
fps_max 0 // unlimited fps cap. switch to 60 for a 60 fps cap or 120 for a 120 fps cap, etc
fps_max_menu 0 // caps fps in loading screens
cl_interp 0 // only set to values if you know and use
cl_interp_ratio 1
cl_interpolate 1
viewmodel_fov 68 // my viewmodel
viewmodel_offset_x 2.5
viewmodel_offset_y 2
viewmodel_offset_z -2
cl_bob_lower_amt "5.000000" // reduces weapon sway while running
cl_bobamt_lat "0.100000"
cl_bobamt_vert "0.100000"
cl_viewmodel_shift_left_amt "0.500000"
cl_viewmodel_shift_right_amt "0.250000"
mm_session_max_ping 50 // max ping when in matchmaking
ECHO Your autoexec has succesfully loaded!! // this message will show up in your console if your autoexec has succesfully loaded.

Now go into your steam library and right click your CSGO game. Click "Set Launch Options" and type in +exec autoexec
There you have it!
 
Last edited:

grand

Sex? Yes please.
May 4, 2014
249
78
fps_max 0 is unlimited.
fps_max 999 limits it to 999...
Same thing, getting a 999 fps is basically the limit, many people can't get to 999 fps. But thanks, I'll keep that in mind my friend :)
 

Bossman

Member
May 28, 2017
14
24
Hey thanks for this, I've not had an autoexec in a while and forgot how to do it.
 
Status
Not open for further replies.

Users who are viewing this thread

Top