I just looked at our 707 and discovered it still has JSBSim 1.6 config files. It also has a dependency on the 737 which was renamed to 737-300.
I took the liberty of updating the fdm files: 707.xml Engines/JT3D and the set file 707-set.xml The FDM and Engine files are straight conversions. I see some opportunity for improvements: engine locations are obviously wrong, fuel tanks look wrong, needs advanced nose wheel steering, but figured that could wait. In addition to fixing the 737 -> 737-300 issue in the set file, I changed the view[1] distance to -50 meters, it was set to -12 which was still inside the fuselage. I also removed ATC and AI settings which, IMHO, don't belong in an aircraft -set file. I am attaching the changes to the -set file as both a complete file and a diff file. The changes to the engine and FDM are so sweeping a diff file would be useless so I'm only attaching the new files. Would some one please apply these changes to CVS? Thanks, Ron
707.xml
Description: XML document
Index: 707-set.xml
===================================================================
RCS file: /var/cvs/FlightGear-0.9/data/Aircraft/707/707-set.xml,v
retrieving revision 1.2
diff -p -d -r1.2 707-set.xml
*** 707-set.xml 24 Mar 2006 14:56:21 -0000 1.2
--- 707-set.xml 4 May 2008 17:38:14 -0000
***************
*** 22,32 ****
<sound>
<audible>true</audible>
! <path>Aircraft/737/Sounds/737-sound.xml</path>
</sound>
<panel>
! <path>Aircraft/737/Panels/737-ifr-panel.xml</path>
<visibility>true</visibility>
</panel>
--- 22,32 ----
<sound>
<audible>true</audible>
! <path>Aircraft/737-300/Sounds/737-sound.xml</path>
</sound>
<panel>
! <path>Aircraft/737-300/Panels/737-ifr-panel.xml</path>
<visibility>true</visibility>
</panel>
***************
*** 47,68 ****
<view n="1">
<config>
<!-- big plane, so extend chase view offset a bit -->
! <z-offset-m type="double" archive="y">-12.0</z-offset-m>
</config>
</view>
<chase-distance-m>-45</chase-distance-m>
- <!-- turns off GA tower communications -->
- <ATC>
- <enabled type="bool">false</enabled>
- </ATC>
-
- <!-- turns off GA traffic -->
- <ai-traffic>
- <enabled type="bool">false</enabled>
- </ai-traffic>
-
<flaps>
<setting>0.000</setting>
<setting>0.125</setting>
--- 47,58 ----
<view n="1">
<config>
<!-- big plane, so extend chase view offset a bit -->
! <z-offset-m type="double" archive="y">-50.0</z-offset-m>
</config>
</view>
<chase-distance-m>-45</chase-distance-m>
<flaps>
<setting>0.000</setting>
<setting>0.125</setting>
707-set.xml
Description: XML document
JT3D.xml
Description: XML document
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

