How to set up cs go so that it doesn’t lag. How to make CS:GO not lag? Commands to Increase FPS

The popular Counter-Strike: Global Offensive is a fairly demanding game on the computer. Therefore, often players with old or weak machines have to think hard about what to do if CS GO lags. Why is that? How to remove lags?

Often CS GO starts to glitch on weak, low-performance computers, even if on Windows 10. Especially the game does not like laptops. But that's not a problem. After all, you can configure it so as to raise the number of FPS to the minimum acceptable. Now we will figure out how to make sure that CS:GO does not lag.

Setting up graphics

The first thing to do is lower your graphics settings to the lowest setting. This will not only add 20-60 FPS, but also increase the player's attentiveness. After all, the main thing in the game is to make smart frags and react before the opponent, and not admire the bushes and naturalistic water, right?

Then you need to turn off the power saving mode if the game is on a laptop. To do this, just click on the battery icon in the tray and select the "High performance" mode. In this case, the system becomes faster.

If the device on which the game lags has an NVIDIA graphics card, then you can also configure it. For this you need:

  1. Right-click on an empty space on the desktop;
  2. Select "NVIDIA Control Panel";
  3. In the window that opens, check the item "User settings with an emphasis on ...";
  4. Using the slider that appears at the bottom, move the pointer towards performance.

Such settings will make the image quality even worse. But at the same time, the performance of the device will seriously increase, and this guarantees a good increase in a couple of dozen FPS.

  1. In the left list, open the item "Manage 3D settings";
  2. Select the "Program settings" tab;
  3. Open "Select a program to configure ..." and among all programs find Counter-Strike: Global Offensive;
  4. Then find in the list "Texture filtering - quality" and switch to "High performance" in the menu;
  5. Find and turn off "Anti-Aliasing - Mode".

Then you need to apply the settings - and you can close the program window. With this setting, less resources will be spent on textures and rendering. At the same time, the speed of processing all information will greatly increase. And this is a few more FPS, which are sometimes so lacking for a frag.

Adjusting launch options

But what to do if CS GO lags even with such graphic settings? You will have to set other launch options. One way or another, they will affect how much CS GO lags.

To open the launch options, you need to right-click on CS GO in the Steam library and select "Properties". And then click on Launch Options. And in the line that appears, copy the following:

Let's analyze each command necessary so that the game does not lag:

  1. -high - launch CS GO with a high priority, maximum resources will be allocated to it;
  2. +cl_forcepreload - initiates the loading of the map before the start of the round, that is, nothing will be loaded during the process;
  3. -novid - disables the intro video, after which the game does not lag in the menu;
  4. -w 640 -h 480 - this is one command, it sets the resolution to 640x480 (if it is uncomfortable to play, you can set it to 800x600);
  5. -full - will start the game in full screen mode.

Eliminate other causes

If changing the CS parameters did not help, and the question of how to set up CS GO so that it does not lag is still relevant, you will have to look deeper for the reasons:

  1. If this is a pirate, then the reason may be in her;
  2. Interferes with antivirus or Firewall;
  3. The system is clogged with garbage from various programs and games;
  4. An evil virus has got into the computer and reduces performance;
  5. PC constantly overheats;
  6. Not enough internet speed;
  7. Some third party server (not Valve) uploaded content to the game that prevents it from working properly.

Most of the time, all you need to do is:

  1. Buy the game on Steam;
  2. Download Dr.Web Cure It and CCleaner programs, and then systematically clean the system from viruses and debris;
  3. Take your laptop or computer for cleaning if it starts to heat up and make noise;
  4. Reinstall the game, completely cleaning all files from it from the PC;
  5. Change the provider or increase the speed of the Internet by turning off the load on it;
  6. Disable antivirus and Firewall or put Counter-Strike: Global Offensive in exceptions;
  7. It is trite to restart the computer before each launch of CS:GO.

Naturally, this can help if the computer meets the minimum requirements of the game. Otherwise, no advice will help on how to make CS GO not lag. All the same, the minimum lags in the COP will remain.

Enter the net_graph 3 command in the console. In the lower right corner you will see connection statistics. This is a very useful tool, as it shows information about the incoming / outgoing connection, current ping, the number of lost packets of information during transmission / reception, frame rate.


Loss - a number that shows how many packets were lost during transmission from the server to you. Usually it indicates a discrepancy between the speed of your incoming channel and the outgoing server. In order to accept the redundant information that the server is trying to transmit to you, you need to reduce the amount of this information.

Choke - an indicator of how much your computer cannot transmit to the server due to the fact that the speed of your connection does not allow, or the server is requesting too much information.

2. Task Manager

1. During the game, call the Winows Task Manager (Ctrl + Alt + Delete)
2. In the window that appears, select the "Processes" tab
3. We are looking for the csgo.exe process for hlds.exe
4. Right click on the csgo.exe process
5. In the frame that appears, select "Priority"
5. Set the priority to "Below average", in the window that appears, click OK.

Notes:
Personally, I tested it, it really works!
There was a ping from 80 to 100, it dropped from 30 to 60!

3. Ping and call quality

Ping depends on the quality of the connection, the higher the quality, the lower the ping, and the lower the ping, the more convenient it is to hit the head. Everyone probably knows that while you are playing CS, there is an exchange of traffic (packets) between the server and your computer, its total amount (MB) depends on how many times per minute requests are sent to the server. The number of requests can be reduced, thereby reducing the traffic exchange with the server. I would also like to add - not a single setting may be suitable, so experiment, look for your golden mean.

COMMANDS TO DRIVE IN THE CONSOLE OR POST THEM IN THE CONFIG.CFG FILE
DSL-settings: (more than 8 Mbit)
rate 25000
cl_cmdrate "101"
cl_updaterate "101"
fps_max "100.0"
DSL-settings: (for 64 Kbit - 8 Mbit)
rate 20000
cl_cmdrate 51
cl_updaterate 51
Good game!
cl_cmdrate - number of updates (sends) of information from the client to the server, per second
cl_updaterate - number of updates (sends) of information from the server to the client, per second
rate - incoming traffic limit (from server to client) in bytes per second
cl_rate - limits the flow from the client to the server Quote:
rate #### - Stream (in bytes) from the server side. In general, this value should be lower than the modem connection speed by about 20-30% (because the outgoing stream also exists and, having taken all 100% of the line bandwidth, you will doom yourself.
If you set a value greater than the allowable value, then FlushEntityPacket will occur, the server will “throw” the user with “packets” at his own request at a convenient time for him. It should be taken into account that for a large number of players (16-20) the connection speed plays a big role. It is not recommended to set the maximum value if the packets often do not reach: you need to have a "reserve" for their "retransmission".

4. What should be written in the config so that it lags less?

Before starting the game, turn off icq, stop downloads and everything else that creates extra traffic.

Rate 20000
cl_rate 9999
cl_updaterate 100 (if ping is off scale, then "30")
cl_cmdrate 100 (if ping is off scale, then "30")

To be able to control connection parameters, you can add this to the \cstrike\config.cfg file:

Net_graph "1" or "2" or "3"
net_scale "5"
net_graphpos "2"

Decryption:

Rate - Restriction of incoming traffic (Bytes / sec.)
cl_rate - Limiting outgoing traffic (Bytes / sec.)
cl_updaterate - Number of updates from server to client (incoming traffic) per sec.
cl_cmdrate - Number of updates from client to server (outgoing traffic) per sec.

Some more useful config settings (file \cstrike\config.cfg):


cl_cmdbackup 2 // Whether to resend a copy of the package on loss (?)
cl_resend 6 // Number of retransmissions of a packet on loss
cl_timeout 500 // Timeout before disconnection when connection with the server is lost, in sec.
cl_lc 1 // Lago compensation - prediction of shots hit (1=on/0=Off)
cl_lw 1 // Lag compensation for shooting animation (1=on/0=Off)
cl_allowupload 0 // Disabled uploading custom decals to the server
cl_allowdownload "0" // Disabled downloading maps. Through the modem in the archive, they download much faster.

Create a ping.cfg file in cstrike. Write this in ping.cfg: cl_allowdownload "0" // Allow downloads from the server cl_allowupload "0" // Allow downloads from the client cl_cmdbackup "2" // Number of packets sent cl_cmdrate "11" // Frequency of sending commands cl_download_ingame "0" / / Load files while playing cl_lc "1" // Optimize speedcl_lw "1" // Optimize weapons cl_lb "1" // Optimize effects cl_nodelta "0" // Disable delta compression cl_nopred "0" // Don't predict movement cl_resend "1" // Wait time responsecl_showfps "0" // Show FPScl_updaterate "11" // Game update ratefastsprites "2" // Sprite type max_shells "0" // Amount of rendered ammo max_smokepuffs "0" // Amount of smoke rendered amp_decals "10" // Amount of smoke rendered mp_footsteps "1" // Footstep Sounds net_graph "0" // Connection Graphzoom_sensitivity_ratio "1" // Zoom Sensitivity net_graphwidth "130" // Connection Graph Width net_graphpos "3" // Connection Graph Position cl_latency "-200" // Simulate or Compensate Pushlat Delay ency "-200" // Imitation or compensation of delayscr_conspeed "10000" // Console crawl speed rate "2100" // rate (game update rate) fps_modem "61" // FPS modem cl_rate "1300" // cl_rate (game update rate) cl_weather "0" // Disable weather// Server network optimization settingssv_unlag "1" // Maintain optimization cl_lcsv_unlagmax "0.5" // Maximum delay time sv_unlagsamples "2" // Number of packets sent// Reportecho "Config loaded* then save . In the autoexec.cfg file write: exec ping.cfg That's it! P.S/ If someone has a ping of 300-500, this is for him :)

5. So, let's start lowering the ping in CS

cl_allowdownload, cl_allowupload - with a value of 0 (this is zero and not the letter o =)) prohibits the player from exchanging models, maps, etc. with the server. In general, this command has practically no effect on ping, so we set 1
cl_cmdbackup - determines the number of packets sent to the server per second, I advise you to set it to 1.
cl_cmdrate - determines the rate at which commands are sent to the server. The optimal value is 20-30.
cl_download_ingame - set to 0, because the team is responsible for downloading other people's models, etc., but we don't need it at all, because the ping is also affected by ...
cl_lc - lag compensation from the server side, it's better to set it to 1.
cl_lw, cl_lb - set the value to 1 for both teams (the physics of grenade flight, blood spatter, etc. will be calculated on the client side) [ - the value 0 disables delta compression, set to 0. cl_nopred - set to 0, the actions of the players will become smoother. cl_resend - determines the time after which the packet will be sent if the previous one did not reach. We put 4 or 5. cl_updaterate - determines the speed of updating information about the game. A value of 20 is optimal mp_decals - the number of effects to be visible at the same time. Do you want less lag? Set it to 0. [ These were the main ones, here are some more useful ones: r_drawviewentities - disables the display of models (when set to 0). Leave 1. hud_fastswitch - set to 1 max_shells - number of shells visible at the same time. Set to 0. fastsprites - smoke quality, optimally set to 2. max_smokepuffs - number of simultaneously visible smoke puffs, the less the better. Now, if you are the owner of the server, all that remains is to write the following commands: sv_unlag - compensates for client lags sv_unlagmax - maximum delay compensation time. Leave the default value - 0.5. sv_unlagsamples Determines how many previous packets to use to calculate client latency. One package is enough (value 1).

Players of "Counter-Strike: Global Offensive" often encounter unexpected problems in the game, expressed in a delay in the reaction of the computer to the actions taken by the gamer. In this article, we will look at five common reasons why CS:GO lags, and what to do so that the game does not lag.

Windows firewall and antivirus

Often the main reason why the game can lag is the work of the antivirus and firewall, which slow down the processing of data coming to the computer, even if the PC or laptop has a fairly fast Internet connection. How to make cs go not lag, in this case the question is simple, you just need to disable the antivirus.

If "Counter-Strike: Global Offensive" continues to slow down, the player needs to turn to the "Windows" settings. In the operating system menu, you need to find the "Control Panel" section, then go to "System and Security", then click "Windows Firewall". In the menu that appears, you need to find the corresponding shutdown column “Turn off Windows Firewall”, then you need to confirm the action that changes the settings and restart the computer.

In most cases, this procedure eliminates the problem of lags.

Insufficient internet speed

In this section of the article, we will consider what to do if cs go lags due to insufficient Internet connection speed. This problem is one of the most relevant for players, and is often associated with the quality of services provided by providers, but it can also be the cause of the actions of the player himself.

If "Counter-Strike: Global Offensive" used to work fine, and then suddenly began to constantly lag, there is a high probability that your network is heavily loaded and unable to quickly process the information flow. In this case, there is only one option on how to set up cs go so that it does not lag - this is to increase the speed of the Internet by switching to another, more productive tariff, or wait a while until the network load subsides.

If cs go starts to lag at certain periods, but not constantly, the active download of files during the game may be the cause of the problem. To eliminate lags in this case, we remove all active downloads.

Also, when “brakes” appear, you can lower the game settings from high to weak; on a weak Internet, the minimum resolution will increase performance and get rid of lags.

Unofficial servers and pirated version of the game

The question "What to do if cs go lags?" often associated with the use of an unofficial version of the game, third-party add-ons and applications installed in the repatch can affect the gameplay, significantly slowing it down. If the cs go pirate starts to “slow down” and the problem does not fix itself, the player is offered the following option on how to remove the lags.

First of all, a complete reinstallation of the game is done from the existing installation files, if the game has not become better, and the configured cs go does not work normally, then the only way is to completely demolish cs go and install the official client.

Also, the problem may arise when visiting unofficial servers, in this case the game may lag due to the need to install low-quality software add-ons that reduce computer performance. How to make sure that cs go does not lag in such a situation? Very simple, you need to go to the official servers, before that you have completely reinstalled the game in order to remove all unwanted add-ons.

Poor computer performance

Problems with lags in cs go players arise due to the low characteristics of the computer. The performance of a PC or laptop cannot cope with the processing of the received data and gives out information with a delay, which leads to lags. How to make cs go not lag in this case? This is to change the "iron", in most cases, even using the "minimum" game with the lowest settings will not help get rid of the "brakes". If setting up csgo did not bring success, we set up the computer directly, as a rule, in this situation it is necessary to disable all running programs, leaving only the system and those required for the game.

Impaired computer performance

A frequent problem of not having a good game in cs go is a violation of computer performance, which can be caused by a number of reasons. The first is overheating of the PC due to heavy dust pollution, the player should not wait for the computer to malfunction, it is necessary to periodically clean the system unit, eliminating dust pollution.

Second, the clutter of the operating system. As a rule, it occurs when new programs and applications are constantly added, including installation on the system drive. The loaded operating system does not cope with its tasks, provoking lags in the game. The problem is solved by removing unnecessary programs, cleaning the operating system.

Lags in CS:GO, especially on Windows 10, may appear due to outdated video card drivers and DirectX, which is fixed by updating the necessary software.

Download from mail cloud

As far as we all know CSGO is a brand new game that requires a powerful computer to run without any lags. Of course, for most players, devices do not quite allow playing at high settings, so everyone is looking for workarounds and trying to remove lags in CS:GO. To do this, in fact, is not difficult, but you need to "puff" a little and delve into the settings.

  • Weak computer, since the game is quite modern, but there is not enough power.
  • Unstable internet, CS:GO requires a permanent connection to the network. And if this is not enough, then the ping in the game will be high.
  • Clogged computer and low free space, in some cases is also a problem for an uncomfortable game.

Let's start by lowering the ping. To lower this parameter, which greatly affects the stability of the game, you should use the instructions:

  • Enter the command in the console net graph 3, check the quality of your network connection in the lower corner. There are two things here. Loss - the number of lost packets of information that the server sends to us. That is, based on this parameter, you can find out about the discrepancy between the user's incoming channel and the server's outgoing channel. The second parameter is Choke. With it, you can understand how much information the computer is not able to transmit.
  • Then you need to call during the game "Windows Task Manager most likely everyone knows how to do it. If not, press the three keys Ctrl+Alt+Delete at the same time. Open the "Processes" tab, where we are looking for our game. It will be called csgo.exe or hlds.exe. Right-click on the found process. There will be a "Priority" tab and set the value to "Below average" and click OK.
  • Enter the command net_graph 3 in the console. In the lower corner, look for information about the quality of the connection to the network. There are two things here. Loss - the number of lost packets of information that the server sends to us. That is, based on this parameter, you can find out about the discrepancy between the user's incoming channel and the server's outgoing channel. The second parameter is Choke. With it, you can understand how much information the computer is not able to transmit.
  • Then you need to call the Windows Task Manager during the game. Chances are everyone knows how to do it. If not, press the three keys Ctrl+Alt+Delete at the same time. Open the "Processes" tab, where we are looking for our game. It will be called csgo.exe or hlds.exe. Right-click on the found process. There will be a "Priority" tab and set the value to "Below average" and click OK.

With this simple method, you can reduce the ping by almost half. This will give us a high-quality exchange of data packets between the server and the computer, therefore, the game will be more stable and without any freezes, lags, shaking, and so on.

Small tricks to combat lags

So, let's begin. The first step is to go to the console in the game itself. This is done by pressing the tilde key (letter "ё" on the keyboard). It happens that the console does not open the first time, so you need to go to "Settings" and select "Enable Developer Panel" there. It happens that even after this maneuver the coveted window does not open. In this case, you need to open Steam, go to the "Library" there, open CS GO and go to "Launch Options", where you need to write "e-console". This is where it will open up.

Now you need to set the following parameters.

First and foremost is an esports game, to become a winner you need to have good game performance to achieve victory. What we need to win is an intelligent team, perseverance and good game performance.

But your CS:GO is very buggy in the menu, slows down and has low FPS in the game? It's not a problem! We offer ways to improve CS:GO performance and increase FPS.

1. Setting up CS:GO.

Graphics settings in the game.

CS:GO has a pretty nice picture on almost any graphics settings.
We set the minimum graphic settings in the game, except for the parameters that affect the gameplay and performance. Turn on shadows and multi-core processing. Set the resolution to maximum. Go to the “Sound Settings” menu → Speaker type: 2 speakers.

Game launch options.

Noaafonts - Disables screen font smoothing.

Threads 4 - We use 4 processor threads. If you have a 4-core Intel processor with Hyper-threading or AMD with SMT, then set it to 8. Accordingly: 6 cores - 12 threads, 8 cores - 16 threads, etc.

High - Run the game with a high priority, it is not recommended to bet on weak CPUs.

Fps_max 300 - The maximum FPS threshold. Affects only the speed of loading the map.

Nod3d9ex1 - Allows you to quickly collapse and expand the game.

You should get something like the following launch options: -console -novid -noaafonts -threads 4 +fps_max 300 -nod3d9ex1

We advise you to copy a special configuration file to the game folder, which will be automatically applied when you start the game and activate commands for optimization. To do this, go to the CFG (Counter-Strike Global Offensivecsgocfg) folder and copy the file "" with a replacement, if one already exists.

2. System setup.

Disable DVR.

Do you have Windows 10 and CS:GO slows down, freezes the menu, showing the FPS lower than in fairly demanding games? So you should turn off the technology Game DVR in the Xbox app. Game DVR is an alternative to Fraps and Bandicam and is designed for quick gameplay video recording and screenshots. But it has an unpleasant feature and severely limits FPS in CSGO up to 30 frames per second and even lower.

To disable the Game DVR option, download and run this registry file:
Console commands to view FPS: net graph 1 and cl_showfps 1

Windows 10 optimization.

We cut out all the spy modules in the OS and disable the Metro applications that load the system. We launch the program, go to the settings tab and turn on the professional mode. We set the settings as in the screenshot, go to the main tab and press the button " Destroy Windows 10 Spying».

Clearing RAM.

Press Ctrl + Shift + Esc on the keyboard and end unnecessary processes that load RAM and CPU.
For instance:
GoogleCrashHandler.exe
GoogleCrashHandler64.exe
RadeonSettings.exe
smartscreen.exe
utorrent.exe
chrome.exe
WmiPrvSE.exe

Video card setup.

Set up system power. Follow the instructions provided in the screenshots: