Profile image

Gyroscope question

29.8k xNotDumb  27 days ago

How to make gyroscope stabilisze only roll and not the pitch of the aircraft? (Its for a bike project)
It been a while since I've played the game, I can hardly recall anything.

  • Log in to leave a comment
  • Profile image

    You could also set the pitch range to 90 then substitute the pitch input for (-PitchAngle/90)

    25 days ago
  • Profile image

    I just made a mod I am calling total control that aims to provide more functionality than a gyro by adding force/torque relative to your aircraft based on input. It does not provide stability like a gyro but that can be funked in easily enough. Shall I post it?

    25 days ago
  • Profile image

    Are you using auto orient? Choose the input (pseudo-FT) for pitch control:
    YES: INPUT = -PitchAngle / Gyroscope.pitchRange. This will set the target pitch angle of the gyroscope to the same as the plane's pitch angle. However, there is still a resistance to rotation due to gyro stabilization.
    NO: INPUT = 0

    27 days ago
  • Profile image
    62.6k TheMouse

    If you mean control, as in affect it, then just go into it's settings, and change the pitch range (or something like that) to 0.
    However, it will still ballence it on that axis, you just cannot use the gyroscope to change how it tips.

    27 days ago