Counter-Strike 2

Counter-Strike 2

View Stats:
Sketzy Oct 6, 2023 @ 2:32am
cs2 jump crouch
so ive set a jump crouch bind in my auto exec file but it doesnt seem to work, all the other commands on my config file works except for the crouch jump bind. if anyone knows how to solve please help and heres the command ive put into the config file:

alias +duckjump "+jump; +duck"; alias -duckjump "-jump; -duck"; bind "SPACE" "+duckjump"

it works when i put it into the console command but not in the autoexec file
< >
Showing 1-3 of 3 comments
BackToLobby Oct 13, 2023 @ 4:23pm 
okay I don't know if you are still having the problem but I found out it matters what order you have the commands in here's mine

//Jump Throw
alias "+jt" "+jump;" ; alias "+ta" "-attack; -attack2"; alias "-jt" "-jump";
bind alt "+jt;+ta;

//Quick Switch
alias +qsw "slot3";alias -qsw "lastinv";bind "Q" +qsw

//Scroll Jump
bind mwheelup +jump;bind mwheeldown +jump;bind space +jump

//Crouch Jump
alias +duckjump "+jump; +duck"; alias -duckjump "-jump; -duck"; bind "SPACE" "+duckjump"
Last edited by BackToLobby; Oct 13, 2023 @ 5:41pm
DiFFii Nov 4, 2023 @ 3:08am 
The same problem, maybe someone help
i have mine just seperated over multiple lines and it works well.
Probably you are modifying the wrong config?

Here is mine:

bind space "+djump"
alias +djump "+jump;+duck"
alias -djump "-duck;-jump"
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Oct 6, 2023 @ 2:32am
Posts: 3