/// This is an archived version of the official forums, which went offline in September 2017. Functionality is limited. Visit the Mirror's Edge Archive to learn more. ///
Buttons except for mousebutton 1, 2 and 3 and not bindable. It would be convenient to be able to use thumb mouse buttons for some extra context actions for those of us using gaming mice with more than 3 buttons.
Now, go into the game and configure your controls.
Mouse back/forward will not be displayed in the game (because its not implemented in the game)
example: select "heavy attack" then bind it to key 2, click "heavy attack" again and press mouse back.
Now you have bound "heavy attack" to key 2 and mouse back
Some games (talking about modern ones) just don't have support for that. It makes me think devs just use mice from the 90s and have never heard of 5+ button ones
Comments
Open PROF_SAVE_profile with a text editor
Add:
GstKeyBinding.default.ConceptMouseBack.0.axis 24
GstKeyBinding.default.ConceptMouseBack.0.button 0
to activate mouse back
GstKeyBinding.default.ConceptMouseForward.0.axis 24
GstKeyBinding.default.ConceptMouseForward.0.button 0
to activate mouse forward
Now, go into the game and configure your controls.
Mouse back/forward will not be displayed in the game (because its not implemented in the game)
example: select "heavy attack" then bind it to key 2, click "heavy attack" again and press mouse back.
Now you have bound "heavy attack" to key 2 and mouse back
Good luck!
Btw, thanks topdog. It worked wonders.