This commit is contained in:
Sidi Liang 2020-03-10 16:17:11 +08:00
commit db7cfd2201
No known key found for this signature in database
GPG Key ID: 79F0A6B20B72F42F
3 changed files with 30 additions and 4 deletions

View File

@ -228,7 +228,7 @@
<path>Aircraft/followme_e-tron/Models/Interior/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/Interior/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/Interior/Instruments/fuelgauge/Type_O/fuelgauge.xml</path>
@ -286,7 +286,7 @@
<path>Aircraft/followme_e-tron/Models/Interior/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>

View File

@ -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>

2
revision.txt Normal file
View File

@ -0,0 +1,2 @@
20200309
001