Problem with binding an action on two buttons
2 years ago
France

I followed the Dishonored 1 guide and yet I can't use my dial in addition to the space bar. If anyone has already managed to solve this problem, I will gladly take each tip, thanks in advance (and sorry for the mistakes)

United Kingdom

Make sure you have bound jump to mouse wheel down in the input.ini in \my documents, and that in the macro ini, you have got rid of the semi colon for what key you wish the macro to be bound to. Feel free to ask in the discord if you need more help

France

I'll check, but the macro isn't mandatory if you have a free-scrolling mouse?

United Kingdom

Just add the input to the Input.ini.

I know this is old but this is what I struggled with.

Find: m_PCBindings=(Name="SpaceBar",Command="GBA_Jump")

Then directly underneath add: m_PCBindings=(Name="MouseScrollDown",Command="GBA_Jump")

That way you can jump with space as normal but can use mouse wheel down to spam jump inputs. (Change MouseScrollDown to MouseScollUp if you'd prefer to scroll up instead).

No macro required.

Edited by the author 11 months ago