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

Unintuitive control #144

Open
AlexByte opened this issue Feb 18, 2021 · 2 comments
Open

Unintuitive control #144

AlexByte opened this issue Feb 18, 2021 · 2 comments

Comments

@AlexByte
Copy link

Why do i want to move controller in roll axis instead of yaw axis?

@JibbSmart
Copy link
Owner

The default is to use the yaw axis, as if the controller is a Wiimote pointed roughly in the direction of the screen, as most players are used to. Some players prefer to hold their controllers upright, so that the underside of the controller is pointing roughly in the direction of the screen. If that's what you're doing, the default of using the yaw axis will feel like the roll axis to you. But you can set:
MOUSE_X_FROM_GYRO_AXIS = Z
if you prefer that axis, and you may need to invert it (GYRO_AXIS_X = INVERTED)

@AlexByte
Copy link
Author

The mouse intuitive control for me is
MOUSE_X_FROM_GYRO_AXIS = Z
GYRO_AXIS_Y = INVERTED
RIGHT_STICK_MODE = AIM

I only use the gyroscope for precise aiming while shooting

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

No branches or pull requests

2 participants