8814847d59
https://github.com/c172p-team/c172p-detailed/tree/version/2018.1
b90f547039
Changelog:
New images for the new splash screen and thumbnails system
FDM improvements:
Fixed deflection angles of ailerons and roll moment due to ailerons
Added spiraling propwash effect (requiring right rudder at full throttle, low airspeed)
Made the elevator action at high AoA asymmetric in order to take into account the screening effect of the horizontal stabilizer in such stall conditions
Increasing the side force due to rudder, to make it consistent with the exerted moment
Decreasing the adverse yaw (the aileron trim gave too much slip-skid-ball deviation at cruise)
Increased maximum rotation of yoke from 70 to 90 degrees
Use shift + q to reset view
Added avionics sound
Fixed bug with oil temperature and pressure gauges (they were not working when complex engine procedures was toggled off)
Fixed bug with lighting of pontoon wake effect
Eliminated wingtip and tail sparks when over water
Eliminated sparks of broken gear while aircrafts sits on the flight deck of a moving carrier
Fixed some bugs with the walker
157 lines
4.5 KiB
XML
157 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
Copyright (c) 2011 Stuart Buchanan
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<key n="80">
|
|
<name>P</name>
|
|
<desc>Toggle panel</desc>
|
|
<binding>
|
|
<command>property-toggle</command>
|
|
<property>/sim/panel/visibility</property>
|
|
</binding>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>/sim/current-view/heading-offset-deg</property>
|
|
<value type="double">0.0</value>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="76">
|
|
<name>L</name>
|
|
<desc>Decrease Panel lighting</desc>
|
|
<repeatable type="bool">true</repeatable>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>controls/lighting/instruments-norm</property>
|
|
<step>-0.1</step>
|
|
<min>0</min>
|
|
<max>1.0</max>
|
|
<wrap>0</wrap>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="108">
|
|
<name>l</name>
|
|
<desc>Increase Panel lighting</desc>
|
|
<repeatable type="bool">true</repeatable>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>controls/lighting/instruments-norm</property>
|
|
<step>0.1</step>
|
|
<min>0</min>
|
|
<max>1.0</max>
|
|
<wrap>0</wrap>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="123">
|
|
<name>{</name>
|
|
<desc>Decrease Magneto on Selected Engine</desc>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>/controls/switches/magnetos</property>
|
|
<step>-1</step>
|
|
<min>0</min>
|
|
<max>3</max>
|
|
</binding>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>c172p.click("magneto-back")</script>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="125">
|
|
<name>}</name>
|
|
<desc>Increase Magneto on Selected Engine</desc>
|
|
<binding>
|
|
<command>property-adjust</command>
|
|
<property>/controls/switches/magnetos</property>
|
|
<step>1</step>
|
|
<min>0</min>
|
|
<max>3</max>
|
|
</binding>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>c172p.click("magneto-forward")</script>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="114">
|
|
<name>r</name>
|
|
<desc>Water Rudders Up</desc>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/water-rudder</property>
|
|
<value type="bool">false</value>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="82">
|
|
<name>R</name>
|
|
<desc>Water Rudders Down</desc>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>/controls/gear/water-rudder</property>
|
|
<value type="bool">true</value>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="66">
|
|
<name>Shift-B</name>
|
|
<desc>Parking Brakes</desc>
|
|
<binding>
|
|
<command>property-toggle</command>
|
|
<property>/sim/model/c172p/brake-parking</property>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="121">
|
|
<name>y</name>
|
|
<desc>Show/hide yokes</desc>
|
|
<binding>
|
|
<command>property-toggle</command>
|
|
<property>sim/model/hide-yoke</property>
|
|
</binding>
|
|
<binding>
|
|
<command>property-assign</command>
|
|
<property>sim/model/c172p/cockpit/control-lock-placed</property>
|
|
<value>false</value>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="265">
|
|
<name>F9</name>
|
|
<desc>Popup Fuel and Payload Settings dialog</desc>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>gui.showWeightDialog()</script>
|
|
</binding>
|
|
</key>
|
|
|
|
<key n="81">
|
|
<name>Q</name>
|
|
<desc>Reset view</desc>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>c172p.pilot_view()</script>
|
|
</binding>
|
|
</key>
|
|
|
|
</PropertyList>
|