-
Notifications
You must be signed in to change notification settings - Fork 32
Module Reference
jwvanderbeck edited this page Jun 7, 2015
·
2 revisions
If you are writing your own configs, or tweaking existing ones, for TestFlight then you need to know what the various modules are, what they do, and what you can set in the config files. You can find that here.
- TestFlightCore
-
FlightDataRecorder
- FlightDataRecorder_Engine
- FlightDataRecorder_Resources
-
TestFlightReliability
- TestFlightReliability_EngineCycle
-
TestFlightFailure
- TestFlightFailure_Explode
- TestFlightFailure_IgnitionFail
- TestFlightFailure_LockGimbal
- TestFlightFailure_ReducedMaxThrust
- TestFlightFailure_ResourceLeak
- TestFlightFailure_ShutdownEngine
If you want to write configs to submit directly to the TestFlight project, for distribution as part of TestFlight, then you need to write the configs in our YAML Configuration System which then gets compiled to ModuleManager configs automatically upon release.
See the documentation on that here.