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.
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.
You could also set the pitch range to 90 then substitute the pitch input for (-PitchAngle/90)
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?
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
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.