Gate mapping error
Can someone show me how to make a certain button be pressed when the axis is in a given range? I have tried Gate mapping, but nothing works. 🙁 I have an error when i try to add virtual button on axis. I don't know English very well, so I added a link to the video with the error. https://youtu.be/2kdqNAVSC1Y
This was an interesting one, thanks for reporting. I've changed the behavior of the range enter/exit triggers to behave like a button trigger. What was happening is that actions that expect a button trigger were not responding because the trigger received was an axis change trigger, which makes sense for the "in range" mode, but not for the entry/exit trigger. This is resolved in the next patch (m71).
Notes: attach button type actions to range enter/exit. These will auto-release, so send a press, and a release, based on the delay value.
Resolved in: https://github.com/muchimi/JoystickGremlinEx/releases/download/13.40.16ex_m/joystick_gremlin_13_40_16_m71.zip
I still haven't figured out how to make a certain button always stay pressed when the axis is in the right gap?
The button assignment in the tab "Condition: In range" is not saved.
Hi, I've tested the button assignment in the in-range condition and it was saving for me. Is this still happening to you in the m72 WIP version? https://github.com/muchimi/JoystickGremlinEx/releases/download/test/joystick_gremlin_13_40_16_m72t.zip
Updated release with updated gate axis items: https://github.com/muchimi/JoystickGremlinEx/releases/download/test/joystick_gremlin_13_40_16_m73t2.zip
Please confirm the issue has been resolved. Gated axis was a focus for the last few m73 releases.