Profile image

Anyone got a FunkyTree code for like, the faster you go the less my elevators pull?

177k QuiteInactiveWhiteBread  3.2 years ago

Other words compression

  • Log in to leave a comment
  • Profile image
    4,038 YoDudeChase

    Lmao, @whoevercanhelp

    +1 3.2 years ago
  • Profile image

    Thanksguys@edensk

    3.2 years ago
  • Profile image
    16.5k edensk

    @EternalDarkness that will output a negative number when pitch is 0 or quite small, and pitching up corresponds to negative numbers, meaning that it will make the plane pitch up more and more as speed increases.
    A better code would be Pitch/(1+pow(IAS/150,2)), where decreasing 150 increases the stiffening

    +1 3.2 years ago
  • Profile image

    Try Pitch - IAS/x. Adjust "x" as needed, smaller number reduces reduction of elevator deflection less as the speed increases.

    +1 3.2 years ago
  • Profile image

    @BogdanX @EternalDarkness @whoevercanhelp

    +1 3.2 years ago