I'm trying to make an exact, scale model of a plane, and I need two things:
- The engine to be powered on while braking.
- The prop engine (T1000) to use less fuel. (Can not increase fuel capacity/amount because this is a 1:1, exact, scale model with same aspects.)
I am very familiar with XML and can definitely do this, but what are the attribute names, if any? Ex. propellerCount, maxRpm, etc.
@XxLukeRZxX what you could do is have the engine with throttle governor on but automatic (i cant remember the name (default one)) pitch control. Then the engine can be activated by an AG
@Feanor I believe there was a misunderstanding. Sorry about that.
It's the same engine. There's a single nose-mounted prop. Can it possibly do both?
Change the input of the engine to something like "Brake"? Or maybe give the engine an activation group with zeroOnDeactivate="false"
As for the prop engine, reduce Example: min="0" max="1" input="Throttle" /> to min="0" max="0.5" input="Throttle" /> and increase <PropEngineAdvanced.State power