Black Mesa

Black Mesa

View Stats:
Toggle crouch?
The normal means don't work:

bind "key" "toggle_duck" results in unknown command: toggle duck

The kludgy scripts with aliases and so on don't work either.

I want to bind shift to normal crouch (simple enough) and bind alt to toggle crouch.
< >
Showing 1-1 of 1 comments
Lampenpam May 6, 2015 @ 12:28am 
did you try puting the following into the config file:


alias t_duck "duck1"
alias duck1 "+duck; alias t_duck duck2"
alias duck2 "-duck; alias t_duck duck1"

bind "alt" "t_duck"

I assume "alt" is the key that refers to the alt button. I'm not 100% sure though, maybe use C as the most games do.
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: May 5, 2015 @ 6:49pm
Posts: 1