Test Flight options - PatPL/Generic-Engines GitHub Wiki

As of v0.1 you can configure Test Flight settings for your engines. This page is a short overview of different settings you can tweak.

  • Enable Test Flight: This is the master setting. If this is turned off, exported engine will not have Test Flight configs. The settings will still save to .enl file.
  • Rated burn time: This setting indicates how long the engine can run without any reliability penalties. If the engine works longer than is rated burn time, its reliability will start dropping, increasing the chance of failure.
  • Ignition success chance (0% data): This represents the chance of succesful ignition while having 0du on the engine.
  • Ignition success chance (100% data): This represents the chance of succesful ignition while having 10000du on the engine.
  • Burn time reliability (0% data): It's used in calculating MTBF. This should represent a chance to complete rated time length burn without failures, while having 0du on the engine.
  • Burn time reliability (100% data): It's used in calculating MTBF. This should represent a chance to complete rated time length burn without failures, while having 10000du on the engine.

[MTBF] = [Rated burn time] / (1 - [Burn time reliability])