Console

Hope someone can help, I was playing around with the console trying to bind the crutch & jump keys and somehow I’ve disabled jumping!!

I’ve reset all the keys, unbound all the keys and rebound etc and nothing has worked!

Please see attached file for what I typed that somehow caused this!

Cheers!
busted_HL.txt (1.07 KB)

restart game?

and if you want a crouch+jump

alias “+cjump” “+jump;+duck”
alias “-cjump” “-jump;-duck”

bind “space” “+cjump”

Yeah, tried restart, no luck.

Also just tried "bind “space” “+cjump” and that hasn’t sorted it.

I think it may have been when I typed “bind c;” and the console returned "“c” = “impulse 50"”?

+cjump is a custom alias that you put in autoexec.cfg if you want to auto duckjump, it is not the bind for the jump button. I posted that there because, from the file you uploaded, it looked like that was what you were trying to do

if you just want jump back, bind “space” “+jump” should do it. If not, then the problem is with the mod, not your console setup (since +jump is reset so any aliases or anything that use +jump are reset on game load)

also, as for “bind c;” thats normal. When you type bind and a key name, without typing what you want to bind it to, it instead returns what the key is currently bound to. impulse 50 is send/recall squad IIRC

Cheers,

bind “space” “+jump”

Fixed it, ta

Put this in your C:\Program Files (x86)\Steam\steamapps\sourcemods\Black Mesa\cfg\autoexec.cfg

bind shift +duck

alias “+cjump” " +jump; +duck"
alias “-cjump” " -jump;-duck"
bind space +cjump

When you push spacebar it will jump crouch for you

Founded in 2004, Leakfree.org became one of the first online communities dedicated to Valve’s Source engine development. It is more famously known for the formation of Black Mesa: Source under the 'Leakfree Modification Team' handle in September 2004.