More weirdness: I set up a secondary bind for full impulse, the G key. Using it activates full impulse correctly - but the middle click bind still only causes the ship to go to full speed, NOT full impulse.
Which would allow me to hold the right mouse key down to rotate my camera or alternatively just click right and it toggled between mouse-look and mouse pointer.
After the patch the 2nd line:
bind "Rightclick" "++CamMouseLook"
stopped to work at all.
In fact it seems like its impossible to bind any ++ toggle commands to mouse-CLICK keys anymore i.e. even a
"bind rightclick ++forward" doesn't work anymore.
For some weierd reason this only seems to affect mouse-click events like "rightclick" binding to keyboard buttons still seems to work as before
Would love to see some dev confirm reproduction of this bug.
Comments
bind "Rightdrag" "+CamMouseLook"
bind "Rightclick" "++CamMouseLook"
Which would allow me to hold the right mouse key down to rotate my camera or alternatively just click right and it toggled between mouse-look and mouse pointer.
After the patch the 2nd line:
bind "Rightclick" "++CamMouseLook"
stopped to work at all.
In fact it seems like its impossible to bind any ++ toggle commands to mouse-CLICK keys anymore i.e. even a
"bind rightclick ++forward" doesn't work anymore.
For some weierd reason this only seems to affect mouse-click events like "rightclick" binding to keyboard buttons still seems to work as before
Would love to see some dev confirm reproduction of this bug.