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> </offsets>
</model> </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 --> <!-- Controls -->
<animation> <animation>
<name>CarbHeatGroup</name> <name>CarbHeatGroup</name>
@ -705,12 +727,12 @@
</action> </action>
</animation> </animation>
<!-- Card Heat --> <!-- Carb Heat -->
<animation> <animation>
<type>translate</type> <type>translate</type>
<object-name>CarbHeatGroup</object-name> <object-name>CarbHeatGroup</object-name>
<property>controls/anti-ice/engine[0]/carb-heat</property> <property>controls/anti-ice/engine[0]/carb-heat</property>
<factor>-0.04</factor> <factor>0.04</factor>
<axis> <axis>
<x>1.0</x> <x>1.0</x>
<y>0.0</y> <y>0.0</y>
@ -1384,6 +1406,17 @@
<property>controls/lighting/landing-lights</property> <property>controls/lighting/landing-lights</property>
</condition> </condition>
</animation> </animation>
<animation>
<type>select</type>
<object-name>landinglightcover</object-name>
<condition>
<not>
<property>controls/lighting/landing-lights</property>
</not>
</condition>
</animation>
<animation> <animation>

View file

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

View file

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

View file

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