Bad FPS in CSGO

vestedchicken65

Honorable
Nov 6, 2014
86
0
10,640
Recently i have noticed that in CSGO i am getting pretty bad frame rate, so i decided to run an in-game csgo fps benchmarks test, when i ran the test pretty much on max graphics i was only able to achieve an average of 60fps which is pretty bad considering when i used to be able to get about 120 on the same test. Even when i dropped my graphics setting down to the lowest i still only got an average of 101fps. So i am wondering if anyone has any ideas on why i could be getting such bad frames.
PC specs:
Geforce GTX 960(2gb)
AMD FX-8320(4ghz overclock)
8gb ddr3 ram
144hz monitor
Windows 10
 
Solution
Dropping CSGO settings to its lowest offloads graphic work onto your CPU. I would suggest setting them to mid settings. If your running one of my maps that fps drop is normal. :)

Valve has went out of their way to add content without much in the way of optimizing the game. You can try removing some features using an autoexec.cfg file in the csgo/cfg folder. These setting may increase your fps a bit. Most player models have goggles so why include eyes?

cl_disablehtmlmotd "1" // Disables The Servers Message of The Day.
cl_forcepreload "1" // Preloads The Whole Map & Sounds.
fps_max "110" // You Choose, i Use 110 to keep game play smooth with fewer dips.
mat_queue_mode "2" // Forcing Your CPU To Use Multi-Threaded Mode...
Dropping CSGO settings to its lowest offloads graphic work onto your CPU. I would suggest setting them to mid settings. If your running one of my maps that fps drop is normal. :)

Valve has went out of their way to add content without much in the way of optimizing the game. You can try removing some features using an autoexec.cfg file in the csgo/cfg folder. These setting may increase your fps a bit. Most player models have goggles so why include eyes?

cl_disablehtmlmotd "1" // Disables The Servers Message of The Day.
cl_forcepreload "1" // Preloads The Whole Map & Sounds.
fps_max "110" // You Choose, i Use 110 to keep game play smooth with fewer dips.
mat_queue_mode "2" // Forcing Your CPU To Use Multi-Threaded Mode.
r_drawtracers_firstperson "0" // Firstperson Tracers OFF.
r_eyegloss "0" // No Makeup.
r_eyemove "0" // No Eye Movement.
r_eyeshift_x "0" // No Eye Movement X-Angel.
r_eyeshift_y "0" // No Eye Movement Y-Angel.
r_eyeshift_z "0" // No Eye Movement Z-Angel.
r_eyesize "0" // Smaller Eyes.
 
Solution