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

A mode to mimic Legion Go's mapping type "instant" for gyro #1182

Open
ivanbulanov opened this issue Dec 15, 2024 · 2 comments
Open

A mode to mimic Legion Go's mapping type "instant" for gyro #1182

ivanbulanov opened this issue Dec 15, 2024 · 2 comments
Labels
Enhancement New feature or request

Comments

@ivanbulanov
Copy link

Is your feature request related to a problem? Please describe.
I am playing Mad Max. There is driving and typical 3rd person action. The game has a good controller support. It doesn't make sense to play it with mouse and keyboard emulation. However, it would benefit from gyro camera control.

Describe the solution you'd like
Legion Go Space has an option to emulate left or right stick movement with gyro. There are two mapping types: "continuous" and "instant". "Continuous" is what Handheld Companion does. It constantly translates gyro angle to stick value. "Instant" is more interesting. In instant mode the stick is always moving towards the central neutral position. When a user tilts the device, the stick temporarily shifts from the middle position and then returns to it again. This stick movement is combined with the physical stick movement. This approach makes it easy to do fine adjustments with gyro while retaining the ability to do fast and coarse adjustments with the physical stick.

Describe alternatives you've considered
The alternative is to turn off HC and enable Legion Space when playing Mad Max. I didn't consider emulating mouse and keyboard because I think it would be less convenient.

Additional context
Screenshot of the option in Legion Space

@ivanbulanov ivanbulanov added the Enhancement New feature or request label Dec 15, 2024
@CasperH2O
Copy link
Collaborator

I think you are looking for local space and steering motion option type in HC. Switching between the two will have to be done through QT though.

https://m.youtube.com/watch?v=uTpIWsacB_M

@ivanbulanov
Copy link
Author

@CasperH2O No, not really. Your example is more like the continuous mode. I'm looking for a mode that centers the stick if the device is stationary even when tilted. I haven't seen a good demo of it. This one is as good as I could find: https://www.youtube.com/watch?v=sAzIngkbmIU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants