Counter-Strike 2

Counter-Strike 2

Không đủ lượt đánh giá
Jumpthrow bind in CS2
Bởi saido彩度
In this tutorial, I will cover the three ways I know how to bind jump throw in CS2.
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
The first and most popular option
The first option is a bind via alias. To do it you need to create a file at the path
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
The name can be arbitrary, but I named it autoexec.cfg In this file we insert
alias "+boing" "+jump" alias "+ding" "-attack; -attack2" alias "+dong" "-jump" bind "KEY" "+boing; +ding; +dong"
To make everything work, instead of "KEY" insert your own key and write in the launch options
+exec autoexec
This is necessary to avoid writing alias every time you start, as well as in this file can be inserted and other aliases, such as binds on the movement.
The second and easiest option
This method is much simpler than the previous one, you just need to assign this command to the button closest to the spacebar
bind "KEY" "-attack; -attack2;"
But this method has a disadvantage, you need to press the space bar together with the bind. Also this bind can be used separately from the spacebar to properly throw grenades with two buttons.
The third and most specific option
I came up with this method when I thought the jumpthrow script was still banned at major tournaments, but since it is, why not add it?
To implement this method we need to create a new file called jumthrow.cfg at
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
In this file we enter
+jump; -attack; -attack2; -jump;
In the end, the file should look like this
Save the file and assign it to a convenient key
bind "KEY" "exec jumpthrow"
Enjoying our bind. This method was based on the old bind, which was used back in CS:GO, now this method does not work because the developers have added mechanics for jumpthrow, which do not need any binds, but for accuracy or convenience they can still be used. Also you can see how to make a bomb drop bind in my other guide.
https://steamcommunity.com/sharedfiles/filedetails/?id=3080987684