CVS: data/Aircraft/b29 b29.nas, 1.7, 1.8 b29-common.xml, 1.11, 1.12 b29-submodels.xml, 1.1, 1.2 b29-weapons.xml, 1.1, 1.2 b29-yasim-set.xml, 1.2, 1.3 b29-yasim.xml, 1.7, 1.8

Vivian Meazza <[email protected]> Wed, 7 Apr 2010 17:16:40 -0500
Newsgroups gmane.games.flightgear.cvc
Message-ID <[email protected]>
Update of /var/cvs/FlightGear-0.9/data/Aircraft/b29
In directory baron.flightgear.org:/tmp/cvs-serv13262

Modified Files:
	b29.nas b29-common.xml b29-submodels.xml b29-weapons.xml 
	b29-yasim-set.xml b29-yasim.xml 
Log Message:
Add additional MP support

Index: b29.nas
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/b29/b29.nas,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- b29.nas	21 Mar 2006 06:40:35 -0000	1.7
+++ b29.nas	7 Apr 2010 22:16:35 -0000	1.8
@@ -1,580 +1,583 @@
-########
-#
-# This function watches altitude and conks out the putt=putt when it gets too high.
-# 
-########
-
-puttPuttStop = func {
-    if(getprop("/position/altitude-ft") > 10000) {
-        setprop("/controls/APU/putt-putt", 0);
-    }
-    settimer(puttPuttStop, 20);
[...1132 lines suppressed...]
+    positionData = [
+    ["Pilot"      , -0.67,  0.9,  2.3],
+    ["Co-pilot"   ,  0.67,  0.9,  2.3],
+    ["Bombadier"  ,     0,  0.4,  0.9],
+    ];
+
+    ### Gear
+    # Since we are controling position-norm instead of YASim, we have to init it.
+    settimer(gearInit, 0);
+
+    ### Bombs
+    setlistener("/sim/weapons/current-loadout", loadBombs);
+    setlistener("/controls/armament/bombs/pickle", dropBombs);
+    settimer(loadBombs, 0);
+
+    ### View
+    # setlistener("sim/current-view", foo);
+    setlistener("sim/current-view/field-of-view", adjustViewTarget);
+    setlistener("sim/current-view/view-number", adjustViewTarget);
+    setlistener("sim/model/doors/bombbay/position-norm", adjustViewTarget);

Index: b29-common.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/b29/b29-common.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- b29-common.xml	7 Apr 2010 11:05:06 -0000	1.11
+++ b29-common.xml	7 Apr 2010 22:16:36 -0000	1.12
@@ -5,6 +5,90 @@
 -->
 
 <PropertyList>
+
+	<!-- *************** set properties **********************-->
+	<controls>
+		<armament>
+			<trigger type="bool">0</trigger>
+		</armament>
+		<engines>
+			<engine n="0">
+				<cowl-flaps-norm>0</cowl-flaps-norm>
+				<intercooler-norm>0</intercooler-norm>
+				<throttle>0</throttle>
+			</engine>
+			<engine n="1">
+				<cowl-flaps-norm>0</cowl-flaps-norm>
+				<intercooler-norm>0</intercooler-norm>
+				<throttle>0</throttle>
+			</engine>
+			<engine n="2">
+				<cowl-flaps-norm>0</cowl-flaps-norm>
+				<intercooler-norm>0</intercooler-norm>
+				<throttle>0</throttle>
+			</engine>
+			<engine n="3">
+				<cowl-flaps-norm>0</cowl-flaps-norm>
+				<intercooler-norm>0</intercooler-norm>
+				<throttle>0</throttle>
+			</engine>
+		</engines>
+		<gear>
+			<brake-parking>1</brake-parking>
+			<tailwheel-lock>true</tailwheel-lock>
+			<launchbar>
+				<acceleration-norm type="float">0.4</acceleration-norm>
+			</launchbar>
+			<lashings type ="bool">false</lashings>
+		</gear>
+		<flight>
+			<flaps-alternate-extension type="double">1</flaps-alternate-extension>
+			<speedbrake-lever type="bool">false</speedbrake-lever>
+			<flaps-lever type="double">0</flaps-lever>
+		</flight>
+		<lighting>
+			<nav-lights type="bool">false</nav-lights>
+		</lighting>
+		<armament>
+			<station n="0">
+				<jettison-all type="bool">false</jettison-all>
+			</station>
+		</armament>
+	</controls>
+
+	<gear>
+		<gear n="0">
+			<tyre-smoke type="int">0</tyre-smoke>
+			<sprayspeed-ms type="double">0</sprayspeed-ms>
+			<spray-density type="double">0</spray-density>
+			<caster-angle-deg-damped type="double">0</caster-angle-deg-damped>
+		</gear>
+		<gear n="1">
+			<tyre-smoke type="int">0</tyre-smoke>
+			<sprayspeed-ms type="double">0</sprayspeed-ms>
+			<spray-density type="double">0</spray-density>
+		</gear>
+		<gear n="2">
+			<tyre-smoke type="int">0</tyre-smoke>
+			<sprayspeed-ms type="double">0</sprayspeed-ms>
+			<spray-density type="double">0</spray-density>
+		</gear>
+		<tailhook>
+			<position-norm type="double">0</position-norm>
+		</tailhook>
+	</gear>
+
+	<engines>
+		<engine n="0">
+			<running type="bool">0</running>
+		</engine>
+	</engines>
+
+	<position>
+		<altitude-agl-ft type="double">0</altitude-agl-ft>
+	</position>
+
+
 	<sim include="help.xml">
 		<description type="string">Boeing B-29 Superfortress</description>
 
@@ -153,8 +237,28 @@
 							 alias="/controls/flight/door-position-norm"/>
 				<float n="11"
 							 alias="/sim/time/hobbs/engine[0]"/>
+				<float n="12"
+							 alias="/controls/engines/engine[0]/cowl-flaps-norm"/>
+				<float n="13"
+							 alias="/controls/engines/engine[1]/cowl-flaps-norm"/>
+				<float n="14"
+							 alias="/controls/engines/engine[2]/cowl-flaps-norm"/>
+				<float n="15"
+							 alias="/controls/engines/engine[3]/cowl-flaps-norm"/>
+				<float n="16"
+							 alias="/controls/engines/engine[0]/intercooler-norm"/>
+				<float n="17"
+							 alias="/controls/engines/engine[1]/intercooler-norm"/>
+				<float n="18"
+							 alias="/controls/engines/engine[2]/intercooler-norm"/>
+				<float n="19"
+							 alias="/controls/engines/engine[3]/intercooler-norm"/>
+
+
+				controls/engines/engine[2]/intercooler-norm
 			</generic>
 		</multiplay>
+
 	</sim>
 
 	<controls>

Index: b29-submodels.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/b29/b29-submodels.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- b29-submodels.xml	21 Mar 2006 06:40:35 -0000	1.1
+++ b29-submodels.xml	7 Apr 2010 22:16:36 -0000	1.2
@@ -9,13 +9,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>4.12</eda>
 		<cd>0.02</cd>
 		<weight>500</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -30,13 +30,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>4.12</eda>
 		<cd>0.02</cd>
 		<weight>500</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -51,13 +51,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>4.12</eda>
 		<cd>0.02</cd>
 		<weight>500</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -72,13 +72,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>4.12</eda>
 		<cd>0.02</cd>
 		<weight>500</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -93,13 +93,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>4.12</eda>
 		<cd>0.02</cd>
 		<weight>500</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>-1.8368</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -114,13 +114,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>4.12</eda>
 		<cd>0.02</cd>
 		<weight>500</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>-1.8368</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -135,13 +135,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>4.12</eda>
 		<cd>0.02</cd>
 		<weight>500</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>-1.8368</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -156,13 +156,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>4.12</eda>
 		<cd>0.02</cd>
 		<weight>500</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>-1.8368</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -177,13 +177,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -198,13 +198,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -219,13 +219,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -240,13 +240,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -261,13 +261,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -282,13 +282,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -303,13 +303,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -324,13 +324,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-1.8368</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -345,13 +345,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-1.1152</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -366,13 +366,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-1.1152</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -387,13 +387,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-1.1152</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -408,13 +408,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-1.1152</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -429,13 +429,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-1.1152</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -450,13 +450,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-1.1152</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -471,13 +471,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-1.1152</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -492,13 +492,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-1.1152</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -513,13 +513,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-0.2952</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -534,13 +534,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-0.2952</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -555,13 +555,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-0.2952</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -576,13 +576,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-0.2952</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -597,13 +597,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-0.2952</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -618,13 +618,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-0.2952</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -639,13 +639,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>-0.2952</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -660,13 +660,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>-0.2952</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -681,13 +681,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -702,13 +702,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -723,13 +723,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -744,13 +744,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -765,13 +765,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -786,13 +786,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -807,13 +807,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -828,13 +828,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>0.492</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -849,13 +849,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>1.312</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -870,13 +870,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>1.312</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -891,13 +891,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>1.312</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -912,13 +912,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>1.312</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -933,13 +933,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>1.312</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -954,13 +954,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>1.312</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -975,13 +975,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>1.312</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -996,13 +996,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>1.312</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -1017,13 +1017,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>2.0664</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -1038,13 +1038,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>2.0664</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -1059,13 +1059,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>49.3968</x-offset>
+		<x-offset>-49.3968</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>2.0664</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -1080,13 +1080,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>21.648</x-offset>
+		<x-offset>-21.648</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>2.0664</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -1101,13 +1101,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>2.0664</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -1122,13 +1122,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>2.0664</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -1143,13 +1143,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>41.8528</x-offset>
+		<x-offset>-41.8528</x-offset>
 		<y-offset>-1.968</y-offset>
 		<z-offset>2.0664</z-offset>
 		<pitch-offset>0</pitch-offset>
@@ -1164,13 +1164,13 @@
 		<repeat>false</repeat>
 		<count>1</count>
 		<speed>0</speed>
-		<wind>true</wind>
+		<wind>false</wind>
 		<aero-stabilised>true</aero-stabilised>
 		<eda>2.06</eda>
 		<cd>0.02</cd>
 		<weight>220</weight>
 		<buoyancy>0</buoyancy>
-		<x-offset>29.1592</x-offset>
+		<x-offset>-29.1592</x-offset>
 		<y-offset>1.968</y-offset>
 		<z-offset>2.0664</z-offset>
 		<pitch-offset>0</pitch-offset>

Index: b29-weapons.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/b29/b29-weapons.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- b29-weapons.xml	21 Mar 2006 06:40:35 -0000	1.1
+++ b29-weapons.xml	7 Apr 2010 22:16:36 -0000	1.2
@@ -99,12 +99,13 @@
 <interleave-sec type="double" archive="y">0</interleave-sec>
 
 <loadout>
-	<name archive="y">None</name>
+	<name archive="y"
+			type="string">None</name>
 	<interleave-sec type="double" archive="y">0</interleave-sec>
 </loadout>
 
 <loadout n="1">
-	<name archive="y">8 M-17 500 lb. magnesium incendiary cluster bombs</name>
+	<name archive="y" type="string">8 M-17 500 lb. magnesium incendiary cluster bombs</name>
 	<interleave-sec type="double" archive="y">4</interleave-sec>
 	<bomb n="0">
 		<!--M17.001-->
@@ -157,7 +158,8 @@
 </loadout>
 
 <loadout n="2">
-	<name archive="y">48 M-47A2 220 lb. jelled oil incendiary cluster bombs</name>
+	<name archive="y"
+			type="string">48 M-47A2 220 lb. jelled oil incendiary cluster bombs</name>
 	<interleave-sec type="double" archive="y">0.2</interleave-sec>
 	<bomb n="0">
 		<weight type="double">220</weight>

Index: b29-yasim-set.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/b29/b29-yasim-set.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- b29-yasim-set.xml	5 Apr 2010 11:21:09 -0000	1.2
+++ b29-yasim-set.xml	7 Apr 2010 22:16:37 -0000	1.3
@@ -8,7 +8,9 @@
 
 <PropertyList include="b29-common.xml">
 	<sim>
-		<description>Boeing B-29 Superfortress - YASim</description>-->
+		<description>Boeing B-29 Superfortress - YASim</description>
+		<author>Joshua Babcock, Vivian Meazza (FDM)</author>
+		<status>early-production</status>
 		<flight-model>yasim</flight-model>
 		<aero>b29-yasim</aero>
 	</sim>

Index: b29-yasim.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/b29/b29-yasim.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- b29-yasim.xml	21 Mar 2006 06:40:35 -0000	1.7
+++ b29-yasim.xml	7 Apr 2010 22:16:37 -0000	1.8
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-  <!--
+<!--
 
 ************************************************************************
 
@@ -15,308 +15,537 @@
 ************************************************************************
 
 -->
-  <airplane mass="74500"> 
-    <approach speed="95" aoa="3" fuel="0.2" > 
-      <control-setting axis="/controls/engines/engine[0]/throttle" value="0.5"/>
-      <control-setting axis="/controls/engines/engine[1]/throttle" value="0.5"/>
-      <control-setting axis="/controls/engines/engine[2]/throttle" value="0.5"/>
-      <control-setting axis="/controls/engines/engine[3]/throttle" value="0.5"/>
-      <control-setting axis="/controls/engines/engine[0]/mixture" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[1]/mixture" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[2]/mixture" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[3]/mixture" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[0]/propeller-pitch" value="0.77"/>
-      <control-setting axis="/controls/engines/engine[1]/propeller-pitch" value="0.77"/>
-      <control-setting axis="/controls/engines/engine[2]/propeller-pitch" value="0.77"/>
-      <control-setting axis="/controls/engines/engine[3]/propeller-pitch" value="0.77"/>
-      <control-setting axis="/controls/engines/engine[0]/boost" value="1"/>
-      <control-setting axis="/controls/engines/engine[1]/boost" value="1"/>
-      <control-setting axis="/controls/engines/engine[2]/boost" value="1"/>
-      <control-setting axis="/controls/engines/engine[3]/boost" value="1"/>
-      <!--control-setting axis="/controls/engines/engine[0]/wastegate" value="0.8"/>
+<airplane mass="74500">
+	<approach speed="95"
+						aoa="3"
+						fuel="0.2" >
+		<control-setting axis="/controls/engines/engine[0]/throttle"
+										 value="0.5"/>
+		<control-setting axis="/controls/engines/engine[1]/throttle"
+										 value="0.5"/>
+		<control-setting axis="/controls/engines/engine[2]/throttle"
+										 value="0.5"/>
+		<control-setting axis="/controls/engines/engine[3]/throttle"
+										 value="0.5"/>
+		<control-setting axis="/controls/engines/engine[0]/mixture"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[1]/mixture"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[2]/mixture"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[3]/mixture"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[0]/propeller-pitch"
+										 value="0.77"/>
+		<control-setting axis="/controls/engines/engine[1]/propeller-pitch"
+										 value="0.77"/>
+		<control-setting axis="/controls/engines/engine[2]/propeller-pitch"
+										 value="0.77"/>
+		<control-setting axis="/controls/engines/engine[3]/propeller-pitch"
+										 value="0.77"/>
+		<control-setting axis="/controls/engines/engine[0]/boost"
+										 value="1"/>
+		<control-setting axis="/controls/engines/engine[1]/boost"
+										 value="1"/>
+		<control-setting axis="/controls/engines/engine[2]/boost"
+										 value="1"/>
+		<control-setting axis="/controls/engines/engine[3]/boost"
+										 value="1"/>
+		<!--control-setting axis="/controls/engines/engine[0]/wastegate" value="0.8"/>
       <control-setting axis="/controls/engines/engine[1]/wastegate" value="0.8"/>
       <control-setting axis="/controls/engines/engine[2]/wastegate" value="0.8"/>
       <control-setting axis="/controls/engines/engine[3]/wastegate" value="0.8"/-->
-      <control-setting axis="/controls/flight/flaps" value="1.0"/>
-      <control-setting axis="/controls/gear/gear-down" value="1"/>
-    </approach>
-	
-    <cruise speed="245" alt="25000" fuel="0.5"> 
-      <control-setting axis="/controls/engines/engine[0]/throttle" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[1]/throttle" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[2]/throttle" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[3]/throttle" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[0]/mixture" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[1]/mixture" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[2]/mixture" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[3]/mixture" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[0]/propeller-pitch" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[1]/propeller-pitch" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[2]/propeller-pitch" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[3]/propeller-pitch" value="1.0"/>
-      <control-setting axis="/controls/engines/engine[0]/boost" value="1"/>
-      <control-setting axis="/controls/engines/engine[1]/boost" value="1"/>
-      <control-setting axis="/controls/engines/engine[2]/boost" value="1"/>
-      <control-setting axis="/controls/engines/engine[3]/boost" value="1"/>
-      <!--control-setting axis="/controls/engines/engine[0]/wastegate" value="0.8"/>
+		<control-setting axis="/controls/flight/flaps"
+										 value="1.0"/>
+		<control-setting axis="/controls/gear/gear-down"
+										 value="1"/>
+	</approach>
+
+	<cruise speed="245"
+					alt="25000"
+					fuel="0.5">
+		<control-setting axis="/controls/engines/engine[0]/throttle"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[1]/throttle"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[2]/throttle"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[3]/throttle"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[0]/mixture"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[1]/mixture"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[2]/mixture"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[3]/mixture"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[0]/propeller-pitch"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[1]/propeller-pitch"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[2]/propeller-pitch"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[3]/propeller-pitch"
+										 value="1.0"/>
+		<control-setting axis="/controls/engines/engine[0]/boost"
+										 value="1"/>
+		<control-setting axis="/controls/engines/engine[1]/boost"
+										 value="1"/>
+		<control-setting axis="/controls/engines/engine[2]/boost"
+										 value="1"/>
+		<control-setting axis="/controls/engines/engine[3]/boost"
+										 value="1"/>
+		<!--control-setting axis="/controls/engines/engine[0]/wastegate" value="0.8"/>
       <control-setting axis="/controls/engines/engine[1]/wastegate" value="0.8"/>
       <control-setting axis="/controls/engines/engine[2]/wastegate" value="0.8"/>
       <control-setting axis="/controls/engines/engine[3]/wastegate" value="0.8"/-->
-      <control-setting axis="/controls/flight/flaps" value="0.0"/>
-      <control-setting axis="/controls/gear/gear-down" value="0"/>
-    </cruise>
-	
-    <cockpit x="-1.63" y="0.41" z="0.76"/>
-    
-	<fuselage ax="0" ay="0" az="0" 
-	          bx="-30" by="0" bz="0"
-			  width="3" taper="0.5" midpoint="0.25"/>
-				
-	 
-    <wing x="-11.48" y="1.64" z="-0.26"
-	    length="19.72"
-		  chord="5.72"
-		  taper="0.34"
-		  sweep="5"
-		  dihedral="4.5"
-		  incidence="2.5"
-		  twist="-2.0"
-		  effectiveness="1.5"> 
-      <stall aoa="15" width="6" peak="1.5"/>
-      <flap0 start="0.04" end="0.38" lift="1.6" drag="1.6"/>
-      <flap1 start="0.38" end="0.97" lift="1.3" drag="1.3"/>
-      <control-input axis="/controls/flight/flaps" control="FLAP0"/>
-      <control-input axis="/controls/flight/aileron" control="FLAP1" split="true"/>
-      <control-input axis="/controls/flight/aileron-trim" control="FLAP1" split="true"/>
-      <control-output control="FLAP0" prop="/surface-positions/flap-pos-norm"/>
-      <control-output control="FLAP1" side="left"
-		  prop="/surface-positions/left-aileron-pos-norm"/>
-      <control-output control="FLAP1" side="right"
-		  prop="/surface-positions/right-aileron-pos-norm"/>
-      <control-speed control="FLAP0" transition-time="2.5"/>
-      <control-speed control="FLAP1" transition-time="0.5"/>
-    </wing>
-    
-	<hstab x="-26.50" y="0.81" z="1.26"
-	       length="6.986"
-		   effectiveness="1.5"
-		   chord="3.18"
-		   taper="0.503"
-		   sweep="5"> 
-      <stall aoa="18" width="3" peak="1.5"/>
-      <flap0 start="0.05" end="0.95" lift="1.7" drag="1.5"/>
-      <control-input axis="/controls/flight/elevator" control="FLAP0" />
-      <control-input axis="/controls/flight/elevator-trim" control="FLAP0"/>
-      <control-output control="FLAP0" prop="/surface-positions/elevator-pos-norm"/>
-    </hstab>
-    
-	<vstab x="-25.23" y="0" z="1.50"
-		  length="4.72"
-		  effectiveness="0.8"
-		  chord="7.5"
-		  taper="0.32"
-		  sweep="20"
-		  incidence="-1"> 
-      <stall aoa="14" width="3" peak="1.5"/>
-      <flap0 start="0.1" end="0.95" lift="1.7" drag="1.5"/>
-      <control-input axis="/controls/flight/rudder" control="FLAP0" invert="true"/>
-      <control-input axis="/controls/flight/rudder-trim" control="FLAP0" invert="true"/>
-      <control-output control="FLAP0" prop="/surface-positions/rudder-pos-norm"/>
-    </vstab>
-    
+		<control-setting axis="/controls/flight/flaps"
+										 value="0.0"/>
+		<control-setting axis="/controls/gear/gear-down"
+										 value="0"/>
+	</cruise>
+
+	<cockpit x="-1.63"
+					 y="0.41"
+					 z="0.76"/>
+
+	<fuselage ax="0"
+						ay="0"
+						az="0"
+						bx="-30"
+						by="0"
+						bz="0"
+						width="3"
+						taper="0.5"
+						midpoint="0.25"/>
+
+
+	<wing x="-11.48"
+				y="1.64"
+				z="-0.26"
+				length="19.72"
+				chord="5.72"
+				taper="0.34"
+				sweep="5"
+				dihedral="4.5"
+				incidence="2.5"
+				twist="-2.0"
+				effectiveness="1.5">
+		<stall aoa="15"
+					 width="6"
+					 peak="1.5"/>
+		<flap0 start="0.04"
+					 end="0.38"
+					 lift="1.6"
+					 drag="1.6"/>
+		<flap1 start="0.38"
+					 end="0.97"
+					 lift="1.3"
+					 drag="1.3"/>
+		<control-input axis="/controls/flight/flaps"
+									 control="FLAP0"/>
+		<control-input axis="/controls/flight/aileron"
+									 control="FLAP1"
+									 split="true"
+									/>
+		<control-input axis="/controls/flight/aileron-trim"
+									 control="FLAP1"
+									 split="true"/>
+		<control-output control="FLAP0"
+										prop="/surface-positions/flap-pos-norm"/>
+		<control-output control="FLAP1"
+										side="left"
+										prop="/surface-positions/left-aileron-pos-norm"/>
+		<control-output control="FLAP1"
+										side="right"
+										prop="/surface-positions/right-aileron-pos-norm"/>
+		<control-speed control="FLAP0"
+									 transition-time="2.5"/>
+		<control-speed control="FLAP1"
+									 transition-time="2.0"/>
+	</wing>
+
+	<hstab x="-26.50"
+				 y="0.81"
+				 z="1.26"
+				 length="6.986"
+				 effectiveness="1.5"
+				 chord="3.18"
+				 taper="0.503"
+				 sweep="5">
+		<stall aoa="18"
+					 width="3"
+					 peak="1.5"/>
+		<flap0 start="0.05"
+					 end="0.95"
+					 lift="1.4"
+					 drag="1.4"/>
+		<control-input axis="/controls/flight/elevator"
+									 control="FLAP0"
+									 transition-time="2"/>
+		<control-input axis="/controls/flight/elevator-trim"
+									 control="FLAP0"/>
+		<control-output control="FLAP0"
+										prop="/surface-positions/elevator-pos-norm"
+										transition-time="2"/>
+	</hstab>
+
+	<vstab x="-25.23"
+				 y="0"
+				 z="1.50"
+				 length="4.72"
+				 effectiveness="0.8"
+				 chord="7.5"
+				 taper="0.32"
+				 sweep="20"
+				 incidence="-1">
+		<stall aoa="14"
+					 width="3"
+					 peak="1.5"/>
+		<flap0 start="0.1"
+					 end="0.95"
+					 lift="1.7"
+					 drag="1.5"/>
+		<control-input axis="/controls/flight/rudder"
+									 control="FLAP0"
+									 invert="true"
+									 />
+		<control-input axis="/controls/flight/rudder-trim"
+									 control="FLAP0"
+									 invert="true"/>
+		<control-output control="FLAP0"
+										prop="/surface-positions/rudder-pos-norm"
+										transition-time="2"/>
+	</vstab>
+
 	<!-- #1 engine -->
-    <propeller   x="-6.90" y="9.13" z="0.50"
-            mass="2700" 
-		    moment="110" 
-			radius="2.5" 
-			cruise-speed="297"
-			cruise-rpm="945"
-			cruise-power="2200"
-			cruise-alt="25000"
-			min-rpm="210" 
-			max-rpm="945"
-			gear-ratio="0.35"
-			> 
-      <actionpt x="-6.76" y="9.13" z="0.50"/>
-      <control-input axis="/controls/engines/engine[0]/propeller-pitch" control="ADVANCE"/>
-      <piston-engine
-            		eng-power="2400" 
-					eng-rpm="2700"
-					displacement="3350"
-					compression="6.85"
-     				turbo-mul="4.25" 
-					wastegate-mp="58.75"
-					supercharger="0"
-					> 
-        <control-input axis="/controls/engines/engine[0]/throttle" control="THROTTLE"/>
-        <control-input axis="/controls/engines/engine[0]/starter" control="STARTER"/>
-        <control-input axis="/controls/engines/engine[0]/magnetos" control="MAGNETOS"/>
-        <control-input axis="/controls/engines/engine[0]/mixture" control="MIXTURE"/>
-        <control-input axis="/controls/engines/engine[0]/boost" control="BOOST"/>
-        <!--control-input axis="/controls/engines/wastegate" control="WASTEGATE"/-->
-      </piston-engine>
-    </propeller>
-    <!-- #2 engine -->
-    <propeller   x="-6.79" y="4.17" z="0.15"
-            mass="2700" 
-		    moment="110" 
-			radius="2.5" 
-			cruise-speed="297"
-			cruise-rpm="945"
-			cruise-power="2200"
-			cruise-alt="25000"
-			min-rpm="210" 
-			max-rpm="945"
-			gear-ratio="0.35"
-			> 
-      <actionpt x="-6.21" y="4.17" z="0.15"/>
-      <control-input axis="/controls/engines/engine[1]/propeller-pitch" control="ADVANCE"/>
-      <piston-engine
-	     			eng-power="2400" 
-					eng-rpm="2700"
-					displacement="3350"
-					compression="6.85"
-     				turbo-mul="4.25" 
-					wastegate-mp="58.75"
-					supercharger="0"
-					> 
-        <control-input axis="/controls/engines/engine[1]/throttle" control="THROTTLE"/>
-        <control-input axis="/controls/engines/engine[1]/starter" control="STARTER"/>
-        <control-input axis="/controls/engines/engine[1]/magnetos" control="MAGNETOS"/>
-        <control-input axis="/controls/engines/engine[1]/mixture" control="MIXTURE"/>
-        <control-input axis="/controls/engines/engine[1]/boost" control="BOOST"/>
-        <!--control-input axis="/controls/engines/wastegate" control="WASTEGATE"/-->
-      </piston-engine>
-    </propeller>
-    
+	<propeller   x="-6.90"
+							 y="9.13"
+							 z="0.50"
+							 mass="2700"
+							 moment="110"
+							 radius="2.5"
+							 cruise-speed="297"
+							 cruise-rpm="945"
+							 cruise-power="2200"
+							 cruise-alt="25000"
+							 min-rpm="210"
+							 max-rpm="945"
+							 gear-ratio="0.35"
+			>
+		<actionpt x="-6.76"
+							y="9.13"
+							z="0.50"/>
+		<control-input axis="/controls/engines/engine[0]/propeller-pitch"
+									 control="ADVANCE"/>
+		<piston-engine
+			eng-power="2400"
+			eng-rpm="2700"
+			displacement="3350"
+			compression="6.85"
+			turbo-mul="4.25"
+			wastegate-mp="58.75"
+			supercharger="0"
+					>
+			<control-input axis="/controls/engines/engine[0]/throttle"
+										 control="THROTTLE"/>
+			<control-input axis="/controls/engines/engine[0]/starter"
+										 control="STARTER"/>
+			<control-input axis="/controls/engines/engine[0]/magnetos"
+										 control="MAGNETOS"/>
+			<control-input axis="/controls/engines/engine[0]/mixture"
+										 control="MIXTURE"/>
+			<control-input axis="/controls/engines/engine[0]/boost"
+										 control="BOOST"/>
+			<!--control-input axis="/controls/engines/wastegate" control="WASTEGATE"/-->
+		</piston-engine>
+	</propeller>
+	<!-- #2 engine -->
+	<propeller   x="-6.79"
+							 y="4.17"
+							 z="0.15"
+							 mass="2700"
+							 moment="110"
+							 radius="2.5"
+							 cruise-speed="297"
+							 cruise-rpm="945"
+							 cruise-power="2200"
+							 cruise-alt="25000"
+							 min-rpm="210"
+							 max-rpm="945"
+							 gear-ratio="0.35"
+			>
+		<actionpt x="-6.21"
+							y="4.17"
+							z="0.15"/>
+		<control-input axis="/controls/engines/engine[1]/propeller-pitch"
+									 control="ADVANCE"/>
+		<piston-engine
+			eng-power="2400"
+			eng-rpm="2700"
+			displacement="3350"
+			compression="6.85"
+			turbo-mul="4.25"
+			wastegate-mp="58.75"
+			supercharger="0"
+					>
+			<control-input axis="/controls/engines/engine[1]/throttle"
+										 control="THROTTLE"/>
+			<control-input axis="/controls/engines/engine[1]/starter"
+										 control="STARTER"/>
+			<control-input axis="/controls/engines/engine[1]/magnetos"
+										 control="MAGNETOS"/>
+			<control-input axis="/controls/engines/engine[1]/mixture"
+										 control="MIXTURE"/>
+			<control-input axis="/controls/engines/engine[1]/boost"
+										 control="BOOST"/>
+			<!--control-input axis="/controls/engines/wastegate" control="WASTEGATE"/-->
+		</piston-engine>
+	</propeller>
+
 	<!-- #3 engine -->
-    <propeller   x="-6.79" y="-4.17" z="0.15"
-            mass="2700" 
-		    moment="110" 
-			radius="2.5" 
-			cruise-speed="297"
-			cruise-rpm="945"
-			cruise-power="2200"
-			cruise-alt="25000"
-			min-rpm="210" 
-			max-rpm="945"
-			gear-ratio="0.35"
-			> 
-      <actionpt x="-6.21" y="-4.17" z="0.15"/>
-      <control-input axis="/controls/engines/engine[2]/propeller-pitch" control="ADVANCE"/>
-      <piston-engine
-            		eng-power="2400" 
-					eng-rpm="2700"
-					displacement="3350"
-					compression="6.85"
-     				turbo-mul="4.25" 
-					wastegate-mp="58.75"
-					supercharger="0"
-					> 
-        <control-input axis="/controls/engines/engine[2]/throttle" control="THROTTLE"/>
-        <control-input axis="/controls/engines/engine[2]/starter" control="STARTER"/>
-        <control-input axis="/controls/engines/engine[2]/magnetos" control="MAGNETOS"/>
-        <control-input axis="/controls/engines/engine[2]/mixture" control="MIXTURE"/>
-        <control-input axis="/controls/engines/engine[2]/boost" control="BOOST"/>
-        <!--control-input axis="/controls/engines/wastegate" control="WASTEGATE"/-->
-      </piston-engine>
-    </propeller>
-    
+	<propeller   x="-6.79"
+							 y="-4.17"
+							 z="0.15"
+							 mass="2700"
+							 moment="110"
+							 radius="2.5"
+							 cruise-speed="297"
+							 cruise-rpm="945"
+							 cruise-power="2200"
+							 cruise-alt="25000"
+							 min-rpm="210"
+							 max-rpm="945"
+							 gear-ratio="0.35"
+			>
+		<actionpt x="-6.21"
+							y="-4.17"
+							z="0.15"/>
+		<control-input axis="/controls/engines/engine[2]/propeller-pitch"
+									 control="ADVANCE"/>
+		<piston-engine
+			eng-power="2400"
+			eng-rpm="2700"
+			displacement="3350"
+			compression="6.85"
+			turbo-mul="4.25"
+			wastegate-mp="58.75"
+			supercharger="0"
+					>
+			<control-input axis="/controls/engines/engine[2]/throttle"
+										 control="THROTTLE"/>
+			<control-input axis="/controls/engines/engine[2]/starter"
+										 control="STARTER"/>
+			<control-input axis="/controls/engines/engine[2]/magnetos"
+										 control="MAGNETOS"/>
+			<control-input axis="/controls/engines/engine[2]/mixture"
+										 control="MIXTURE"/>
+			<control-input axis="/controls/engines/engine[2]/boost"
+										 control="BOOST"/>
+			<!--control-input axis="/controls/engines/wastegate" control="WASTEGATE"/-->
+		</piston-engine>
+	</propeller>
+
 	<!-- #4 engine -->
-    <propeller   x="-6.90" y="-9.13" z="0.50"
-            mass="2700" 
-		    moment="110" 
-			radius="2.5" 
-			cruise-speed="297"
-			cruise-rpm="945"
-			cruise-power="2200"
-			cruise-alt="25000"
-			min-rpm="210" 
-			max-rpm="945"
-			gear-ratio="0.35"
-			> 
-      <actionpt x="-6.76" y="-9.13" z="0.50"/>
-      <control-input axis="/controls/engines/engine[3]/propeller-pitch" control="ADVANCE"/>
-      <piston-engine
-            		eng-power="2400" 
-					eng-rpm="2700"
-					displacement="3350"
-					compression="6.85"
-     				turbo-mul="4.25" 
-					wastegate-mp="58.75"
-					supercharger="0"
-					> 
-        <control-input axis="/controls/engines/engine[3]/throttle" control="THROTTLE"/>
-        <control-input axis="/controls/engines/engine[3]/starter" control="STARTER"/>
-        <control-input axis="/controls/engines/engine[3]/magnetos" control="MAGNETOS"/>
-        <control-input axis="/controls/engines/engine[3]/mixture" control="MIXTURE"/>
-        <control-input axis="/controls/engines/engine[3]/boost" control="BOOST"/>
-        <!--control-input axis="/controls/engines/wastegate" control="WASTEGATE"/-->
-      </piston-engine>
-    </propeller>
-    
-<!-- ***** Gear ***** -->
-	<gear x="-1.09" y="0.0" z="-3.27" compression="0.3" upx="-0.08" upy="0" upz="0.29"
-	  castering="1" retract-time = "0" > 
-      <control-input axis="/controls/gear/gear-down" control="EXTEND"/>
-      <control-input axis="/controls/gear/nosewheel-lock" 
-				src0="0" src1="1" dst0="1" dst1="1" control="CASTERING"/>
-      <control-speed control="EXTEND" transition-time="0"/>
-      <control-output control="EXTEND" prop="/gear/gear[0]/foo"/>
-    </gear>
-
-    <gear x="-11.59" y="4.17" z="-3.17" compression="0.3" upx="-0.05" upy="0" upz="0.29"
-	  retract-time = "0" > 
-      <control-input axis="/controls/gear/brake-my-parking" control="BRAKE"/>
-      <control-input axis="/controls/gear/brake-left" control="BRAKE"/>
-      <control-input axis="/controls/gear/gear-down" control="EXTEND"/>
-      <control-speed control="EXTEND" transition-time="0"/>
-      <control-output control="EXTEND" prop="/gear/gear[1]/foo"/>
-    </gear>
-
-    <gear x="-11.59" y="-4.17" z="-3.17" compression="0.3" upx="-0.05" upy="0" upz="0.29"
-	  retract-time = "0" > 
-      <control-input axis="/controls/gear/brake-my-parking" control="BRAKE"/>
-      <control-input axis="/controls/gear/brake-right" control="BRAKE"/>
-      <control-input axis="/controls/gear/gear-down" control="EXTEND"/>
-      <control-speed control="EXTEND" transition-time="0"/>
-      <control-output control="EXTEND" prop="/gear/gear[2]/foo"/>
-    </gear>
-
-    <gear x="-26.08" y="0" z="-1.4" compression="0.3" retract-time="0" spring="1" damp="10"> 
-      <control-input axis="/controls/gear/gear-down" control="EXTEND"/>
-      <!--   Hack, ensures that the skid always has lots of friction -->
-      <control-input axis="/controls/gear/nosewheel-lock" control="BRAKE"/>
-      <control-input axis="/controls/gear/nosewheel-lock" control="CASTERING"/>
-      <control-speed control="EXTEND" transition-time="0"/>
-      <control-output control="EXTEND" prop="/gear/gear[3]/foo"/>
-    </gear>
-	
-<!--Fuel Tanks -->
+	<propeller   x="-6.90"
+							 y="-9.13"
+							 z="0.50"
+							 mass="2700"
+							 moment="110"
+							 radius="2.5"
+							 cruise-speed="297"
+							 cruise-rpm="945"
+							 cruise-power="2200"
+							 cruise-alt="25000"
+							 min-rpm="210"
+							 max-rpm="945"
+							 gear-ratio="0.35"
+			>
+		<actionpt x="-6.76"
+							y="-9.13"
+							z="0.50"/>
+		<control-input axis="/controls/engines/engine[3]/propeller-pitch"
+									 control="ADVANCE"/>
+		<piston-engine
+			eng-power="2400"
+			eng-rpm="2700"
+			displacement="3350"
+			compression="6.85"
+			turbo-mul="4.25"
+			wastegate-mp="58.75"
+			supercharger="0"
+					>
+			<control-input axis="/controls/engines/engine[3]/throttle"
+										 control="THROTTLE"/>
+			<control-input axis="/controls/engines/engine[3]/starter"
+										 control="STARTER"/>
+			<control-input axis="/controls/engines/engine[3]/magnetos"
+										 control="MAGNETOS"/>
+			<control-input axis="/controls/engines/engine[3]/mixture"
+										 control="MIXTURE"/>
+			<control-input axis="/controls/engines/engine[3]/boost"
+										 control="BOOST"/>
+			<!--control-input axis="/controls/engines/wastegate" control="WASTEGATE"/-->
+		</piston-engine>
+	</propeller>
+
+	<!-- ***** Gear ***** -->
+	<gear x="-1.09"
+				y="0.0"
+				z="-3.27"
+				compression="0.3"
+				upx="-0.08"
+				upy="0"
+				upz="0.29"
+				castering="1"
+				retract-time = "0" >
+		<control-input axis="/controls/gear/gear-down"
+									 control="EXTEND"/>
+		<control-input axis="/controls/gear/nosewheel-lock"
+									 src0="0"
+									 src1="1"
+									 dst0="1"
+									 dst1="1"
+									 control="CASTERING"/>
+		<control-speed control="EXTEND"
+									 transition-time="0"/>
+		<control-output control="EXTEND"
+										prop="/gear/gear[0]/foo"/>
+	</gear>
+
+	<gear x="-11.59"
+				y="4.17"
+				z="-3.17"
+				compression="0.3"
+				upx="-0.05"
+				upy="0"
+				upz="0.29"
+				retract-time = "0" >
+		<control-input axis="/controls/gear/brake-my-parking"
+									 control="BRAKE"/>
+		<control-input axis="/controls/gear/brake-left"
+									 control="BRAKE"/>
+		<control-input axis="/controls/gear/gear-down"
+									 control="EXTEND"/>
+		<control-speed control="EXTEND"
+									 transition-time="0"/>
+		<control-output control="EXTEND"
+										prop="/gear/gear[1]/foo"/>
+	</gear>
+
+	<gear x="-11.59"
+				y="-4.17"
+				z="-3.17"
+				compression="0.3"
+				upx="-0.05"
+				upy="0"
+				upz="0.29"
+				retract-time = "0" >
+		<control-input axis="/controls/gear/brake-my-parking"
+									 control="BRAKE"/>
+		<control-input axis="/controls/gear/brake-right"
+									 control="BRAKE"/>
+		<control-input axis="/controls/gear/gear-down"
+									 control="EXTEND"/>
+		<control-speed control="EXTEND"
+									 transition-time="0"/>
+		<control-output control="EXTEND"
+										prop="/gear/gear[2]/foo"/>
+	</gear>
+
+	<gear x="-26.08"
+				y="0"
+				z="-1.4"
+				compression="0.3"
+				retract-time="0"
+				spring="1"
+				damp="10">
+		<control-input axis="/controls/gear/gear-down"
+									 control="EXTEND"/>
+		<!--   Hack, ensures that the skid always has lots of friction -->
+		<control-input axis="/controls/gear/nosewheel-lock"
+									 control="BRAKE"/>
+		<control-input axis="/controls/gear/nosewheel-lock"
+									 control="CASTERING"/>
+		<control-speed control="EXTEND"
+									 transition-time="0"/>
+		<control-output control="EXTEND"
+										prop="/gear/gear[3]/foo"/>
+	</gear>
+
+	<!--Fuel Tanks -->
 	<!-- Bomb bay tanks? -->
-    <!-- #1: 1367.5 gal -->
-    <tank x="-10.4" y="8.9"  z="0" capacity="8205"/>
-    <!-- #2: 1436.5 gal -->
-    <tank x="-10.4" y="4.6"  z="0" capacity="8619"/>
-    <!-- Center: 1315 gal -->
-    <tank x="-12.1" y="0"    z="0" capacity="7890"/>
-    <!-- #3: 1436.5 gal -->
-    <tank x="-10.4" y="-4.6" z="0" capacity="8619"/>
-    <!-- #4: 1367.5 gal -->
-    <tank x="-10.4" y="-8.9" z="0" capacity="8205"/>
-
-<!-- Ballast -->
-    <ballast x="-0.875" y="0.0" z="-2" mass="14500"/><!-- move CG forward -->
-    <ballast x="-30" y="0.0" z="2" mass="-6000"/>    <!-- move CG forward -->
-
-<!-- Bomb racks -->
-    <weight x="6.6"   y="-0.83" z="0" mass-prop="/yasim/weights/rack-1"/>
-    <weight x="6.6"   y="0.83"  z="0" mass-prop="/yasim/weights/rack-2"/>
-    <weight x="8.89"  y="-0.83" z="0" mass-prop="/yasim/weights/rack-3"/>
-    <weight x="8.89"  y="0.83"  z="0" mass-prop="/yasim/weights/rack-4"/>
-    <weight x="12.76" y="-0.83" z="0" mass-prop="/yasim/weights/rack-5"/>
-    <weight x="12.76" y="0.83"  z="0" mass-prop="/yasim/weights/rack-6"/>
-    <weight x="15.06" y="-0.83" z="0" mass-prop="/yasim/weights/rack-7"/>
-    <weight x="15.06" y="0.83"  z="0" mass-prop="/yasim/weights/rack-8"/>
+	<!-- #1: 1367.5 gal -->
+	<tank x="-10.4"
+				y="8.9"
+				z="0"
+				capacity="8205"/>
+	<!-- #2: 1436.5 gal -->
+	<tank x="-10.4"
+				y="4.6"
+				z="0"
+				capacity="8619"/>
+	<!-- Center: 1315 gal -->
+	<tank x="-12.1"
+				y="0"
+				z="0"
+				capacity="7890"/>
+	<!-- #3: 1436.5 gal -->
+	<tank x="-10.4"
+				y="-4.6"
+				z="0"
+				capacity="8619"/>
+	<!-- #4: 1367.5 gal -->
+	<tank x="-10.4"
+				y="-8.9"
+				z="0"
+				capacity="8205"/>
+
+	<!-- Ballast -->
+	<ballast x="-0.875"
+					 y="0.0"
+					 z="-2"
+					 mass="14500"/>
+	<!-- move CG forward -->
+	<ballast x="-30"
+					 y="0.0"
+					 z="2"
+					 mass="-6000"/>
+	<!-- move CG forward -->
+
+	<!-- Bomb racks -->
+	<weight x="6.6"
+					y="-0.83"
+					z="0"
+					mass-prop="/yasim/weights/rack-1"/>
+	<weight x="6.6"
+					y="0.83"
+					z="0"
+					mass-prop="/yasim/weights/rack-2"/>
+	<weight x="8.89"
+					y="-0.83"
+					z="0"
+					mass-prop="/yasim/weights/rack-3"/>
+	<weight x="8.89"
+					y="0.83"
+					z="0"
+					mass-prop="/yasim/weights/rack-4"/>
+	<weight x="12.76"
+					y="-0.83"
+					z="0"
+					mass-prop="/yasim/weights/rack-5"/>
+	<weight x="12.76"
+					y="0.83"
+					z="0"
+					mass-prop="/yasim/weights/rack-6"/>
+	<weight x="15.06"
+					y="-0.83"
+					z="0"
+					mass-prop="/yasim/weights/rack-7"/>
+	<weight x="15.06"
+					y="0.83"
+					z="0"
+					mass-prop="/yasim/weights/rack-8"/>
 
-  </airplane>
+</airplane>


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev