Deano1973
Resource contributor
- Messages
- 384
- Country

Success! After some further research and testing, I came up with this;
This allows the intakes to respond to AOA above 1 degree, and it moves roughly in line with videos of the F-15 in flight. Below 160 KIAS, another animation takes over when the gear is deployed, with the intakes set at maximum deflection for landing, provided the custom intake ramp switch is set to "on".
Thanks for all the help
Code:
<PartInfo>
<Name>Intake_Auto_F15</Name>
<AnimLength>100</AnimLength>
<Animation>
<Parameter>
<Code>
(A:AIRSPEED INDICATED,knots) 160>
if{
(L:Intake Ramp Switch, bool)
if{ (A:INCIDENCE ALPHA, degrees) 1 > if{ 100 } els{ 50 } }
els{ 0 }</Code>
<Lag>100</Lag>
</Parameter>
</Animation>
</PartInfo>
This allows the intakes to respond to AOA above 1 degree, and it moves roughly in line with videos of the F-15 in flight. Below 160 KIAS, another animation takes over when the gear is deployed, with the intakes set at maximum deflection for landing, provided the custom intake ramp switch is set to "on".
Thanks for all the help
