I can't jump

I set a key-bind for jumping <space> but when I hit the key <space-bar> my character will not jump. this is a really big problem

Comments

  • usually space is binded to door opening, i don't know if you have 2 actions for the same keyboard key.
  • never-mind, I recently found out you're not supposed to
  • In Doom and Heretic, jumping also needs to be enabled separately with a gameplay option.
    tacgnol wrote: »
    usually space is binded to door opening, i don't know if you have 2 actions for the same keyboard key.
    When using the menus to bind controls, there can only be one action per key.

    There is a way to bind multiple actions for a single key via the console but that requires manual configuration with the "bindevent" command:
    bindevent key-space-down {impulse use; impulse jump}
    
Sign In or Register to comment.