I have to say that this is a very realistic simulation game, I want to make the cold cabin startup more realistic, so I want to modify the cold cabin startup logic of some aircraft! I added fuel judgment logic to some aircraft ignition codes, such as <[logic_and][Engine1ManualStartEnabled][]
<[string8][Input][ Engine1StartSelected.Output Engine1MasterSwitch.Output EngineAutoStartSwitchOff.Output LeftForwardFuelPumpOn.Output LeftAftFuelPumpOn.Output LeftCenterFuelPumpOn.Output ]>
>>> I have a question about this situation. On the 777 and crj900, after I used this new code, the starter valve closed after turning off the fuel pump during ignition. However, in the 737ng and 737-500, using the same code, why does the engine continue to run after I turn off the fuel pump? How to shut down the starter after turning off the oil pump during starting?