Completed PAX

This commit is contained in:
Kilian Hofmann 2025-11-19 17:17:42 +01:00
parent 4161b91fc9
commit 760101cb50
5 changed files with 805 additions and 23 deletions

View File

@ -0,0 +1,135 @@
;/TFDi Designs MD-11F (GE CF6-80C2D1F) vRC1.7.0_GE_F 15MAY25
[VERSION]
major = 3
minor = 7
[GENERAL]
atc_type = "MCDONNELDOUGLAS"
atc_model = "MD11F"
Category = "airplane"
performance = "Max cruise Speed: 526 kts \nEngines: 3 x GE CF6-80c with 61,960 lbs thrust\nMaximum Range: 3,225 nm, including 15% safety\nService Ceiling: 43,000 ft\nMaximum Takeoff Weight: 430,000 lbs \nLength: 177 ft 8 in\nWingspan: 170 ft 6 in, inc. winglets\nHeight: 575 ft 11 in\nFuel capacity: 38,615 usg\nFreighter maximum payload: 202,733 lbs\n\n\nV1 - 145kts, Vr - 155kts. V2 - 165kts\nVref at max weight - 143kts"
editable = 1
wip_indicator = 1
icao_type_designator = "MD11F"
icao_manufacturer = "MCDONNELDOUGLAS"
icao_model = "MD11F"
icao_engine_type = "Jet"
icao_engine_count = 3
icao_WTC = "H"
[PILOT]
pilot = "Pilot_Female_Uniform"
copilot = "Pilot_Male_Uniform"
instructor = "Pilot_Male_Casual"
pilot_default_animation = "Idle1_PoseAirliner"
copilot_default_animation = "Idle2_PoseAirliner"
pilot_attach_node = "PILOT_0"
copilot_attach_node = "PILOT_1"
[SERVICES]
FUELTRUCK = 1
BAGGAGE_LOADER = 1
CATERING_TRUCK = 1
BOARDING_RAMP = 1
GROUND_POWER_UNIT = 1
PUSHBACK = 1
SMALL_PUSHBACK = 0
MARSHALLER = 1
JETWAY = 1
[EFFECTS]
effect.0 = L1_EngineFX#(A:GENERAL ENG COMBUSTION:1, boolean)#FX_ASOBO_HEAT_BIG
effect.1 = C1_EngineFX#(A:GENERAL ENG COMBUSTION:2, boolean)#FX_ASOBO_HEAT_BIG
effect.2 = R1_EngineFX#(A:GENERAL ENG COMBUSTION:3, boolean)#FX_ASOBO_HEAT_BIG
effect.3 = APU_FX#(L:MD11_APU_STATE, boolean)#FX_ASOBO_HEAT_BIG
[LOADING]
ImageName = LOADING_FREEFLIGHT
Tips0 = "Welcome to the TFDi Design MD-11 - a study-level simulation of the McDonnell Douglas MD-11."
Tips1 = "Visit docs.tfdidesign.com for manuals and checklists."
Tips2 = "There may be a delay while aircraft systems and navigation data load."
Tips3 = "The MD-11 first flew on January 10th 1990."
Tips4 = "The MD-11 improved on the DC-10 and eliminated the flight engineer with a two-person glass cockpit."
Tips5 = "On February 22 2001 the final MD-11 was delivered to Lufthansa Cargo."
Tips6 = "The last passenger MD-11 flight was on October 1st 2014 by KLM Royal Dutch Airlines."
Tips7 = "Its easier loading made the MD-11 a popular choice for cargo operators."
Tips8 = "McDonnell Douglas was acquired by Boeing on August 1st 1997."
Tips9 = "Despite the 11 in MD-11 McDonnell Douglas only produced 7 commercial aircraft models."
;===================== FLTSIM =====================
[FLTSIM.0]
title = "TFDi Design MD-11F GE CF6-80c"
model = ""
panel = ""
sound = "\..\..\TFDi_Design_MD-11_GE\sound"
texture = "BASE"
kb_checklists = "Boeing747-400_check"
kb_reference = "Boeing747-400_ref"
description = "TFDi Design MD-11F GE CF6-80c"
wip_indicator = 1
ui_manufacturer = "McDonnell Douglas"
ui_type = "MD-11F GE"
ui_variation = "GE CF6-80c engines"
ui_typerole = "Commercial Airliner"
ui_createdby = "TFDi Design"
ui_thumbnailfile = ""
ui_certified_ceiling = 43000
ui_max_range = 6725
ui_autonomy = 14
ui_fuel_burn_rate = 5300
atc_id = "G-ABCD"
atc_id_enable = 1
atc_airline = "TFDI DESIGN"
atc_flight_number = "011"
atc_heavy = 1
atc_parking_types = "RAMP,CARGO,GATE" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
atc_parking_codes = ""
atc_id_color = ""
atc_id_font = ""
isAirTraffic = 0
isUserSelectable = 1
soundai = ""
short_description = ""
canBeUsedByAITraffic = 1
icao_airline = ""
[FLTSIM.1]
title = "TFDi Design MD-11BCF GE CF6-80c Low Cabin"
model = "CABINLO"
panel = ""
sound = "\..\..\TFDi_Design_MD-11_GE\sound"
texture = "BASE"
kb_checklists = "Boeing747-400_check"
kb_reference = "Boeing747-400_ref"
description = "TFDi Design MD-11BCF GE CF6-80c Low Cabin"
wip_indicator = 1
ui_manufacturer = "McDonnell Douglas"
ui_type = "MD-11F"
ui_variation = "GE CF6-80c engines Low Cabin"
ui_typerole = "Commercial Airliner"
ui_createdby = "TFDi Design"
ui_thumbnailfile = ""
ui_certified_ceiling = 43000
ui_max_range = 6725
ui_autonomy = 14
ui_fuel_burn_rate = 5300
atc_id = "G-ABCD"
atc_id_enable = 1
atc_airline = "TFDI DESIGN"
atc_flight_number = "011"
atc_heavy = 1
atc_parking_types = "RAMP,CARGO,GATE" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
atc_parking_codes = ""
atc_id_color = ""
atc_id_font = ""
isAirTraffic = 0
isUserSelectable = 1
soundai = ""
short_description = ""
canBeUsedByAITraffic = 1
icao_airline = ""
[EXITS]
number_of_exits = 0

View File

@ -0,0 +1,135 @@
;/TFDi Designs MD-11F (P&W PW4660) vRC1.7.0_PW_F 15MAY25
[VERSION]
major = 3
minor = 7
[GENERAL]
atc_type = "MCDONNELDOUGLAS"
atc_model = "MD11F"
Category = "airplane"
performance = "Max cruise Speed: 526 kts \nEngines: 3 x PW4462 with 62,000 lbs thrust\nMaximum Range: 3,225 nm, including 15% safety\nService Ceiling: 43,000 ft\nMaximum Takeoff Weight: 430,000 lbs \nLength: 177 ft 8 in\nWingspan: 170 ft 6 in, inc. winglets\nHeight: 575 ft 11 in\nFuel capacity: 38,615 usg\nFreighter maximum payload: 202,733 lbs\n\n\nV1 - 145kts, Vr - 155kts. V2 - 165kts\nVref at max weight - 143kts"
editable = 1
wip_indicator = 1
icao_type_designator = "MD11F"
icao_manufacturer = "MCDONNELDOUGLAS"
icao_model = "MD11F"
icao_engine_type = "Jet"
icao_engine_count = 3
icao_WTC = "H"
[PILOT]
pilot = "Pilot_Female_Uniform"
copilot = "Pilot_Male_Uniform"
instructor = "Pilot_Male_Casual"
pilot_default_animation = "Idle1_PoseAirliner"
copilot_default_animation = "Idle2_PoseAirliner"
pilot_attach_node = "PILOT_0"
copilot_attach_node = "PILOT_1"
[SERVICES]
FUELTRUCK = 1
BAGGAGE_LOADER = 1
CATERING_TRUCK = 1
BOARDING_RAMP = 1
GROUND_POWER_UNIT = 1
PUSHBACK = 1
SMALL_PUSHBACK = 0
MARSHALLER = 1
JETWAY = 1
[EFFECTS]
effect.0 = L1_EngineFX#(A:GENERAL ENG COMBUSTION:1, boolean)#FX_ASOBO_HEAT_BIG
effect.1 = C1_EngineFX#(A:GENERAL ENG COMBUSTION:2, boolean)#FX_ASOBO_HEAT_BIG
effect.2 = R1_EngineFX#(A:GENERAL ENG COMBUSTION:3, boolean)#FX_ASOBO_HEAT_BIG
effect.3 = APU_FX#(L:MD11_APU_STATE, boolean)#FX_ASOBO_HEAT_BIG
[LOADING]
ImageName = LOADING_FREEFLIGHT
Tips0 = "Welcome to the TFDi Design MD-11 - a study-level simulation of the McDonnell Douglas MD-11."
Tips1 = "Visit docs.tfdidesign.com for manuals and checklists."
Tips2 = "There may be a delay while aircraft systems and navigation data load."
Tips3 = "The MD-11 first flew on January 10th 1990."
Tips4 = "The MD-11 improved on the DC-10 and eliminated the flight engineer with a two-person glass cockpit."
Tips5 = "On February 22 2001 the final MD-11 was delivered to Lufthansa Cargo."
Tips6 = "The last passenger MD-11 flight was on October 1st 2014 by KLM Royal Dutch Airlines."
Tips7 = "Its easier loading made the MD-11 a popular choice for cargo operators."
Tips8 = "McDonnell Douglas was acquired by Boeing on August 1st 1997."
Tips9 = "Despite the 11 in MD-11 McDonnell Douglas only produced 7 commercial aircraft models."
;===================== FLTSIM =====================
[FLTSIM.0]
title = "TFDi Design MD-11F PW4462"
model = ""
panel = ""
sound = "\..\..\TFDi_Design_MD-11_PW\sound"
texture = "BASE"
kb_checklists = "Boeing747-400_check"
kb_reference = "Boeing747-400_ref"
description = "TFDi Design MD-11F PW4462"
wip_indicator = 1
ui_manufacturer = "McDonnell Douglas"
ui_type = "MD-11F PW"
ui_variation = "PW4462 engines"
ui_typerole = "Commercial Airliner"
ui_createdby = "TFDi Design"
ui_thumbnailfile = ""
ui_certified_ceiling = 43000
ui_max_range = 6725
ui_autonomy = 14
ui_fuel_burn_rate = 5300
atc_id = "G-ABCD"
atc_id_enable = 1
atc_airline = "TFDI DESIGN"
atc_flight_number = "011"
atc_heavy = 1
atc_parking_types = "RAMP,CARGO,GATE" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
atc_parking_codes = ""
atc_id_color = ""
atc_id_font = ""
isAirTraffic = 0
isUserSelectable = 1
soundai = ""
short_description = ""
canBeUsedByAITraffic = 1
icao_airline = ""
[FLTSIM.1]
title = "TFDi Design MD-11BCF PW4462"
model = "BCF"
panel = ""
sound = "\..\..\TFDi_Design_MD-11_PW\sound"
texture = "BASE"
kb_checklists = "Boeing747-400_check"
kb_reference = "Boeing747-400_ref"
description = "TFDi Design MD-11F PW4462"
wip_indicator = 1
ui_manufacturer = "McDonnell Douglas"
ui_type = "MD-11F"
ui_variation = "PW4462 engines"
ui_typerole = "Commercial Airliner"
ui_createdby = "TFDi Design"
ui_thumbnailfile = ""
ui_certified_ceiling = 43000
ui_max_range = 6725
ui_autonomy = 14
ui_fuel_burn_rate = 5300
atc_id = "G-ABCD"
atc_id_enable = 1
atc_airline = "TFDI DESIGN"
atc_flight_number = "011"
atc_heavy = 1
atc_parking_types = "RAMP,CARGO,GATE" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
atc_parking_codes = ""
atc_id_color = ""
atc_id_font = ""
isAirTraffic = 0
isUserSelectable = 1
soundai = ""
short_description = ""
canBeUsedByAITraffic = 1
icao_airline = ""
[EXITS]
number_of_exits = 0

View File

@ -40,7 +40,7 @@
<Test>
<TestValue>
<Operator OpType="OR">
<Val Code="(L:MD11_THR_PARK_LVR) 0 ==" />
<Val Code="(L:MD11_THR_PARK_LVR) 1 ==" />
<Val Code="(L:MD11_EXT_CHOCKS) 0 ==" />
</Operator>
</TestValue>
@ -568,12 +568,12 @@
<CheckpointDesc SubjectTT="Observe 188880" ExpectationTT="CHECKED" />
</Checkpoint>
<Checkpoint>
<Clue name="Observe 4750 displayed in each tank window" />
<CheckpointDesc SubjectTT="Observe 4750" ExpectationTT="CHECKED" />
<Clue name="Observe 4750kgs or 10500lbs displayed in each tank window" />
<CheckpointDesc SubjectTT="Observe 4750kgs/10500lbs" ExpectationTT="CHECKED" />
</Checkpoint>
</Block>
<Checkpoint>
<Clue name="Ensure the Emergency Lights are armed" />
<Clue name="Arm the Emergency Lights" />
<CheckpointDesc SubjectTT="Emergency Light Switch" ExpectationTT="ARM" />
<Instrument Id="MD11_OVHD_LTS_EMER_SW" />
<Test>
@ -603,8 +603,8 @@
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Set the External Lights as required" />
<CheckpointDesc SubjectTT="External Light Switches" ExpectationTT="AS REQUIRED" />
<Clue name="Set the Exterior Lights as required" />
<CheckpointDesc SubjectTT="Exterior Light Switches" ExpectationTT="AS REQUIRED" />
<Instrument Id="MD11_OVHD_LTS_RWY_TURNOFF_L_BT" />
<Instrument Id="MD11_OVHD_LTS_RWY_TURNOFF_R_BT" />
<Instrument Id="MD11_OVHD_LTS_NAV_BT" />
@ -616,7 +616,7 @@
<Instrument Id="MD11_OVHD_LTS_NOSE_SW" />
</Checkpoint>
<Checkpoint>
<Clue name="Ensure EVAC Switch is armed and guarded" />
<Clue name="Arm the EVAC Switch and ensure it is guarded" />
<CheckpointDesc SubjectTT="EVAC Switch" ExpectationTT="ARMED and GUARDED" />
<Instrument Id="MD11_AOVHD_EVAC_SW" />
<Test>
@ -923,7 +923,7 @@
</Checkpoint>
</Block>
<Checkpoint>
<Clue name="Ensure the Dial-a-Flap is in the calculated TO Setting" />
<Clue name="Set the Dial-a-Flap to the calculated TO Setting" />
<CheckpointDesc SubjectTT="Dial-a-Flap" ExpectationTT="TO SETTING" />
<Instrument Id="MD11_DIALAFLAP_WHEEL_RNG" />
</Checkpoint>
@ -1089,7 +1089,7 @@
</Checkpoint>
</Block>
<Checkpoint>
<Clue name="Ensure all three IRS switches are in NAV and hte units are aligned" />
<Clue name="Ensure all three IRS switches are in NAV and the units are aligned" />
<CheckpointDesc SubjectTT="IRS" ExpectationTT="NAV and ALIGNED" />
<Instrument Id="MD11_OVHD_IRS_1_KB" />
<Instrument Id="MD11_OVHD_IRS_2_KB" />
@ -1203,7 +1203,7 @@
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Engine Ignition turns on in max. 25s" />
<Clue name="Ensure the engine ignites within 25s" />
<CheckpointDesc SubjectTT="Engine Ignition" ExpectationTT="VERIFY &lt;= 25s" />
</Checkpoint>
<Checkpoint>
@ -1273,7 +1273,7 @@
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Engine Ignition turns on in max. 25s" />
<Clue name="Ensure the engine ignites within 25s" />
<CheckpointDesc SubjectTT="Engine Ignition" ExpectationTT="VERIFY &lt;= 25s" />
</Checkpoint>
<Checkpoint>
@ -1343,7 +1343,7 @@
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Engine Ignition turns on in max. 25s" />
<Clue name="Ensure the engine ignites within 25s" />
<CheckpointDesc SubjectTT="Engine Ignition" ExpectationTT="VERIFY &lt;= 25s" />
</Checkpoint>
<Checkpoint>
@ -1555,7 +1555,7 @@
<CheckpointDesc SubjectTT="Flight Modes" ExpectationTT="AS REQUIRED" />
</Checkpoint>
<Checkpoint>
<Clue name="Ensure NAV is armed" />
<Clue name="Arm NAV" />
<CheckpointDesc SubjectTT="NAV" ExpectationTT="ARMED" />
<Instrument Id="MD11_CGS_NAV_BT" />
<Test>
@ -1565,7 +1565,7 @@
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure PROF is armed" />
<Clue name="Arm PROF" />
<CheckpointDesc SubjectTT="PROF" ExpectationTT="ARMED" />
<Instrument Id="MD11_CGS_PROF_BT" />
<Test>
@ -1575,7 +1575,7 @@
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Autoflight ATS is armed once lined up on the runway" />
<Clue name="Arm the Autoflight ATS once lined up on the runway" />
<CheckpointDesc SubjectTT="AUTOFLIGHT" ExpectationTT="PRESS after LINEUP" />
<Instrument Id="MD11_CGS_AUTOFLIGHT_BT" />
<Test>
@ -1608,7 +1608,7 @@
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Spoilers are disarmed" />
<Clue name="Disarm the Spoilers" />
<CheckpointDesc SubjectTT="Spoilers" ExpectationTT="DISARMED" />
<Instrument Id="MD11_SPDBRK_HANDLE" />
<Test>
@ -1621,7 +1621,7 @@
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Auto Brakes are disarmed" />
<Clue name="Disarm the Auto Brakes" />
<CheckpointDesc SubjectTT="Auto Brake Switch" ExpectationTT="OFF" />
<Instrument Id="MD11_CTR_AUTOBRAKE_SW" />
<Test>
@ -1689,7 +1689,7 @@
</Instrument>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Dial-a-Flap is set to 15" />
<Clue name="Set the Dial-a-Flap to 15" />
<CheckpointDesc SubjectTT="Dial-a-Flap" ExpectationTT="15" />
<Instrument Id="MD11_DIALAFLAP_WHEEL_RNG" />
<Test>
@ -1757,7 +1757,7 @@
<CheckpointDesc SubjectTT="Sterile Cockpit" ExpectationTT="CHIME" />
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Auto Brakes are set as required" />
<Clue name="Set the Auto Brakes as required" />
<CheckpointDesc SubjectTT="Auto Brake Switch" ExpectationTT="AS REQUIRED" />
<Instrument Id="MD11_CTR_AUTOBRAKE_SW" />
<Test>
@ -1792,7 +1792,7 @@
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Spoilers are armed" />
<Clue name="Arm the Spoilers" />
<CheckpointDesc SubjectTT="Spoilers" ExpectationTT="ARMED" />
<Instrument Id="MD11_SPDBRK_HANDLE" />
<Test>
@ -1826,17 +1826,331 @@
<Step ChecklistStepId="LANDING_TAXI_IN">
<Page SubjectTT="After Landing">
<Checkpoint>
<Clue name="Ensure the Reversers are stowed" />
<CheckpointDesc SubjectTT="Reversers" ExpectationTT="STOWED" />
</Checkpoint>
<Checkpoint>
<Clue
name="Turn off the Landing Lights when exiting the runway. Keep Taxi Light on while moving" />
<CheckpointDesc SubjectTT="Landing Lights" ExpectationTT="OFF" />
<Instrument Id="MD11_OVHD_LTS_NOSE_SW" />
<Instrument Id="MD11_OVHD_LTS_LDG_L_SW" />
<Instrument Id="MD11_OVHD_LTS_LDG_R_SW" />
<Test>
<TestValue>
<Operator OpType="AND">
<Operator OpType="AND">
<Val Code="(L:MD11_OVHD_LTS_NOSE_SW) 1 ==" />
<Val Code="(L:MD11_OVHD_LTS_LDG_L_SW) 0 ==" />
</Operator>
<Val Code="(L:MD11_OVHD_LTS_LDG_R_SW) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Turn off the High Intensity Lights when exiting the runway" />
<CheckpointDesc SubjectTT="High Intensity Lights" ExpectationTT="OFF" />
<Instrument Id="MD11_OVHD_LTS_HI_INT_BT" />
<Test>
<TestValue>
<Val Code="(L:MD11_OVHD_LTS_HI_INT_LT) 1 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Retract the Flaps/Slats" />
<CheckpointDesc SubjectTT="Flaps/Slats" ExpectationTT="UP and RETRACTED" />
<Instrument Id="MD11_FLAP_LATCH" />
<Test>
<TestValue>
<Val Code="(L:MD11_FLAP_RNG) 0 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Retract the Spoilers" />
<CheckpointDesc SubjectTT="Spoilers" ExpectationTT="DOWN" />
<Instrument Id="MD11_SPDBRK_HANDLE" />
<Test>
<TestValue>
<Operator OpType="AND">
<Val Code="(L:MD11_SPDBRK_HANDLE) 0 ==" />
<Val Code="(L:MD11_SPDBRK_RNG) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Set the Stabilizer Trim to 3 degrees nose up" />
<CheckpointDesc SubjectTT="Stabilizer Trim" ExpectationTT="SET 3 degrees NOSE UP" />
<Instrument Id="MD11_THR_LONG_TRIM_SW" />
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Weather Radar is off" />
<CheckpointDesc SubjectTT="Weather Radar" ExpectationTT="OFF" />
<Instrument Id="MD11_PED_WXR_OFF_BT" />
<Test>
<TestValue>
<Val Code="(L:MD11_PED_WXR_OFF_BT) 1 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Start the APU" />
<CheckpointDesc SubjectTT="APU" ExpectationTT="START" />
<Instrument Id="MD11_OVHD_ELEC_APU_PWR_BT" />
<Test>
<TestValue>
<Val Code="(L:MD11_OVHD_ELEC_APU_PWR_BT) 1 ==" />
</TestValue>
</Test>
</Checkpoint>
</Page>
</Step>
<Step ChecklistStepId="LANDING_GATE">
<Page SubjectTT="Parking">
<Checkpoint>
<Clue name="Set the Parking Brake" />
<CheckpointDesc SubjectTT="Parking Brake" ExpectationTT="SET" />
<Instrument Id="MD11_THR_PARK_LVR" />
<Test>
<TestValue>
<Val Code="(L:MD11_THR_PARK_LVR) 1 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Turn the Fuel Switches off to shut down the engines" />
<CheckpointDesc SubjectTT="Fuel Switches" ExpectationTT="OFF" />
<Instrument Id="MD11_THR_L_FUEL_SW" />
<Instrument Id="MD11_THR_C_FUEL_SW" />
<Instrument Id="MD11_THR_R_FUEL_SW" />
<Test>
<TestValue>
<Operator OpType="AND">
<Operator OpType="AND">
<Val Code="(L:MD11_THR_L_FUEL_SW) 0 ==" />
<Val Code="(L:MD11_THR_C_FUEL_SW) 0 ==" />
</Operator>
<Val Code="(L:MD11_THR_R_FUEL_SW) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Set the Seat Belt Signs to off" />
<CheckpointDesc SubjectTT="Seat Belt Switch" ExpectationTT="OFF" />
<Instrument Id="MD11_OVHD_LTS_SEAT_BELTS_SW" />
<Test>
<TestValue>
<Val Code="(L:MD11_OVHD_LTS_SEAT_BELTS_SW) 0 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Set External Power Switches as required" />
<CheckpointDesc SubjectTT="External Power Switches" ExpectationTT="AS REQUIRED" />
<Instrument Id="MD11_OVHD_ELEC_GLY_EXT_PWR_BT" />
<Instrument Id="MD11_OVHD_ELEC_EXT_PWR_BT" />
</Checkpoint>
<Checkpoint>
<Clue name="Set the APU as required" />
<CheckpointDesc SubjectTT="APU" ExpectationTT="AS REQUIRED" />
<Instrument Id="MD11_OVHD_ELEC_APU_PWR_BT" />
<Instrument Id="MD11_OVHD_PNEU_APU_BLEED_BT" />
</Checkpoint>
<Checkpoint>
<Clue
name="Ensure the Engine Ignition is off" />
<CheckpointDesc SubjectTT="Engine Ignition"
ExpectationTT="OFF" />
<Instrument Id="MD11_OVHD_ENG_A_BT" />
<Instrument Id="MD11_OVHD_ENG_B_BT" />
<Instrument Id="MD11_OVHD_ENG_IGN_OVRD_BT" />
<Test>
<TestValue>
<Operator OpType="AND">
<Val Code="(L:MD11_OVHD_ENG_A_LT) 0 == (L:MD11_OVHD_ENG_B_LT) 0 == and" />
<Val Code="(L:MD11_OVHD_ENG_IGN_OVRD_LT) 0 == (L:MD11_OVHD_ENG_IGN_OFF_LT) 1 == and" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Set the Exterior Lights to off, except NAV" />
<CheckpointDesc SubjectTT="Exterior Light Switches" ExpectationTT="OFF except NAV" />
<Instrument Id="MD11_OVHD_LTS_RWY_TURNOFF_L_BT" />
<Instrument Id="MD11_OVHD_LTS_RWY_TURNOFF_R_BT" />
<Instrument Id="MD11_OVHD_LTS_NAV_BT" />
<Instrument Id="MD11_OVHD_LTS_LOGO_BT" />
<Instrument Id="MD11_OVHD_LTS_BCN_BT" />
<Instrument Id="MD11_OVHD_LTS_HI_INT_BT" />
<Instrument Id="MD11_OVHD_LTS_LDG_L_SW" />
<Instrument Id="MD11_OVHD_LTS_LDG_R_SW" />
<Instrument Id="MD11_OVHD_LTS_NOSE_SW" />
<Test>
<TestValue>
<Operator OpType="AND">
<Val
Code="(L:MD11_OVHD_LTS_RWY_TURNOFF_L_LT) 0 == (L:MD11_OVHD_LTS_RWY_TURNOFF_L_LT) 0 == and (L:MD11_OVHD_LTS_NAV_LT) 0 == and (L:MD11_OVHD_LTS_BCN_LT) 1 == and (L:MD11_OVHD_LTS_HI_INT_LT) 1 == and" />
<Val
Code="(L:MD11_OVHD_LTS_LDG_L_SW) 0 == (L:MD11_OVHD_LTS_LDG_R_SW) 0 == and (L:MD11_OVHD_LTS_NOSE_SW) 0 == and" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
</Page>
<Page SubjectTT="Shutdown">
<Checkpoint>
<Clue name="Set the Emergency Lights off" />
<CheckpointDesc SubjectTT="Emergency Light Switch" ExpectationTT="OFF" />
<Instrument Id="MD11_OVHD_LTS_EMER_SW" />
<Test>
<TestValue>
<Val Code="(L:MD11_OVHD_LTS_EMER_SW) 0 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Set the Emergency Power Selector off" />
<CheckpointDesc SubjectTT="Emergency Power Selector" ExpectationTT="OFF" />
<Instrument Id="MD11_OVHD_ELEC_EMER_PWR_KB" />
<Test>
<TestValue>
<Val Code="(L:MD11_OVHD_ELEC_EMER_PWR_KB) 0 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure all Windshield Anti-Ice and Defog Lights are extinguished" />
<CheckpointDesc SubjectTT="Windshield Anti-Ice and Defog Lights"
ExpectationTT="EXTINGUISHED" />
<Instrument Id="MD11_OVHD_WNDSHLD_AICE_L_BT" />
<Instrument Id="MD11_OVHD_WNDSHLD_AICE_BT" />
<Instrument Id="MD11_OVHD_WNDSHLD_AICE_R_BT" />
<Instrument Id="MD11_OVHD_WNDSHLD_AICE_DEFOG_BT" />
<Test>
<TestValue>
<Operator OpType="AND">
<Operator OpType="AND">
<Val
Code="(L:MD11_OVHD_WNDSHLD_AICE_L_ON_LT) 0 == (L:MD11_OVHD_WNDSHLD_AICE_R_ON_LT) 0 == and" />
<Val
Code="(L:MD11_OVHD_WNDSHLD_AICE_HIGH_LT) 0 == (L:MD11_OVHD_WNDSHLD_AICE_NORM_LT) 0 == and" />
</Operator>
<Val Code="(L:MD11_OVHD_WNDSHLD_AICE_DEFOG_ON_LT) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Switch off all three IRUs" />
<CheckpointDesc SubjectTT="IRU Switches" ExpectationTT="OFF" />
<Instrument Id="MD11_OVHD_IRS_1_KB" />
<Instrument Id="MD11_OVHD_IRS_2_KB" />
<Instrument Id="MD11_OVHD_IRS_3_KB" />
<Test>
<TestValue>
<Operator OpType="AND">
<Operator OpType="AND">
<Val Code="(L:MD11_OVHD_IRS_1_KB) 0 ==" />
<Val Code="(L:MD11_OVHD_IRS_2_KB) 0 ==" />
</Operator>
<Val Code="(L:MD11_OVHD_IRS_3_KB) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Set both Cargo Temperature Selectors off" />
<CheckpointDesc SubjectTT="Cargo Temperature Selectors" ExpectationTT="OFF" />
<Instrument Id="MD11_OVHD_PNEU_FWD_CARGO_TEMP" />
<Instrument Id="MD11_OVHD_PNEU_AFT_CARGO_TEMP" />
<Test>
<TestValue>
<Operator OpType="AND">
<Val Code="(L:MD11_OVHD_PNEU_FWD_CARGO_TEMP) 0 ==" />
<Val Code="(L:MD11_OVHD_PNEU_AFT_CARGO_TEMP) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Set all Cockpit lights off" />
<CheckpointDesc SubjectTT="Cockpit Lights" ExpectationTT="OFF" />
<Instrument Id="MD11_LSIDE_BRIEFCASE_KB" />
<Instrument Id="MD11_RSIDE_BRIEFCASE_KB" />
<Instrument Id="MD11_LSIDE_FLOOR_SW" />
<Instrument Id="MD11_RSIDE_FLOOR_SW" />
<Instrument Id="MD11_CGS_PNL_LT_KB" />
<Instrument Id="MD11_CGS_FLOOD_LT_KB" />
<Instrument Id="MD11_OVHD_LTS_OUTER_OVHD_PNL_FLOOD_KB" />
<Instrument Id="MD11_OVHD_LTS_INNER_OVHD_PNL_FLOOD_KB" />
<Instrument Id="MD11_OVHD_LTS_OUTER_INSTR_PED_PNL_FLOOD_KB" />
<Instrument Id="MD11_OVHD_LTS_INNER_INSTR_PED_PNL_FLOOD_KB" />
<Instrument Id="MD11_OBS_CKTBKR_LT_KB" />
<Instrument Id="MD11_OVHD_LTS_THNDRSTRM_SW" />
<Instrument Id="MD11_OVHD_LTS_DOME_BT" />
<Test>
<TestValue>
<Operator OpType="AND">
<Operator OpType="AND">
<Operator OpType="AND">
<Val
Code="(L:MD11_LSIDE_BRIEFCASE_KB) 0 == (L:MD11_RSIDE_BRIEFCASE_KB) 0 == and (L:MD11_LSIDE_FLOOR_SW) 0 == and (L:MD11_RSIDE_FLOOR_SW) 0 == and" />
<Val
Code="(L:MD11_CGS_PNL_LT_KB) 0 == (L:MD11_OVHD_LTS_OUTER_OVHD_PNL_FLOOD_KB) 0 == and (L:MD11_OVHD_LTS_OUTER_INSTR_PED_PNL_FLOOD_KB) 0 == and (L:MD11_OBS_CKTBKR_LT_KB) 0 == and" />
</Operator>
<Val
Code="(L:MD11_CGS_FLOOD_LT_KB) 0 == (L:MD11_OVHD_LTS_INNER_OVHD_PNL_FLOOD_KB) 0 == and (L:MD11_OVHD_LTS_INNER_INSTR_PED_PNL_FLOOD_KB) 0 == and" />
</Operator>
<Val
Code="(L:MD11_OVHD_LTS_THNDRSTRM_SW) 0 == (A:LIGHT POTENTIOMETER:1) 0 == and" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Set the EVAC Switch to OFF and ensure it is guarded" />
<CheckpointDesc SubjectTT="EVAC Switch" ExpectationTT="OFF and GUARDED" />
<Instrument Id="MD11_AOVHD_EVAC_SW" />
<Test>
<TestValue>
<Operator OpType="AND">
<Val Code="(L:MD11_AOVHD_EVAC_SW) 0 ==" />
<Val Code="(L:MD11_AOVHD_EVAC_GRD) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Turn off the APU" />
<CheckpointDesc SubjectTT="APU" ExpectationTT="AS REQUIRED" />
<Instrument Id="MD11_OVHD_ELEC_APU_PWR_BT" />
<Instrument Id="MD11_OVHD_PNEU_APU_BLEED_BT" />
<Test>
<TestValue>
<Operator OpType="AND">
<Val Code="(L:MD11_AOVHD_APU_ON_LT) 0 ==" />
<Val Code="(L:MD11_OVHD_PNEU_APU_BLEED_BT) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Turn off the battery" />
<CheckpointDesc SubjectTT="Battery Switch" ExpectationTT="OFF" />
<Instrument Id="MD11_OVHD_ELEC_BATT_BT" />
<Test>
<TestValue>
<Val Code="(L:MD11_OVHD_ELEC_BATT_BT) 0 ==" />
</TestValue>
</Test>
</Checkpoint>
</Page>
</Step>
</Checklist.Checklist>

View File

@ -0,0 +1,99 @@
;/TFDi Designs MD-11 (GE CF6-80C2D1F) vRC1.7.0_GE 15MAY25
[VERSION]
major = 3
minor = 7
[GENERAL]
atc_type = "MCDONNELDOUGLAS"
atc_model = "MD11"
Category = "airplane"
performance = "Max cruise Speed: 526 kts \nEngines: 3 x GE CF6-80c with 61,960 lbs thrust\nMaximum Range: 6,725 nm, including 15% safety\nService Ceiling: 43,000 ft\nMaximum Takeoff Weight: 430,000 lbs \nLength: 177 ft 8 in\nWingspan: 170 ft 6 in, inc. winglets\nHeight: 575 ft 11 in\nSeating: 298 (2 class) \nFuel capacity: 38,615 usg\nCargo capacity: 50,000 lbs\nMaximum payload: 116,025 lbs\n\n\nV1 - 145kts, Vr - 155kts. V2 - 165kts\nVref at max weight - 143kts"
editable = 1
wip_indicator = 1
icao_type_designator = "MD11"
icao_manufacturer = "MCDONNELDOUGLAS"
icao_model = "MD11"
icao_engine_type = "Jet"
icao_engine_count = 3
icao_WTC = "H"
[PILOT]
pilot = "Pilot_Female_Uniform"
copilot = "Pilot_Male_Uniform"
instructor = "Pilot_Male_Casual"
pilot_default_animation = "Idle1_PoseAirliner"
copilot_default_animation = "Idle2_PoseAirliner"
pilot_attach_node = "PILOT_0"
copilot_attach_node = "PILOT_1"
[SERVICES]
FUELTRUCK = 1
BAGGAGE_LOADER = 1
CATERING_TRUCK = 1
BOARDING_RAMP = 0
GROUND_POWER_UNIT = 0
PUSHBACK = 1
SMALL_PUSHBACK = 0
MARSHALLER = 1
JETWAY = 1
[EFFECTS]
effect.0 = L1_EngineFX#(A:GENERAL ENG COMBUSTION:1, boolean)#FX_ASOBO_HEAT_BIG
effect.1 = C1_EngineFX#(A:GENERAL ENG COMBUSTION:2, boolean)#FX_ASOBO_HEAT_BIG
effect.2 = R1_EngineFX#(A:GENERAL ENG COMBUSTION:3, boolean)#FX_ASOBO_HEAT_BIG
effect.3 = APU_FX#(L:MD11_APU_STATE, boolean)#FX_ASOBO_HEAT_BIG
[LOADING]
ImageName = LOADING_FREEFLIGHT
Tips0 = "Welcome to the TFDi Design MD-11 - a study-level simulation of the McDonnell Douglas MD-11."
Tips1 = "Visit docs.tfdidesign.com for manuals and checklists."
Tips2 = "There may be a delay while aircraft systems and navigation data load."
Tips3 = "The MD-11 first flew on January 10th 1990."
Tips4 = "The MD-11 improved on the DC-10 and eliminated the flight engineer with a two-person glass cockpit."
Tips5 = "On February 22 2001 the final MD-11 was delivered to Lufthansa Cargo."
Tips6 = "The last passenger MD-11 flight was on October 1st 2014 by KLM Royal Dutch Airlines."
Tips7 = "Its easier loading made the MD-11 a popular choice for cargo operators."
Tips8 = "McDonnell Douglas was acquired by Boeing on August 1st 1997."
Tips9 = "Despite the 11 in MD-11 McDonnell Douglas only produced 7 commercial aircraft models."
;===================== FLTSIM =====================
[FLTSIM.0]
title = "TFDi Design MD-11 GE CF6-80c"
model = ""
panel = ""
sound = ""
texture = "BASE"
kb_checklists = "Boeing747-400_check"
kb_reference = "Boeing747-400_ref"
description = "TFDi Design MD-11 GE CF6-80c"
wip_indicator = 1
ui_manufacturer = "McDonnell Douglas"
ui_type = "MD-11 GE"
ui_variation = "GE CF6-80c engines"
ui_typerole = "Commercial Airliner"
ui_createdby = "TFDi Design"
ui_thumbnailfile = ""
ui_certified_ceiling = 43000
ui_max_range = 6725
ui_autonomy = 14
ui_fuel_burn_rate = 5300
atc_id = "G-ABCD"
atc_id_enable = 1
atc_airline = "TFDI DESIGN"
atc_flight_number = "011"
atc_heavy = 1
atc_parking_types = "RAMP,CARGO,GATE" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
atc_parking_codes = ""
atc_id_color = ""
atc_id_font = ""
isAirTraffic = 0
isUserSelectable = 1
soundai = ""
short_description = ""
canBeUsedByAITraffic = 1
icao_airline = ""
[EXITS]
number_of_exits = 0

View File

@ -0,0 +1,99 @@
;/TFDi Designs MD-11 (PW4460) vRC1.7.0_PW 15MAY25
[VERSION]
major = 3
minor = 7
[GENERAL]
atc_type = "MCDONNELDOUGLAS"
atc_model = "MD11"
Category = "airplane"
performance = "Max cruise Speed: 526 kts \nEngines: 3 x P&W PW4462 with 62,000 lbs thrust\nMaximum Range: 6,725 nm, including 15% safety\nService Ceiling: 43,000 ft\nMaximum Takeoff Weight: 430,000 lbs \nLength: 177 ft 8 in\nWingspan: 170 ft 6 in, inc. winglets\nHeight: 575 ft 11 in\nSeating: 298 (2 class) \nFuel capacity: 38,615 usg\nCargo capacity: 50,000 lbs\nMaximum payload: 116,025 lbs\n\n\nV1 - 145kts, Vr - 155kts. V2 - 165kts\nVref at max weight - 143kts"
editable = 1
wip_indicator = 1
icao_type_designator = "MD11"
icao_manufacturer = "MCDONNELDOUGLAS"
icao_model = "MD11"
icao_engine_type = "Jet"
icao_engine_count = 3
icao_WTC = "H"
[PILOT]
pilot = "Pilot_Female_Uniform"
copilot = "Pilot_Male_Uniform"
instructor = "Pilot_Male_Casual"
pilot_default_animation = "Idle1_PoseAirliner"
copilot_default_animation = "Idle2_PoseAirliner"
pilot_attach_node = "PILOT_0"
copilot_attach_node = "PILOT_1"
[SERVICES]
FUELTRUCK = 1
BAGGAGE_LOADER = 1
CATERING_TRUCK = 1
BOARDING_RAMP = 0
GROUND_POWER_UNIT = 0
PUSHBACK = 1
SMALL_PUSHBACK = 0
MARSHALLER = 1
JETWAY = 1
[EFFECTS]
effect.0 = L1_EngineFX#(A:GENERAL ENG COMBUSTION:1, boolean)#FX_ASOBO_HEAT_BIG
effect.1 = C1_EngineFX#(A:GENERAL ENG COMBUSTION:2, boolean)#FX_ASOBO_HEAT_BIG
effect.2 = R1_EngineFX#(A:GENERAL ENG COMBUSTION:3, boolean)#FX_ASOBO_HEAT_BIG
effect.3 = APU_FX#(L:MD11_APU_STATE, boolean)#FX_ASOBO_HEAT_BIG
[LOADING]
ImageName = LOADING_FREEFLIGHT
Tips0 = "Welcome to the TFDi Design MD-11 - a study-level simulation of the McDonnell Douglas MD-11."
Tips1 = "Visit docs.tfdidesign.com for manuals and checklists."
Tips2 = "There may be a delay while aircraft systems and navigation data load."
Tips3 = "The MD-11 first flew on January 10th 1990."
Tips4 = "The MD-11 improved on the DC-10 and eliminated the flight engineer with a two-person glass cockpit."
Tips5 = "On February 22 2001 the final MD-11 was delivered to Lufthansa Cargo."
Tips6 = "The last passenger MD-11 flight was on October 1st 2014 by KLM Royal Dutch Airlines."
Tips7 = "Its easier loading made the MD-11 a popular choice for cargo operators."
Tips8 = "McDonnell Douglas was acquired by Boeing on August 1st 1997."
Tips9 = "Despite the 11 in MD-11 McDonnell Douglas only produced 7 commercial aircraft models."
;===================== FLTSIM =====================
[FLTSIM.0]
title = "TFDi Design MD-11 PW4462"
model = ""
panel = ""
sound = ""
texture = "BASE"
kb_checklists = "Boeing747-400_check"
kb_reference = "Boeing747-400_ref"
description = "TFDi Design MD-11 PW4462"
wip_indicator = 1
ui_manufacturer = "McDonnell Douglas"
ui_type = "MD-11 PW"
ui_variation = "PW4462 engines"
ui_typerole = "Commercial Airliner"
ui_createdby = "TFDi Design"
ui_thumbnailfile = ""
ui_certified_ceiling = 43000
ui_max_range = 6725
ui_autonomy = 14
ui_fuel_burn_rate = 5300
atc_id = "G-ABCD"
atc_id_enable = 1
atc_airline = "TFDI DESIGN"
atc_flight_number = "011"
atc_heavy = 1
atc_parking_types = "RAMP,CARGO,GATE" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
atc_parking_codes = ""
atc_id_color = ""
atc_id_font = ""
isAirTraffic = 0
isUserSelectable = 1
soundai = ""
short_description = ""
canBeUsedByAITraffic = 1
icao_airline = ""
[EXITS]
number_of_exits = 0