1
0
Fork 0

Various C172P updates

- Engine sounds copied from c182
- Disable callsign display on the default livery
- Add working pedals
- Minor model tweeks (remove gaps, fix landing light)
- Add induced drag in ground effect
- Fix carb heat animation (out for on)
This commit is contained in:
stuart 2009-12-06 19:12:23 +00:00
parent bcc384c1e4
commit 44b4a4ea5f
7 changed files with 12094 additions and 9767 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<PropertyList>
<path>pedals.ac</path>
<animation>
<type>translate</type>
<object-name>LeftPedal</object-name>
<property>controls/flight/rudder</property>
<factor>0.05</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>LeftPedal</object-name>
<property>controls/gear/brake-left</property>
<factor>-7</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>0.0</x-m>
<y-m>0.0</y-m>
<z-m>0.0</z-m>
</center>
</animation>
<animation>
<type>translate</type>
<object-name>RightPedal</object-name>
<property>controls/flight/rudder</property>
<factor>-0.05</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
<z>0.0</z>
</axis>
</animation>
<animation>
<type>rotate</type>
<object-name>RightPedal</object-name>
<property>controls/gear/brake-right</property>
<factor>-7</factor>
<axis>
<x>0.0</x>
<y>1.0</y>
<z>0.0</z>
</axis>
<center>
<x-m>0.0</x-m>
<y-m>0.0</y-m>
<z-m>0.0</z-m>
</center>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -316,6 +316,28 @@
</offsets>
</model>
<!-- Pedals -->
<model>
<name>PilotPedals</name>
<path>Aircraft/c172p/Models/Pedals/pedals.xml</path>
<offsets>
<x-m>-0.56</x-m>
<y-m>-0.24</y-m>
<z-m>-0.65</z-m>
</offsets>
</model>
<model>
<name>CoPilotPedals</name>
<path>Aircraft/c172p/Models/Pedals/pedals.xml</path>
<offsets>
<x-m>-0.56</x-m>
<y-m>0.24</y-m>
<z-m>-0.65</z-m>
</offsets>
</model>
<!-- Controls -->
<animation>
<name>CarbHeatGroup</name>
@ -705,12 +727,12 @@
</action>
</animation>
<!-- Card Heat -->
<!-- Carb Heat -->
<animation>
<type>translate</type>
<object-name>CarbHeatGroup</object-name>
<property>controls/anti-ice/engine[0]/carb-heat</property>
<factor>-0.04</factor>
<factor>0.04</factor>
<axis>
<x>1.0</x>
<y>0.0</y>
@ -1384,6 +1406,17 @@
<property>controls/lighting/landing-lights</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>landinglightcover</object-name>
<condition>
<not>
<property>controls/lighting/landing-lights</property>
</not>
</condition>
</animation>
<animation>

View file

@ -53,68 +53,52 @@
</crank>
<engine>
<name>engine</name>
<mode>looped</mode>
<path>Sounds/wasp.wav</path>
<property>engines/engine/running</property>
<position>
<x>-1.0</x>
<y>0.0</y>
<z>0.0</z>
</position>
<volume>
<property>engines/engine/mp-osi</property>
<factor>0.00375</factor>
<min>0.15</min>
<max>0.5</max>
</volume>
<volume>
<property>orientation/alpha-deg</property>
<type>log</type>
<min>1.0</min>
<max>1.5</max>
</volume>
<volume>
<property>sim/current-view/internal</property>
<offset>1.0</offset>
<factor>-0.7</factor>
</volume>
<pitch>
<property>engines/engine/rpm</property>
<factor>0.0004</factor>
<min>0.5</min>
<max>2.0</max>
<offset>0.15</offset>
</pitch>
<name>engine</name>
<mode>looped</mode>
<path>Sounds/wasp.wav</path>
<property>/engines/engine/running</property>
<volume>
<property>/engines/engine/mp-osi</property>
<factor>0.027777</factor>
<!-- these values of min and max are unlikely to be relevant,
because the MAP is unlikely to go below 5" or above 28".
Also note that propeller noise is additional to engine
noise, rather like an <offset>.
-->
<max>1.0</max>
<min>0.10</min>
</volume>
<pitch>
<property>/engines/engine/rpm</property>
<factor>0.0004</factor>
<min>0.0</min>
<max>2.0</max>
<offset>0.01</offset>
</pitch>
</engine>
<propeller>
<name>propeller</name>
<mode>looped</mode>
<path>Sounds/turboprop1.wav</path>
<property>engines/engine/running</property>
<position>
<x>-1.5</x>
<y>0.0</y>
<z>0.0</z>
</position>
<volume>
<property>orientation/alpha-deg</property>
<type>log</type>
<min>0.2</min>
<max>1.0</max>
</volume>
<volume>
<property>sim/current-view/internal</property>
<factor>0.5</factor>
</volume>
<pitch>
<property>engines/engine/mp-osi</property>
<factor>0.0036</factor>
<min>0.5</min>
<max>2.0</max>
<offset>0.9</offset>
</pitch>
<name>propeller</name>
<mode>looped</mode>
<path>Sounds/wasp.wav</path>
<condition>
<greater-than>
<property>/engines/engine/rpm</property>
<value>10</value>
</greater-than>
</condition>
<volume>
<property>/engines/engine/rpm</property>
<factor>0.0001</factor>
<max>0.25</max>
</volume>
<pitch>
<property>/engines/engine/rpm</property>
<factor>0.0004</factor>
<min>0.0</min>
<max>2.0</max>
<offset>0.01</offset>
</pitch>
</propeller>
<rumble>
@ -273,13 +257,6 @@
<max-dist>20.0</max-dist>
</stall>
<!-- no binding yet?
<click>
<name>click</name>
<path>Sounds/click.wav</path>
</click>
-->
<kap140beep>
<name>KAP140Beep</name>
<type>avionics</type>

View file

@ -37,7 +37,7 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
</liverywing>
<c172p>
<immat>true</immat>
<immat>false</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>

View file

@ -409,7 +409,7 @@
<table>
<independentVar>aero/h_b-mac-ft</independentVar>
<tableData>
0.0000 0.0480
0.0000 0.4800
0.1000 0.5150
0.1500 0.6290
0.2000 0.7090