Skip to content

Commit

Permalink
Merge pull request #84 from 50North4West/master
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
50North4West authored Sep 25, 2021
2 parents 66fd5d4 + 0cf8501 commit 3ea6819
Show file tree
Hide file tree
Showing 11 changed files with 522 additions and 12 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ Features:
**Checklists**
* Interactive checklists for every stage of your flight that follow the POH

**ATC**
* You are now referenced as Bonanza > Your Callsign in in game ATC

**SOUNDS**
* Excessive undercarriage wind noise reduced

-------------------------------------
-------------------------------------

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
[VERSION]
major = 1
minor = 0

[GENERAL]
atc_type = "TT:ATCCOM.ATC_NAME BONANZA.0.text"
atc_model = "TT:ATCCOM.AC_MODEL BONANZA.0.text"
Category = "airplane"
pilot = "Pilot_Female_Casual"
copilot = "Pilot_Male_Casual"
instructor = "Pilot_Male_Casual"
performance = ""
editable = 0
wip_indicator = 2
icao_type_designator = "BE36"
icao_manufacturer = "HAWKER BEECHCRAFT"
icao_model = "G36 Bonanza"
icao_engine_type = "Piston"
icao_engine_count = 1
icao_WTC = "L"

[PILOT]
pilot = "Pilot_Male_Casual"
copilot = ""
instructor = ""
pilot_default_animation = "Idle1_PosePropeller"
copilot_default_animation = "Idle2_PosePropeller"
pilot_attach_node = "PILOT_0"
copilot_attach_node = "PILOT_1"

[SERVICES]
FUELTRUCK = 1
BAGGAGE_LOADER = 0
CATERING_TRUCK = 0
BOARDING_RAMP = 0
GROUND_POWER_UNIT = 0
PUSHBACK = 0
SMALL_PUSHBACK = 1
MARSHALLER = 1
JETWAY = 0

[EFFECTS]
wake = fx_wake
water = fx_spray
dirt = fx_tchdrt
concrete = fx_sparks
touchdown = fx_tchdwn_s, 1

[TIMELINE.FLIGHT_RUNWAY]
Flaps = 12

[LOADING]
ImageName = LOADING_FREEFLIGHT

;===================== FLTSIM =====================

[FLTSIM.0]
title = "Bonanza G36 Asobo" ; Variation name
model = "" ; model folder
panel = "" ; panel folder
sound = "" ; sound folder
texture = "" ; texture folder
kb_checklists = "" ; Procedures/Checklist sibling file name
kb_reference = "" ; Reference information sibling file name
description = "TT:AIRCRAFT.DESCRIPTION" ; Variation description.
wip_indicator = 0 ; know if the variation is good to go or still WIP : -1=Disabled, 0=Rough, 1=1st Pass, 2=Finished
ui_manufacturer = "TT:AIRCRAFT.UI_MANUFACTURER" ; e.g. Boeing, Cessna
ui_type = "TT:AIRCRAFT.UI_MODEL" ; e.g. 747-400, 172
ui_variation = "TT:AIRCRAFT.LIVERY.DEFAULT" ; e.g. World Air, IFR Panel
ui_typerole = "Single Engine Prop" ; e.g. Single Engine Prop, Twin Engine Prop, Rotorcraft, etc
ui_createdby = "Asobo Studio" ; e.g. Asobo Studio, Microsoft, FSAddonCompany, etc
ui_thumbnailfile = "" ; app relative path to ThumbNail image file
ui_certified_ceiling = 18500 ; service ceiling / max certified operating altitude (ft)
ui_max_range = 920 ; max distance the aircraft can fly between take-off and landing in (NM)
ui_autonomy = 6 ; max duration the aircraft can fly between take-off and landing in (Hrs)
ui_fuel_burn_rate = 100 ; average fuel consumption per hour (lbs/hr) - reminder: fuel density is ~6.7lbs per US gallon
atc_id = "" ; tail number
atc_id_enable = 1 ; enable tail number
atc_airline = "" ; airline name
atc_flight_number = "" ; flight number
atc_heavy = 0 ; heavy?
atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
atc_parking_codes = "" ; Comma separated and may be as small as one character each
atc_id_color = "" ; color for the tail number : i.e. "#ffff00ff"
atc_id_font = "" ; font for the tail number
isAirTraffic = 0 ; Is the plane usable for air traffic
isUserSelectable = 1 ; Is the plane selectable by the user
sim = Cessna172SP

Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@
<If>
<Condition>
<Greater>
<Simvar name="ENG FUEL FLOW GPH:1" unit="gallons per hour"/>
<Simvar name="L:XMLVAR_FUEL_FLOW_INDICATED" unit="gallons per hour"/>
<Constant>0.1</Constant>
</Greater>
</Condition>
Expand Down Expand Up @@ -1168,12 +1168,12 @@
<Text>
<Left>
<ToFixed precision="0">
<Simvar name="ELECTRICAL GENALT BUS AMPS:1" unit="amps"/>
<Simvar name="L:XMLVAR_ALT1_LOAD_INDICATED" unit="amps"/>
</ToFixed>
</Left>
<Right>
<ToFixed precision="0">
<Simvar name="ELECTRICAL GENALT BUS AMPS:2" unit="amps"/>
<Simvar name="L:XMLVAR_ALT2_LOAD_INDICATED" unit="amps"/>
</ToFixed>
</Right>
</Text>
Expand All @@ -1187,12 +1187,12 @@
<Text>
<Left>
<ToFixed precision="1">
<Simvar name="ELECTRICAL MAIN BUS VOLTAGE:1" unit="volts"/>
<Simvar name="L:XMLVAR_BUS1_VOLT_INDICATED" unit="volts"/>
</ToFixed>
</Left>
<Right>
<ToFixed precision="1">
<Simvar name="ELECTRICAL MAIN BUS VOLTAGE:2" unit="volts"/>
<Simvar name="L:XMLVAR_BUS2_VOLT_INDICATED" unit="volts"/>
</ToFixed>
</Right>
</Text>
Expand Down
Loading

0 comments on commit 3ea6819

Please sign in to comment.