Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gate mapping error #319

Open
Beardy404 opened this issue Feb 3, 2025 · 5 comments
Open

Gate mapping error #319

Beardy404 opened this issue Feb 3, 2025 · 5 comments
Labels
resolved / verification needed The issue has been resolved and tested but needs additional verification

Comments

@Beardy404
Copy link

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

@muchimi
Copy link
Owner

muchimi commented Feb 7, 2025

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).

@muchimi
Copy link
Owner

muchimi commented Feb 7, 2025

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

@muchimi muchimi added resolved / verification needed The issue has been resolved and tested but needs additional verification and removed Resolved in upcoming patch labels Feb 7, 2025
@Beardy404
Copy link
Author

I still haven't figured out how to make a certain button always stay pressed when the axis is in the right gap?

@Beardy404
Copy link
Author

The button assignment in the tab "Condition: In range" is not saved.

@muchimi
Copy link
Owner

muchimi commented Feb 14, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolved / verification needed The issue has been resolved and tested but needs additional verification
Projects
None yet
Development

No branches or pull requests

2 participants