-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from 50North4West/master
Updates
- Loading branch information
Showing
11 changed files
with
522 additions
and
12 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
89 changes: 89 additions & 0 deletions
89
z-bonanza-g36-improvement-project/SimObjects/Airplanes/Asobo_Bonanza_G36/aircraft.cfg
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
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 | ||
|
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.