-(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
@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.
-(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
@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.
Fly by wire
Add -(AngleOfAttack/50) to your elevators' input
You can make 50 smaller to increase stability or larger to decrease stability