So I need some help with a code. I'm trying to get an engine to turn on between 1% and 50% throttle.
I am going to have three engines. The first are VTOL engines that turn on between 1% and 50% throttle. The second engine is the main engine and will turn on at 50% + throttle. Engine 3 is a VTOL nozzle afterburner that turns on at 98% + throttle
I need it to turn on once I start to throttle up and turn off when I get to 50% throttle
You mean turn off at 50%? or be at 100% thrust at 50% throttle? for the latter: clamp01(Throttle*2)
Untitled is a title. Get it right.
I am going to have three engines. The first are VTOL engines that turn on between 1% and 50% throttle. The second engine is the main engine and will turn on at 50% + throttle. Engine 3 is a VTOL nozzle afterburner that turns on at 98% + throttle
I need it to turn on once I start to throttle up and turn off when I get to 50% throttle
You mean turn off at 50%? or be at 100% thrust at 50% throttle?
for the latter:
clamp01(Throttle*2)
Untitled is a title.
Get it right.