| Bind increase or decrease csgo radar

Radar size control via binds in CS:GO

Contents
Контроль размера радара через бинды в CS 2

COP binds to radar

It is not uncommon for players to run into specific difficulties, spending a huge amount of time trying to find a truly optimal size for the radar. This is not surprising, because due to the too small radar, it becomes much more difficult to determine the positions of teammates. At the same time, an overly large radar takes up too much of the screen and can interfere with the correct perception of events on the map. As a rescue from this, there is a special bind, with the help of which all these problems are quickly solved. You just need to enter it through the console built into the game.


Bind to approach the radar in CS:GO / Bind to increase the radar in CS:GO

After using it, just one click of one button is enough to significantly increase the size of the radar used.

 bind o "incrementvar cl_radar_scale 0 1 0.25"

// Standard usage on o (not zero!)
// If necessary, replace o with another button 


Bind to the radar in CS:GO by holding (not pressing) the button

The difference from the previous version is that in order to change the size of the radar, you will have to HOLD the selected button and hold it until the desired result is obtained.

 bind CAPSLOCK +radarzoom;alias +radarzoom "cl_radar_always_centered 0;cl_radar_scale 0";
alias -radarzoom "cl_radar_always_centered 0;cl_radar_scale 0.40"

// Should be in autoexec
// Standard usage on CAPSLOCK
// If necessary, replace CAPSLOCK with another button 


All top binds here →

Radar size control via binds in CS:GO
Radar size control via binds in CS:GO