For those who don't know, they serve to increase the AoA for landings, thus allowing landings at lower speeds.
How to make one with FT?
(-AngleOfAttack > 15 & GearDown & IAS > 20)
This is my current code
It's not dynamic and that's the problem...
This means that: Or its deployed, or its not, there is no 0.5, 0.75 etc.
This makes it have bad functionality.
Summary:
How to make the slat always stay in an optimal angle?
This is of course below e.g. 600kp/h as slats cannot be deployed at high speed.
Note: I'm looking for a simpler one like the F-5, which just drops like a flap.
@Titaninfernal1 ok kkkkkk
@Dragoranos sei lá, to colocando os votos em dia, faz um tempinho que não entro no site
@Titaninfernal1
Por que você ta votando em varios posts meus
Valeu, aliás
@ZeroWithSlashedO mmm
I'm testing a lot of codes now
Thank you anyway
My new plane will use one of these codes
I personally use clamp01(GS>certainspeed ? AngleOfAttack/20 : 1) for slats
for your code hmm
maybe GS<166.6 ? VTOL : 0?
I mean you can't really adjust manual slats if you want different angles without the trim or vtol slider
that is if you want to have it not just in the cockpit but in the ui