Im working on a plane with working APU, i need your help to write a code to make the engines work after turning on the APU and will not turn off when the APU was turned off.
Answer in comments!
Im working on a plane with working APU, i need your help to write a code to make the engines work after turning on the APU and will not turn off when the APU was turned off.
Answer in comments!
@4planes I can't explain you better than I did. Take sn0wflakes's guide if you are not already using it
@SilverStar I don't understand too much, make an example
You will have to use the Thrust variable of your engines I guess (RPM is better but only for props), and create some custom variables. In the input of your engines you can make a funky tree code like
"Thrust > Value ? Throttle+(Input for idle, like fuel pumps, that keep Thrust greater than value) : APU (input 0 or 1) * Engine start (input 0 or 0.1 (smthg little just enough to exceed the "start" Value))"
Hope this will help you
@PlaneFlightX ok.
My SWL-120 has this, but it's very complicated and simulates the engine combustion chamber. I think I'd do something with variables for sure, but can't easily explain it. If you can wait a couple of days I can make something for you.