Counter-Strike 2

Counter-Strike 2

View Stats:
Yad Oct 22, 2023 @ 6:01am
Disabling "Follow Recoil" when using pistols
Is there any way to use follow recoil but disable it only when using pistols? like some command or smth
< >
Showing 1-7 of 7 comments
76561198836105488 Oct 22, 2023 @ 9:01am 
Bindtoggle changed in cs2 to bind o "toggle cl_crosshair_recoil" but no idea if its possible to bind on m1 (so it will be enabled only when holding down m1)
would like this feature
Renos Oct 28, 2023 @ 3:25pm 
you can set up alias commands to do it.
but if you use this method you can no longer use scroll will to select weapons.
Renos Oct 28, 2023 @ 3:29pm 
alias "+frecoil" "+attack;cl_crosshair_recoil true;"

alias "-frecoil" "-attack;cl_crosshair_recoil false;"

bind "mouse1" "+frecoil"

bind "key for pistol" "slot2; bind mouse1 +attack;"

bind "key for primary weapon" "slot1; bind mouse1 +frecoil;"
here is the command setup i threw in the autoexec file
basically it only turns on follow recoil when spraying with a primary weapon.
Yad Oct 28, 2023 @ 6:50pm 
thanks for the reply, ive made a ghetto version for myself (i dont use quickswap) :
alias "recoil1" "cl_crosshair_recoil 1; slot1"
bind "1" "recoil1"
alias "recoil0" "cl_crosshair_recoil 0; slot2"
bind "2" "recoil0"
Plog Nov 15, 2023 @ 4:17pm 
Originally posted by Renos:
alias "+frecoil" "+attack;cl_crosshair_recoil true;"

alias "-frecoil" "-attack;cl_crosshair_recoil false;"

bind "mouse1" "+frecoil"

bind "key for pistol" "slot2; bind mouse1 +attack;"

bind "key for primary weapon" "slot1; bind mouse1 +frecoil;"
here is the command setup i threw in the autoexec file
basically it only turns on follow recoil when spraying with a primary weapon.


new to binds just copy paste to commands and then scroll wheel will swap it? are you able to tell when its off or on?
Yad Nov 16, 2023 @ 12:35pm 
Originally posted by ₱Ⱡ₳₲ɄɆĐ:
Originally posted by Renos:
alias "+frecoil" "+attack;cl_crosshair_recoil true;"

alias "-frecoil" "-attack;cl_crosshair_recoil false;"

bind "mouse1" "+frecoil"

bind "key for pistol" "slot2; bind mouse1 +attack;"

bind "key for primary weapon" "slot1; bind mouse1 +frecoil;"
here is the command setup i threw in the autoexec file
basically it only turns on follow recoil when spraying with a primary weapon.


new to binds just copy paste to commands and then scroll wheel will swap it? are you able to tell when its off or on?

you need to make an autoexec for it its not hard there are plenty tutorials just watch a updated one for cs2
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Oct 22, 2023 @ 6:01am
Posts: 7