Aeromatic produces a bogus "<retractable>RETRACT</retractable>" This
lets the animations work, but the FDM never sees the gear as up.  Use
"<retractable>1</retractable>" instead.

Index: Aerostar700.xml
===================================================================
RCS
file: /var/cvs/FlightGear-0.9/data/Aircraft/Aerostar-700/Aerostar700.xml,v
retrieving revision 1.1
diff -u -r1.1 Aerostar700.xml
--- Aerostar700.xml     30 Jan 2006 19:31:09 -0000      1.1
+++ Aerostar700.xml     25 Mar 2007 16:28:11 -0000
@@ -94,7 +94,7 @@
       <damping_coeff unit="LBS/FT/SEC">   631.50 </damping_coeff>
       <max_steer unit="DEG"> 5.00 </max_steer>
       <brake_group>NONE</brake_group>
-      <retractable>RETRACT</retractable>
+      <retractable>1</retractable>
     </contact>

     <contact type="BOGEY" name="LEFT_MAIN">
@@ -110,7 +110,7 @@
       <damping_coeff unit="LBS/FT/SEC">  1263.00 </damping_coeff>
       <max_steer unit="DEG">0</max_steer>
       <brake_group>LEFT</brake_group>
-      <retractable>RETRACT</retractable>
+      <retractable>1</retractable>
     </contact>

     <contact type="BOGEY" name="RIGHT_MAIN">
@@ -126,7 +126,7 @@
       <damping_coeff unit="LBS/FT/SEC">  1263.00 </damping_coeff>
       <max_steer unit="DEG">0</max_steer>
       <brake_group>RIGHT</brake_group>
-      <retractable>RETRACT</retractable>
+      <retractable>1</retractable>
     </contact>

     <contact type="STRUCTURE" name="LEFT_WING">



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to