Merge pull request #55 from Marsdolphin/master
Bugfixes, Instrument Rescue again (G Force Update Disabled for Now)
This commit is contained in:
commit
e18a98b54e
|
@ -228,7 +228,7 @@
|
|||
<path>Aircraft/followme_e-tron/Models/Instruments/fuelgauge/Type_BT/fuelgauge.xml</path>
|
||||
<offsets>
|
||||
<x-m>1.31</x-m>
|
||||
<y-m>-0.25</y-m>
|
||||
<y-m>-0.23</y-m>
|
||||
<z-m>1.01</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
@ -257,7 +257,7 @@
|
|||
<path>Aircraft/followme_e-tron/Models/Instruments/fuelgauge/Type_O/fuelgauge.xml</path>
|
||||
<offsets>
|
||||
<x-m>1.31</x-m>
|
||||
<y-m>-0.25</y-m>
|
||||
<y-m>-0.23</y-m>
|
||||
<z-m>1.01</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
@ -265,7 +265,7 @@
|
|||
<condition>
|
||||
<equals>
|
||||
<property>sim/multiplay/generic/string[1]</property>
|
||||
<value>Type_O</value>
|
||||
<value>Original</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<path>Aircraft/followme_e-tron/Models/Instruments/fuelgauge/Type_O/fuelgauge.xml</path>
|
||||
|
@ -286,7 +286,7 @@
|
|||
<path>Aircraft/followme_e-tron/Models/Instruments/fuelgauge/Concept/fuelgauge.xml</path>
|
||||
<offsets>
|
||||
<x-m>1.31</x-m>
|
||||
<y-m>-0.25</y-m>
|
||||
<y-m>-0.23</y-m>
|
||||
<z-m>1.01</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
|
|
@ -559,6 +559,30 @@
|
|||
|
||||
</generic>
|
||||
</multiplay>
|
||||
|
||||
<!-- Start custom red/black out settings -->
|
||||
<!-- Temporarily disable those until we get an option
|
||||
<rendering>
|
||||
<redout>
|
||||
<enabled type="bool" userarchive="y">true</enabled>
|
||||
<parameters>
|
||||
<blackout-onset-g type="double">6</blackout-onset-g>
|
||||
<blackout-complete-g type="double">10</blackout-complete-g>
|
||||
<onset-blackout-sec type="double">45</onset-blackout-sec>
|
||||
<fast-blackout-sec type="double">10</fast-blackout-sec>
|
||||
<redout-onset-g type="double">-9</redout-onset-g>
|
||||
<redout-complete-g type="double">-12</redout-complete-g>
|
||||
<onset-redout-sec type="double">45</onset-redout-sec>
|
||||
<fast-redout-sec type="double">12</fast-redout-sec>
|
||||
<recover-fast-sec type="double">6</recover-fast-sec>
|
||||
<recover-slow-sec type="double">20</recover-slow-sec>
|
||||
</parameters>
|
||||
</redout>
|
||||
<headshake>
|
||||
<enabled type="bool" userarchive="y">true</enabled>
|
||||
</headshake>
|
||||
</rendering>
|
||||
-->
|
||||
</sim>
|
||||
|
||||
<engines>
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
20200309
|
||||
001
|
Loading…
Reference in New Issue