Profile image

How to make your plane go high AoA without being unstable

3,686 Red920  1.2 years ago
  • Log in to leave a comment
  • Profile image
    83.3k ReinMcDeer

    -(AngleOfAttack/50)*clamp01(ActivateX=true)
    Activation Group X will disable the stabilization
    Or alternatively,
    -(AngleOfAttack/(ActivateX=true ? 200 : 50))
    Activation Group X will decrease the stabilization by changing 50 to 200
    Hopefully that let's it cobra since the FBW tries to stop you from doing that

    1.2 years ago
  • Profile image
    3,686 Red920

    @ReinMcDeer thanks for that, i will try it later. But what i realy want is to replicate the flight physics of this plane because it can do cobra manuever.

    1.2 years ago
  • Profile image
    83.3k ReinMcDeer

    Fly by wire
    Add -(AngleOfAttack/50) to your elevators' input
    You can make 50 smaller to increase stability or larger to decrease stability

    1.2 years ago