From 8df329737c5c4a0f49a0efdc02a1f0ae819bcafe Mon Sep 17 00:00:00 2001 From: mselig <mselig> Date: Mon, 27 May 2002 05:38:20 +0000 Subject: [PATCH] Marchetti update --- Aircraft/marchetti-v1-uiuc-set.xml | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Aircraft/marchetti-v1-uiuc-set.xml diff --git a/Aircraft/marchetti-v1-uiuc-set.xml b/Aircraft/marchetti-v1-uiuc-set.xml new file mode 100644 index 000000000..6b77964ec --- /dev/null +++ b/Aircraft/marchetti-v1-uiuc-set.xml @@ -0,0 +1,46 @@ +<?xml version="1.0"?> +<!-- +************************************************************************ +SIAI Marchetti S.211 simulation config. This file ties together all +the components used by FGFS to represent the Marchetti. Components +include the flight data model, instrument panel, and external 3D +model. The aircraft: +http://www.geocities.com/CapeCanaveral/3900/s211.html + +A 3D Model of this aircraft does not yet exist. + +For more details see UIUC/marchetti-v1/README.marchetti.html + +May 27 2002 Michael Selig, m-selig@uiuc.edu +************************************************************************ +--> + +<PropertyList> + + <sim> + + <flight-model>larcsim</flight-model> + <aero>uiuc</aero> + <aircraft-dir>Aircraft/UIUC/marchetti-v1</aircraft-dir> + + <sound> + <audible>true</audible> + <path>Aircraft/marchetti/Sounds/uiuc/marchetti-sound.xml</path> + </sound> + + <panel> + <path>Aircraft/c172/Panels/c172-vfr-panel.xml</path> + <visibility>true</visibility> + </panel> + + <panel_2> + <path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path> + </panel_2> + + <!-- For now, use the default 3D model for UIUC aircraft. --> + <model> + <path>Aircraft/UIUC/Models/opus/opus-model.xml</path> + </model> + + </sim> +</PropertyList>