New HUD (#1)
* Update HUD.xml * Update MQ-9-JSBSim-set.xml * Update MQ-9-JSBSim2-set.xml * Update Impact.xml corrected error in explosion path * Update HUD.xml Reworked HUD trying to somewhat mimic this image http://2.bp.blogspot.com/--auaTG9wXRY/Vklk-o0yp-I/AAAAAAAAAEM/i2160fejHHc/s1600/HUD.JPG * Update MQ-9-JSBSim-set.xml Added control keys to toggle IR, Laser, Lights Ctrl-O Ctrl-L Shift-L
This commit is contained in:
parent
d07fe92385
commit
a522abc104
@ -20,6 +20,7 @@
|
|||||||
<startup>
|
<startup>
|
||||||
<splash-texture>Aircraft/MQ-9/Splash.png</splash-texture>
|
<splash-texture>Aircraft/MQ-9/Splash.png</splash-texture>
|
||||||
</startup>
|
</startup>
|
||||||
|
|
||||||
<minimum-fg-version>2018.2</minimum-fg-version>
|
<minimum-fg-version>2018.2</minimum-fg-version>
|
||||||
|
|
||||||
<model>
|
<model>
|
||||||
@ -90,6 +91,15 @@
|
|||||||
<blue type="float">0.22</blue>
|
<blue type="float">0.22</blue>
|
||||||
</color>
|
</color>
|
||||||
<color n="1">
|
<color n="1">
|
||||||
|
<alpha type="float">0.85</alpha>
|
||||||
|
<antialiased type="bool">true</antialiased>
|
||||||
|
<brightness type="float">0.85</brightness>
|
||||||
|
<transparent type="bool">true</transparent>
|
||||||
|
<red type="float">1.0</red>
|
||||||
|
<green type="float">1.0</green>
|
||||||
|
<blue type="float">1.0</blue>
|
||||||
|
</color>
|
||||||
|
<color n="2">
|
||||||
<alpha type="float">0.85</alpha>
|
<alpha type="float">0.85</alpha>
|
||||||
<antialiased type="bool">true</antialiased>
|
<antialiased type="bool">true</antialiased>
|
||||||
<brightness type="float">0.85</brightness>
|
<brightness type="float">0.85</brightness>
|
||||||
@ -112,7 +122,7 @@
|
|||||||
<from-model type="bool">true</from-model>
|
<from-model type="bool">true</from-model>
|
||||||
<from-model-idx type="int">0</from-model-idx>
|
<from-model-idx type="int">0</from-model-idx>
|
||||||
<ground-level-nearplane-m type="double">0.01f</ground-level-nearplane-m>
|
<ground-level-nearplane-m type="double">0.01f</ground-level-nearplane-m>
|
||||||
<pitch-offset-deg>-28</pitch-offset-deg>
|
<pitch-offset-deg>-5</pitch-offset-deg>
|
||||||
<x-offset-m archive="y"> 0.0000 </x-offset-m>
|
<x-offset-m archive="y"> 0.0000 </x-offset-m>
|
||||||
<y-offset-m archive="y"> -0.2792 </y-offset-m>
|
<y-offset-m archive="y"> -0.2792 </y-offset-m>
|
||||||
<z-offset-m archive="y"> -4.3564 </z-offset-m>
|
<z-offset-m archive="y"> -4.3564 </z-offset-m>
|
||||||
@ -192,6 +202,21 @@
|
|||||||
<desc>Deselect all stations</desc>
|
<desc>Deselect all stations</desc>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
|
<key>
|
||||||
|
<name>Ctrl-O</name>
|
||||||
|
<desc>Toggle IR ON/OFF</desc>
|
||||||
|
</key>
|
||||||
|
|
||||||
|
<key>
|
||||||
|
<name>Ctrl-L</name>
|
||||||
|
<desc>Toggle Laser ON/OFF</desc>
|
||||||
|
</key>
|
||||||
|
|
||||||
|
<key>
|
||||||
|
<name>Shift-L</name>
|
||||||
|
<desc>Toggle All Lights ON/OFF</desc>
|
||||||
|
</key>
|
||||||
|
|
||||||
<key>
|
<key>
|
||||||
<name>f</name>
|
<name>f</name>
|
||||||
<desc>Release selected station</desc>
|
<desc>Release selected station</desc>
|
||||||
@ -253,9 +278,9 @@
|
|||||||
<name>1</name>
|
<name>1</name>
|
||||||
<desc>Station 1</desc>
|
<desc>Station 1</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-toggle</command>
|
||||||
<property>fdm/jsbsim/systems/armament/station1/selected</property>
|
<property>fdm/jsbsim/systems/armament/station1/selected</property>
|
||||||
<value>1</value>
|
<!-- <value>1</value> -->
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
@ -263,9 +288,9 @@
|
|||||||
<name>2</name>
|
<name>2</name>
|
||||||
<desc>Station 2</desc>
|
<desc>Station 2</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-toggle</command>
|
||||||
<property>fdm/jsbsim/systems/armament/station2/selected</property>
|
<property>fdm/jsbsim/systems/armament/station2/selected</property>
|
||||||
<value>1</value>
|
<!-- <value>1</value> -->
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
@ -273,9 +298,9 @@
|
|||||||
<name>3</name>
|
<name>3</name>
|
||||||
<desc>Station 3</desc>
|
<desc>Station 3</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-toggle</command>
|
||||||
<property>fdm/jsbsim/systems/armament/station3/selected</property>
|
<property>fdm/jsbsim/systems/armament/station3/selected</property>
|
||||||
<value>1</value>
|
<!-- <value>1</value> -->
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
@ -283,9 +308,9 @@
|
|||||||
<name>4</name>
|
<name>4</name>
|
||||||
<desc>Station 4</desc>
|
<desc>Station 4</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-toggle</command>
|
||||||
<property>fdm/jsbsim/systems/armament/station4/selected</property>
|
<property>fdm/jsbsim/systems/armament/station4/selected</property>
|
||||||
<value>1</value>
|
<!-- <value>1</value> -->
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
@ -293,9 +318,9 @@
|
|||||||
<name>5</name>
|
<name>5</name>
|
||||||
<desc>Station 5</desc>
|
<desc>Station 5</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-toggle</command>
|
||||||
<property>fdm/jsbsim/systems/armament/station5/selected</property>
|
<property>fdm/jsbsim/systems/armament/station5/selected</property>
|
||||||
<value>1</value>
|
<!-- <value>1</value> -->
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
@ -303,9 +328,9 @@
|
|||||||
<name>6</name>
|
<name>6</name>
|
||||||
<desc>Station 6</desc>
|
<desc>Station 6</desc>
|
||||||
<binding>
|
<binding>
|
||||||
<command>property-assign</command>
|
<command>property-toggle</command>
|
||||||
<property>fdm/jsbsim/systems/armament/station6/selected</property>
|
<property>fdm/jsbsim/systems/armament/station6/selected</property>
|
||||||
<value>1</value>
|
<!-- <value>1</value> -->
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
@ -346,12 +371,68 @@
|
|||||||
</mod-up>
|
</mod-up>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
|
<!-- <key n="23">
|
||||||
|
<name>Ctrl-w</name>
|
||||||
|
<desc>MasterArm</desc>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
|
<property>/controls/armament/masterarm</property>
|
||||||
|
</binding>
|
||||||
|
</key> -->
|
||||||
|
|
||||||
|
<key n="12">
|
||||||
|
<name>Ctrl-L</name>
|
||||||
|
<desc>LaserArm</desc>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
|
<property>/controls/armament/laserarm</property>
|
||||||
|
</binding>
|
||||||
|
</key>
|
||||||
|
|
||||||
|
<key n="15">
|
||||||
|
<name>Ctrl-O</name>
|
||||||
|
<desc>Toggle IR</desc>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
|
<property>/sim/rendering/als-filters/use-filtering</property>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
|
<property>/sim/rendering/als-filters/use-IR-vision</property>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
|
<property>/sim/hud/current-color</property>
|
||||||
|
</binding>
|
||||||
|
</key>
|
||||||
|
|
||||||
|
<key n="76">
|
||||||
|
<name>Shift-L</name>
|
||||||
|
<desc>LightsToggle</desc>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
|
<property>/controls/lighting/nav-lights-switch</property>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
|
<property>/controls/lighting/beacon-switch</property>
|
||||||
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
|
<property>/controls/lighting/strobe-switch</property>
|
||||||
|
</binding>
|
||||||
|
</key>
|
||||||
|
|
||||||
</keyboard>
|
</keyboard>
|
||||||
</input>
|
</input>
|
||||||
|
|
||||||
<!-- Engine -->
|
<!-- Engine -->
|
||||||
|
|
||||||
<controls>
|
<controls>
|
||||||
|
<armament>
|
||||||
|
<masterarm type="bool">false</masterarm>
|
||||||
|
<laserarm type="bool">false</laserarm>
|
||||||
|
</armament>
|
||||||
<engines>
|
<engines>
|
||||||
<run1 type="bool">true</run1>
|
<run1 type="bool">true</run1>
|
||||||
<start1 type="bool">false</start1>
|
<start1 type="bool">false</start1>
|
||||||
@ -503,3 +584,4 @@
|
|||||||
</nasal>
|
</nasal>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
||||||
|
@ -20,6 +20,15 @@
|
|||||||
<startup>
|
<startup>
|
||||||
<splash-texture>Aircraft/MQ-9/Splash2.png</splash-texture>
|
<splash-texture>Aircraft/MQ-9/Splash2.png</splash-texture>
|
||||||
</startup>
|
</startup>
|
||||||
|
|
||||||
|
<previews>
|
||||||
|
<preview>
|
||||||
|
<type>exterior</type>
|
||||||
|
<splash type="bool">true</splash>
|
||||||
|
<path>Aircraft/MQ-9/Preview1.png</path>
|
||||||
|
</preview>
|
||||||
|
</previews>
|
||||||
|
|
||||||
<minimum-fg-version>2018.2</minimum-fg-version>
|
<minimum-fg-version>2018.2</minimum-fg-version>
|
||||||
|
|
||||||
<model>
|
<model>
|
||||||
@ -85,6 +94,15 @@
|
|||||||
<blue type="float">0.22</blue>
|
<blue type="float">0.22</blue>
|
||||||
</color>
|
</color>
|
||||||
<color n="1">
|
<color n="1">
|
||||||
|
<alpha type="float">0.85</alpha>
|
||||||
|
<antialiased type="bool">true</antialiased>
|
||||||
|
<brightness type="float">0.85</brightness>
|
||||||
|
<transparent type="bool">true</transparent>
|
||||||
|
<red type="float">1.0</red>
|
||||||
|
<green type="float">1.0</green>
|
||||||
|
<blue type="float">1.0</blue>
|
||||||
|
</color>
|
||||||
|
<color n="2">
|
||||||
<alpha type="float">0.85</alpha>
|
<alpha type="float">0.85</alpha>
|
||||||
<antialiased type="bool">true</antialiased>
|
<antialiased type="bool">true</antialiased>
|
||||||
<brightness type="float">0.85</brightness>
|
<brightness type="float">0.85</brightness>
|
||||||
@ -107,7 +125,7 @@
|
|||||||
<from-model type="bool">true</from-model>
|
<from-model type="bool">true</from-model>
|
||||||
<from-model-idx type="int">0</from-model-idx>
|
<from-model-idx type="int">0</from-model-idx>
|
||||||
<ground-level-nearplane-m type="double">0.01f</ground-level-nearplane-m>
|
<ground-level-nearplane-m type="double">0.01f</ground-level-nearplane-m>
|
||||||
<pitch-offset-deg>-28</pitch-offset-deg>
|
<pitch-offset-deg>-5</pitch-offset-deg>
|
||||||
<x-offset-m archive="y"> 0.0000 </x-offset-m>
|
<x-offset-m archive="y"> 0.0000 </x-offset-m>
|
||||||
<y-offset-m archive="y"> -0.2792 </y-offset-m>
|
<y-offset-m archive="y"> -0.2792 </y-offset-m>
|
||||||
<z-offset-m archive="y"> -4.3564 </z-offset-m>
|
<z-offset-m archive="y"> -4.3564 </z-offset-m>
|
||||||
|
Loading…
Reference in New Issue
Block a user