1
0
Fork 0

In-progress C172p stuff. Nothing exciting yet.

This commit is contained in:
david 2002-08-05 18:17:29 +00:00
parent 7ad08c1779
commit 3c14bbfedb
9 changed files with 7266 additions and 7 deletions

87
Aircraft/c172p-3d-set.xml Normal file
View file

@ -0,0 +1,87 @@
<?xml version="1.0"?>
<!--
************************************************************************
Cessna 172 simulation config. This files ties together all the components
used by FGFS to represent the C172. Components include the flight data
model, instrument panel, and external 3D model.
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
October 23 2001 John Check, fgpanels@rockfish.net
************************************************************************
-->
<PropertyList>
<sim>
<allow-toggle-cockpit archive="y">true</allow-toggle-cockpit>
<flight-model archive="y">jsb</flight-model>
<aero archive="y">c172</aero>
<sound>
<audible archive="y">true</audible>
<path archive="y">Aircraft/c172/c172-sound.xml</path>
</sound>
<panel>
<visibility archive="y">false</visibility>
</panel>
<model>
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
</model>
<view>
<internal archive="y">true</internal>
<config>
<x-offset-m archive="y">-0.25</x-offset-m>
<y-offset-m archive="y">0.20</y-offset-m>
<z-offset-m archive="y">0.66</z-offset-m>
</config>
</view>
<current-view>
<pitch-offset-deg>-13</pitch-offset-deg>
</current-view>
</sim>
<autopilot>
<config>
<min-climb-speed-kt type="float">70.0</min-climb-speed-kt>
<best-climb-speed-kt type="float">75.0</best-climb-speed-kt>
<target-climb-rate-fpm type="float">500.0</target-climb-rate-fpm>
<target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm>
<elevator-adj-factor type="float">4000.0</elevator-adj-factor>
<integral-contribution type="float">0.01</integral-contribution>
<zero-pitch-throttle type="float">0.45</zero-pitch-throttle>
<zero-pitch-trim-full-throttle type="float">0.14</zero-pitch-trim-full-throttle>
</config>
</autopilot>
<consumables>
<fuel>
<tank n="0">
<level-gal_us archive="y">20</level-gal_us>
</tank>
<tank n="1">
<level-gal_us archive="y">20</level-gal_us>
</tank>
</fuel>
</consumables>
<controls>
<aileron-trim>-0.055</aileron-trim>
<magnetos>3</magnetos>
</controls>
<engines>
<engine>
<rpm>700</rpm>
</engine>
</engines>
</PropertyList>

View file

@ -30,14 +30,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
</panel_2>
<!--
<model>
<path>Aircraft/c172/Models/N757/n757.ac</path>
</model>
-->
<model>
<path>Aircraft/c172/Models/c172p.xml</path>
<path>Aircraft/c172p/Models/c172p.xml</path>
</model>
</sim>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,92 @@
<?xml version="1.0"?>
<PropertyList>
<path>c172p.ac</path>
<!-- LOD for the model as a whole -->
<animation>
<type>range</type>
<min-m>0</min-m>
<max-m>10000</max-m>
</animation>
<animation>
<type>rotate</type>
<object-name>Elevators</object-name>
<property>/surface-positions/elevator-pos-norm</property>
<interpolation>
<entry>
<ind>-1.0</ind>
<dep>-28</dep>
</entry>
<entry>
<ind>0</ind>
<dep>0</dep>
</entry>
<entry>
<ind>1.0</ind>
<dep>23</dep>
</entry>
</interpolation>
<center>
<x-m>5.65</x-m>
<y-m>0.0</y-m>
<z-m>-0.05</z-m>
</center>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Elevators</object-name>
<property>/surface-positions/elevator-pos-norm</property>
<interpolation>
<entry>
<ind>-1.0</ind>
<dep>-28</dep>
</entry>
<entry>
<ind>0</ind>
<dep>0</dep>
</entry>
<entry>
<ind>1.0</ind>
<dep>23</dep>
</entry>
</interpolation>
<center>
<x-m>5.65</x-m>
<y-m>0.0</y-m>
<z-m>-0.05</z-m>
</center>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>Rudder</object-name>
<property>/surface-positions/rudder-pos-norm</property>
<factor>17.5</factor>
<center>
<x-m>5.85</x-m>
<y-m>0.0</y-m>
<z-m>0.5</z-m>
</center>
<axis>
<x>0.25</x>
<y>0.0</y>
<z>1.0</z>
</axis>
</animation>
</PropertyList>