Você está na página 1de 2

CSGO TIPS:

First Lets talk about launch options.


Open steam > Click CSGO > right click > click properties > Click set launch options
Type this with a space in between each command and make sure to add -
-novid (this will remove the intro scene so it takes you straight to menu)
-high (this will set your cpu to focus all of its attention on csgo and less on background
applications
-threads X (now with the X you should replace it with how many cores your processor has this
will let csgo know how many cores it has access to should it need more than 2)
-Tickrate 128 (this will change the tickrate of competitive servers change it to 128 this will
refresh with the server 128/s as opposed to the default 64)
Ok we are done with launch options! Now to custom config files!

[your Steam directory]\SteamApps\common\Counter-Strike Global Offensive\csgo\cfg


^ is where you will find your config file folder.
So create a new notepad file in that folder call it whatever u want I just use autoexec as a name.
Within that type these things:
Mat_queue_mode-1 (it tells your computer how to deal with csgo in terms of how it
processes information)
Fps_max X (set the x to whatever frame rate you want, I typically recommend your monitors
refresh rate so mine is 144hz so I would do 145 that way im getting only what I need and not
wasting gpu horsepower getting 400-500 frames when my monitor is only outputting 144 for me
to see)
r_dynamic 0 (turns off dynamic lighting, its very distracting )
r_drawparticle 0 (turns off engine particles.)
r_drawtracers_firstperson 0 (removes the light tracers from your weapon when you fire. )
mat_savechanges (saves your graphics options so they will be the same the next time you start
up the game.)
Now these are commands to change the radar, I prefer it this way but you can change and mess
with the settings:
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"
Now lets change the view model a bit, these set of commands will move the model of your
weapon a little out of your way and disables the bob you get when you run
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"
Now these are performance improvements that will overall smooth things out more especially in
128 tick servers
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0"
cl_interp_ratio "1"
cl_lagcompensation "1"
Now this will bind a key of your choice to voice disable your teammates (all of them) if they are
being loud or annoying. By pressing the key it will mute them and if you press it again it will un-
mute, of course you can always click tab and individually mute someone but this is just a quick
fix if multiple people are annoying
bind [key] toggle voice_enable 1 0
snd_musicvolume [value]
Changes the music volume. I set this to 0 to avoid distractions but its up to you.

Você também pode gostar