Counter-Strike 2

Counter-Strike 2

평점이 부족합니다.
[EN] Useful binds for CS2 config
ⱠƗЎ27 ☆ 🆁🆄N3M0Y 님이 작성
This guide is a collection of useful and not so useful binds.
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Introduction
This manual was written with the help of a translator. I apologize in advance for inaccuracies in translation.

In this collection you can find binds for CS2. If you want to learn how to create your own configs, I have written a separate guide.
https://steamcommunity.com/sharedfiles/filedetails/?id=3089941937
Before starting this guide, I would like to say that everything published here is both personal experience and materials taken from open access. I express my deep gratitude to those who are trying for the benefit of the game and want it to become better and more convenient for every player. If you like the guide, don’t forget to rate it, so I will understand that I did something useful for the entire CS2 community.
Key remapping
To reassign keys you need to use the command:
bind "key" "command"
or
bind "key" "command; command; ..."
If you want to set multiple actions for one job.
Jumpthrow (not worked)
Bind allows you to throw a grenade with a jump using one key.
bind "CapsLock" "+jthrw1; +jthrw2"; alias "+jthrw1" "+forward;+jump"; alias "+jthrw2" "-attack; -attack2"; alias "-jthrw1" "-forward;-jump";
Drop bombs
With this bind you can drop a bomb with one button.
bind "c" "+c4" alias +c4 slot5; alias -c4 drop;
Disabling voice chat
Bind is useful if your team is preventing you from winning the clutch with useless conversations.
bind "=" "toggle voice_modenable 1 0"
Switch/swipe for weapons
Bind will be especially useful for those who play with sniper rifles. Bind quickly switches your weapon to a knife and back to the weapon you were holding.
bind "q" "+knife" alias "+knife" "slot3;" alias "-knife" "lastinv;"
Grenade sight
Bind allows you to turn on the sight for grenades with one button.
bind "t" "toggle cl_crosshairsize 3 999" \\ replace 3 with the crosshair size that is convenient for you.
There is also a more complex bind, but the sight is much more convenient.
bind "t" "crossize; crosgap; crosdot" alias "crossize" "toggle cl_crosshairsize 3 999" \\ replace 3 with a crosshair size that is convenient for you. alias "crosgap" "toggle cl_crosshairgap 3 0" \\ replace 3 with a crosshair gap that is convenient for you. alias "crosdot" "toggle cl_crosshairdot 0 1" \\ leave 0 if your sight does not have a dot, if you use a dot, then delete the alias completely.
Changing the color of the sight when shooting
Allows you to change the color of the sight while shooting.
bind "mouse1" "firecolor" alias "fire_red" "cl_crosshaircolor_r 255;cl_crosshaircolor_g 0;cl_crosshaircolor_b 0" //red alias "fire_blue" "cl_crosshaircolor_r 0;cl_crosshaircolor_g 0;cl_crosshaircolor_b 255" //blue alias "+firecolor" "+attack;fire_red" alias "-firercolor" "-attack;fire_blue"
Change sight color when walking
This bind changes the color of your crosshair when you move.
bind "w" "+forward; toggle cl_crosshaircolor 1 2 3 4 5" bind "s" "+back; toggle cl_crosshaircolor 1 2 3 4 5" bind "a" "+moveleft; toggle cl_crosshaircolor 1 2 3 4 5" bind "d" "+moveright; toggle cl_crosshaircolor 1 2 3 4 5"
Changing the sight for different types of weapons
Bind sets different sights for different types of weapons.
It only works if you switch between weapons using buttons (the wheel does not work).
bind 1 "slot1; cl_crosshairsize 1.5"; // main weapon bind 2 "slot2; cl_crosshairsize 2"; // gun bind 3 "slot3; cl_crosshairsize 3"; // knife bind 4 "slot8; cl_crosshairsize 999" // grenades
Follow the return
Using this bind, you can activate the sight's tracking of recoil with one key.
bind "N" "followrecoil;" alias "followrecoil" "toggle cl_crosshair_recoil true false"
Chat messages
If you want to send some phrases with one button, you can use these binds:
bind "]" "say VAC has detected a cheater on this server;" // message to general chat bind "[" "say_team GJ;" // message to the team chat
Hand Position Adjustment
These settings will help you change the position of your hands and fix it in the config.
viewmodel_fov 60 //VIEW ANGLE viewmodel_offset_x 2.0 // RIGHT LEFT viewmodel_offset_y 2.0 // UP DOWN viewmodel_offset_z -2.0 // FROM MYSELF viewmodel_presetpos 3 // DISPLAY TYPE
Mouse sensitivity
Allows you to configure the sensor and fix it in the config.
sensitivity 1.570000 // SENSITIVITY zoom_sensitivity_ratio 1.000000 // SENSITIVITY IN ZOOM
Radar setup
These settings will help you change the radar and fix it in the config.
cl_hud_radar_scale 1 // RADAR SIZE cl_radar_always_centered 0 // CENTERING THE RADAR cl_radar_rotate 1 // RADAR ROTATION cl_radar_scale 0.30 // INCREASE THE RADAR
HUD change
This command will allow you to change the interface color and save it in the config.
cl_hud_color 5
Color table.
cl_hud_color 0
Team color
cl_hud_color 1
White
cl_hud_color 2
Snow-white
cl_hud_color 3
Blue
cl_hud_color 4
Blue
cl_hud_color 5
Purple
cl_hud_color 6
Red
cl_hud_color 7
Orange
cl_hud_color 8
Yellow
cl_hud_color 9
Green
cl_hud_color 10
Aquamarine
cl_hud_color 11
Pink
Gamma settings
If CS2 is too bright for you, then this command will help you.
r_fullscreen_gamma 2.4 // change the value until the desired effect is achieved
Training binds
SVCHEATS
togglebind "F4" "sv_cheats"

NOCLIP
togglebind "Alt" "noclip"

REPEAT OF THE LAST GRENADE
bind "\" "sv_rethrow_last_grenade"
End
If you liked my guide, don't forget to rate it and leave a comment. This will help you understand how popular this topic is and whether it is important to the CS2 community.

This manual was written with the help of a translator. I apologize in advance for inaccuracies in translation.