Small improvement after initial import.
This commit is contained in:
parent
22f1ebd3a6
commit
afbca8bdcf
2 changed files with 11 additions and 6 deletions
11
MP/00README
11
MP/00README
|
@ -1,4 +1,7 @@
|
||||||
aircraft_types.xml: List to map aircraft types between different
|
Directory to hold MultiPlayer-related configuration (no data) files.
|
||||||
nomenclatures systems (ICAO, SISO, FlightGear, ....) to help different
|
--------------------------------------------------------------------
|
||||||
flavours of flight simulation software to communicate in a single
|
|
||||||
simulation enviromnent.
|
aircraft_types.xml: Mapping of aircraft types between different
|
||||||
|
nomenclature systems (ICAO, SISO, FlightGear, ....) to help
|
||||||
|
different flavours of flight simulation software to communicate in
|
||||||
|
a single simulation enviromnent.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
AircraftTypes.xml - List of aircraft type identifiers
|
aircraft_types.xml - List of aircraft type identifiers
|
||||||
http://virtualair.sourceforge.net
|
http://virtualair.sourceforge.net/
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or
|
This library is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU Lesser General Public
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -28,5 +28,7 @@
|
||||||
<Type ICAO="B733" SISO="1.2.225.57.1.7.0" FlightGear="Aircraft/737-300/Models/737-300.xml"/>
|
<Type ICAO="B733" SISO="1.2.225.57.1.7.0" FlightGear="Aircraft/737-300/Models/737-300.xml"/>
|
||||||
<Type ICAO="B742" SISO="1.2.225.57.1.1.0" FlightGear="Aircraft/747-200/Models/boeing747-200.xml"/>
|
<Type ICAO="B742" SISO="1.2.225.57.1.1.0" FlightGear="Aircraft/747-200/Models/boeing747-200.xml"/>
|
||||||
<Type ICAO="C172" SISO="1.2.225.40.1.1.0" FSX="Cessna Skyhawk 172SP" FlightGear="Aircraft/c172p/Models/c172p.xml"/>
|
<Type ICAO="C172" SISO="1.2.225.40.1.1.0" FSX="Cessna Skyhawk 172SP" FlightGear="Aircraft/c172p/Models/c172p.xml"/>
|
||||||
|
<Type ICAO="PC7" SISO="1.2.206.40.1.1.0" FlightGear="Aircraft/pc7/Models/pc7.xml"/>
|
||||||
|
<Type ICAO="DH8C" SISO="1.2.39.57.1.1.0" FlightGear="Aircraft/dhc8/Models/dhc8-300Q.xml"/>
|
||||||
<Type ICAO="UFO" SISO="1.2.0.0.0.0.0" FlightGear="Aircraft/ufo/Models/ufo.xml"/>
|
<Type ICAO="UFO" SISO="1.2.0.0.0.0.0" FlightGear="Aircraft/ufo/Models/ufo.xml"/>
|
||||||
</AircraftTypes>
|
</AircraftTypes>
|
||||||
|
|
Loading…
Reference in a new issue