forked from flybywiresim/aircraft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(a380x): Various fuel system fixes (flybywiresim#9045)
* Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/flight_model.cfg * Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/Climb.flt * Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/approach.FLT * Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/apron.FLT * Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/cruise.FLT * Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/final.FLT * Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/runway.FLT * Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/hangar.flt * Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/systems.cfg * Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/taxi.flt * Add files via upload * Update Climb.flt * Update approach.FLT * Update apron.FLT * Update cruise.FLT * Update final.FLT * Update hangar.flt * Update runway.FLT * Update taxi.flt * Update flight_model.cfg * Update apron.FLT * Update hangar.flt * Update runway.FLT * Update taxi.flt * Update systems.cfg * Update systems.cfg * Update systems.cfg * Update flight_model.cfg * Update flight_model.cfg * Update flight_model.cfg * Update flight_model.cfg * Update flight_model.cfg * Update flight_model.cfg * Update flight_model.cfg * Update SD page * Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/flight_model.cfg * Add files via upload * Delete fbw-a380x/src/base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/flight_model.cfg * Add files via upload * Update flight_model.cfg * Update flight_model.cfg * Turned all Triggers to manual and implemented first version of trigger logic * Fixed cg check using wrong units and added trigger reset on refuel * Attempted to sync empty triggers with fueltank state + added logging * Update approach.FLT * Update Climb.flt * Update apron.FLT * Update cruise.FLT * Update final.FLT * Update hangar.flt * Update runway.FLT * Update taxi.flt * Update flight_model.cfg * Update flight_model.cfg * Update flight_model.cfg * Update flight_model.cfg * Update flight_model.cfg * fix junction index * Fixed typos in the Valve definitions * Update flight_model.cfg * Implemented the trim tank transfer fixes from @dontsim * Fix leftover check * fixed oversight and typo and fixed issue with the fuel page * remove logging * added varable cgtarget during flight * fixed typo again * made constants static * added enhanced logging * fix condition for junction 10 options --------- Co-authored-by: BBK <[email protected]> Co-authored-by: Maximilian Reuter <[email protected]>
- Loading branch information
1 parent
398d284
commit e6aaaf8
Showing
15 changed files
with
868 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
393 changes: 230 additions & 163 deletions
393
...base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/flight_model.cfg
100755 → 100644
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.