Profile image

How to stop my plane from rocking when I steer

297 DeejeX  1.8 years ago

How do I stop my plane from rocking/destabilising slightly when I pitch and roll? Is it to do with wing size?

  • Log in to leave a comment
  • Profile image
    297 DeejeX

    @ReinMcDeer
    I looked but couldn’t find Input controllers.

    Please send me pics

    1.7 years ago
  • Profile image
    85.2k ReinMcDeer

    @DeejeX via XML overload, look for inputController in the wings/rotators

    1.8 years ago
  • Profile image
    297 DeejeX

    @ReinMcDeer but where in the ailerons etc.

    1.8 years ago
  • Profile image
    85.2k ReinMcDeer

    @DeejeX Paste the code i put into the ailerons, elevators, and rudder respectively. The 100 and 50 are arbitrary and if you want more stabilization, make the number smaller and vice versa

    1.8 years ago
  • Profile image
    297 DeejeX

    @ReinMcDeer
    How do I do the stabilised control surfaces

    1.8 years ago
  • Profile image
    85.2k ReinMcDeer

    Smaller control surfaces should help, but it will make your plane less maneuverable. Or you can try giving stabilized control surfaces a try if you don't want to sacrifice maneuverability.
    (Roll)+(RollRate/100*((-abs(Roll)+1)/1))
    (Pitch)-(PitchRate/100*((-abs(Pitch)+1)/1))
    (Yaw)-(YawRate/50*((-abs(Yaw)+1)/1))

    +1 1.8 years ago