Updates
This commit is contained in:
parent
37aaa25ed7
commit
14ad64676d
8 changed files with 20733 additions and 2 deletions
BIN
Aircraft/ufo/Models/fr.rgb
Normal file
BIN
Aircraft/ufo/Models/fr.rgb
Normal file
Binary file not shown.
20674
Aircraft/ufo/Models/new_ufo.ac
Normal file
20674
Aircraft/ufo/Models/new_ufo.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
Aircraft/ufo/Models/rd.rgb
Normal file
BIN
Aircraft/ufo/Models/rd.rgb
Normal file
Binary file not shown.
BIN
Aircraft/ufo/Models/sb.rgb
Normal file
BIN
Aircraft/ufo/Models/sb.rgb
Normal file
Binary file not shown.
BIN
Aircraft/ufo/Models/sf.rgb
Normal file
BIN
Aircraft/ufo/Models/sf.rgb
Normal file
Binary file not shown.
|
@ -2,6 +2,8 @@
|
|||
|
||||
<PropertyList>
|
||||
|
||||
<path>new_ufo.ac</path>
|
||||
<!--
|
||||
<path>ufo.ac</path>
|
||||
|
||||
<animation>
|
||||
|
@ -12,5 +14,6 @@
|
|||
<min>0.2</min>
|
||||
<max>0.7</max>
|
||||
</animation>
|
||||
-->
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -14,7 +14,10 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
<sim>
|
||||
|
||||
<!--
|
||||
<description>UFO from the 'White Project' of the UNESCO</description>
|
||||
-->
|
||||
<description>Expirimental UFO model</description>
|
||||
|
||||
<flight-model>ufo</flight-model>
|
||||
|
||||
|
@ -31,6 +34,57 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<path>Aircraft/ufo/Models/ufo.xml</path>
|
||||
</model>
|
||||
|
||||
<!-- New Ufo support code follows below -->
|
||||
<virtual-cockpit archive="y">true</virtual-cockpit>
|
||||
|
||||
<view n="0">
|
||||
<internal archive="y">true</internal>
|
||||
<config>
|
||||
<y-offset-m archive="y">2.07</y-offset-m>
|
||||
</config>
|
||||
</view>
|
||||
|
||||
</sim>
|
||||
|
||||
<input>
|
||||
<keyboard>
|
||||
<key n="360">
|
||||
<name>PageUp</name>
|
||||
<desc>Increase throttle or autopilot autothrottle.</desc>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/autopilot/control-overrides/throttle</property>
|
||||
<step type="double">0.00225</step>
|
||||
<max type="double">0.045</max>
|
||||
</binding>
|
||||
<mod-shift>
|
||||
<desc>Look front right.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/goal-heading-offset-deg</property>
|
||||
<value alias="/sim/view/config/front-right-direction-deg"/>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
</key>
|
||||
|
||||
<key n="361">
|
||||
<name>PageDown</name>
|
||||
<desc>Decrease throttle or autopilot autothrottle.</desc>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>/autopilot/control-overrides/throttle</property>
|
||||
<step type="double">-0.00225</step>
|
||||
</binding>
|
||||
<mod-shift>
|
||||
<desc>Look back right.</desc>
|
||||
<binding>
|
||||
<command>property-assign</command>
|
||||
<property>/sim/current-view/goal-heading-offset-deg</property>
|
||||
<value alias="/sim/view/config/back-right-direction-deg"/>
|
||||
</binding>
|
||||
</mod-shift>
|
||||
</key>
|
||||
</keyboard>
|
||||
</input>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
<fx>
|
||||
|
||||
<!--
|
||||
<engine>
|
||||
<name>rumble</name>
|
||||
<mode>looped</mode>
|
||||
|
@ -20,8 +21,8 @@
|
|||
<offset>1.5</offset>
|
||||
</pitch>
|
||||
</engine>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<wind>
|
||||
<name>wind</name>
|
||||
<mode>looped</mode>
|
||||
|
@ -46,7 +47,6 @@
|
|||
<offset>1.0</offset>
|
||||
</pitch>
|
||||
</wind>
|
||||
-->
|
||||
|
||||
</fx>
|
||||
|
||||
|
|
Loading…
Reference in a new issue