1
0
Fork 0

Dave Perry:

The attached patch adds "Hide yoke" to the c172p menu, adjusts the gear spring forces and damping to cause a more tail low attitude sitting on the ground, optimizes vertices and surfaces in c172p.ac,  as well as cleaning up the tabs and indents in several xml files.
This commit is contained in:
jmt 2009-11-19 22:35:43 +00:00
parent b9462268a7
commit 9987224de8
5 changed files with 6529 additions and 7181 deletions

View file

@ -20,6 +20,13 @@
<script>c172p.immat_dialog.toggle()</script>
</binding>
</item>
<item>
<label>Show/hide yoke</label>
<binding>
<command>property-toggle</command>
<property>sim/model/hide-yoke</property>
</binding>
</item>
</menu>
</default>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -19,15 +19,35 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<aero archive="y">c172p</aero>
<model>
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
<livery>
<file type="string"/>
</livery>
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
<livery>
<file type="string">n301dp</file>
<index type="int">0</index>
</livery>
<liverytail>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverytail>
<liverywing>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverywing>
<c172p>
<immat>true</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
<startup>
<splash-texture>Aircraft/c172p/splash.png</splash-texture>
</startup>
<splash-texture>Aircraft/c172p/splash.png</splash-texture>
</startup>
<help>
@ -78,34 +98,6 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<title>Cessna 172P</title>
</help>
<model>
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
<livery>
<file type="string">n301dp</file>
<index type="int">0</index>
</livery>
<liverytail>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverytail>
<liverywing>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverywing>
<c172p>
<immat>true</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
<tutorials include="Tutorials/c172-tutorials.xml"/>
<multiplay>
@ -118,9 +110,9 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<int type="int">0</int>
<int type="int">0</int>
</generic>
</multiplay>
</multiplay>
<menubar include="Dialogs/c172p-menu.xml"/>
<menubar include="Dialogs/c172p-menu.xml"/>
</sim>
@ -171,7 +163,10 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<engines>
<engine>
<rpm type="double">700</rpm>
<rpm type="double">0</rpm>
<magnetos type="int">0</magnetos>
<mixture type="double">0</mixture>
<running type="bool">false</running>
</engine>
</engines>
@ -179,7 +174,7 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<strobe type="bool">true</strobe>
<beacon type="bool">true</beacon>
<nav-lights type="bool">true</nav-lights>
</lighting>
</lighting>
<nasal>
@ -247,4 +242,26 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
  <max-lb type="double">150.0</max-lb> <!-- WARNING: Max baggage "by the book" is 120lbs or less! -->
 </weight>
</payload>  
<input>
<keyboard>
<key n="115">
<name>s</name>
<desc>Toggle Starter Switch</desc>
<binding>
<command>property-assign</command>
<property>/controls/switches/starter</property>
<value >1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/controls/switches/starter</property>
<value>0</value>
</binding>
</mod-up>
</key>
</keyboard>
</input>
</PropertyList>

View file

@ -101,8 +101,8 @@
<static_friction> 0.8 </static_friction>
<dynamic_friction> 0.5 </dynamic_friction>
<rolling_friction> 0.02 </rolling_friction>
<spring_coeff unit="LBS/FT"> 1800 </spring_coeff>
<damping_coeff unit="LBS/FT/SEC"> 600 </damping_coeff>
<spring_coeff unit="LBS/FT"> 4000 </spring_coeff>
<damping_coeff unit="LBS/FT/SEC"> 1000 </damping_coeff>
<max_steer unit="DEG"> 10 </max_steer>
<brake_group> NONE </brake_group>
<retractable>0</retractable>
@ -116,7 +116,7 @@
<static_friction> 0.8 </static_friction>
<dynamic_friction> 0.5 </dynamic_friction>
<rolling_friction> 0.02 </rolling_friction>
<spring_coeff unit="LBS/FT"> 5400 </spring_coeff>
<spring_coeff unit="LBS/FT"> 4400 </spring_coeff>
<damping_coeff unit="LBS/FT/SEC"> 1600 </damping_coeff>
<max_steer unit="DEG"> 0.0 </max_steer>
<brake_group> LEFT </brake_group>
@ -131,7 +131,7 @@
<static_friction> 0.8 </static_friction>
<dynamic_friction> 0.5 </dynamic_friction>
<rolling_friction> 0.02 </rolling_friction>
<spring_coeff unit="LBS/FT"> 5400 </spring_coeff>
<spring_coeff unit="LBS/FT"> 4400 </spring_coeff>
<damping_coeff unit="LBS/FT/SEC"> 1600 </damping_coeff>
<max_steer unit="DEG"> 0.0 </max_steer>
<brake_group> RIGHT </brake_group>