# planes.txt
#
# This is a list of plane name translations. It's used when another player
# in the session is using an aircraft that you don't have.
#
# If you do have the other player's aircraft, that aircraft is always used,
# even if an entry here would normally change it. For example, if the other
# player is flying the "My Fancy 737", and you have it, it will be used as 
# normal. But if you don't have it, it will be changed to whatever aircraft is 
# specified below.
#
# Format for lines below: <pattern> = <aircraft-title>
# Aircraft titles must match the "title=" line in the aircraft.cfg files.
# For FS2002 and FS2004, see the "Aircraft" subdirectories.
# For FSX, see the "SimObjects" subdirectories.
#
# You can use the * character in patterns to replace zero or more instances 
# of any character. For example, 737* would match any plane starting with 
# 737, and *737 would match any plane ending with 737, and *737* would match 
# any plane that contained 737 anywhere in the title ("My 737 Plane").
#
# If an aircraft title matches more than one pattern below, it is not possible
# to predict which one will be used (i.e. it'll be chosen randomly). For that
# reason, don't create overlapping patterns such as *737* and *My 737*.
#
# If another player is flying a plane that you don't have, and if the plane's
# title does not match any pattern below (or if it matches, but the title you
# specified on the right side of the = sign is not a valid aircraft in FSX)
# the pattern named "default" is used.
#
# All entries must be on a single line. Do not use tabs.
# Blank lines and lines beginning with # are ignored.
#
# This file is automatically reloaded every minute.

*Airbus A321* = Airbus A321 Paint2
*Aircreation582SL* = Aircreation582SL Blue
*Beech Baron* = Beech Baron 58 Paint1
*Beech King Air* = Beech King Air 350 Paint1
*Bell* = Bell 206B JetRanger Paint1
*737* = Boeing 737-800 Paint1
*747* = Boeing 747-400 Paint1
*777* = Boeing 747-400 Paint1
*Bombardier CRJ* = Bombardier CRJ 700 Paint1
*Cessna*Caravan* = Cessna Grand Caravan Paint1
*Cessna Skyhawk* = Cessna Skyhawk 172SP Paint1
*Cessna Skylane* = Cessna Skyhawk 172SP Paint1
*Concorde* = Boeing 737-800 Paint1
*Corsair* = Mooney Bravo
*Curtiss Jenny* = Piper Cub Paint1
*de Havilland Dash 8* = de Havilland Dash 8-100 Paint1
*de Havilland Comet* = DeHavilland Beaver DHC2 Paint1
*DeHavilland Beaver* = DeHavilland Beaver DHC2 Paint1
*DG808S* = DG808S Paint1
*Douglas DC-3* = Douglas DC-3 Paint1
*Extra 300S* = Extra 300S Paint1
*Glider* = DG808S Paint1
*Grumman Goose* = Grumman Goose G21A paint1
*Heli* = Bell 206B JetRanger Paint1
*Learjet* = Learjet 45
*Maule* = Maule M7 260C paint1
*MD-83* = McDonnell-Douglas/Boeing MD-83 Paint1
*Mooney* = Mooney Bravo
*Piper Cherokee 180* = Piper Cherokee 180 Paint1
*Piper Cub* = Piper Cub Paint1
*Robinson* = Robinson R22 Paint1
*Ryan NYP* = Piper Cub Paint1
*Sailplane* = DG808S Paint1
*Sopwith Camel* = Piper Cub Paint1
*Tri-Motor* = Piper Cub Paint1
*Vega* = Piper Cub Paint1
*Vickers Vimy* = Piper Cub Paint1
*Wright Flyer* = Piper Cub Paint1

# Default aircraft used when all else fails. Pattern must be "default_fsx" or "default_prepar3d":
default_fsx = Cessna Skyhawk 172SP Paint2
default_prepar3d = Mooney Bravo Retro
