JoyShockMapper icon indicating copy to clipboard operation
JoyShockMapper copied to clipboard

Unintuitive control

Open AlexByte opened this issue 4 years ago • 2 comments
trafficstars

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

AlexByte avatar Feb 18 '21 21:02 AlexByte

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)

JibbSmart avatar Feb 19 '21 01:02 JibbSmart

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

AlexByte avatar Feb 21 '21 15:02 AlexByte