commit
089ea0eb83
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 92 KiB |
Binary file not shown.
After Width: | Height: | Size: 281 KiB |
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<sim>
|
||||
<model>
|
||||
<livery>
|
||||
<name type="string">Carbon fiber Blue</name>
|
||||
<texture-fuse>Texture/carbon_fiber_blue.png</texture-fuse>
|
||||
</livery>
|
||||
</model>
|
||||
</sim>
|
||||
</PropertyList>
|
Binary file not shown.
After Width: | Height: | Size: 194 B |
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<sim>
|
||||
<model>
|
||||
<livery>
|
||||
<name type="string">Creamy White</name>
|
||||
<texture-fuse>Texture/cream.png</texture-fuse>
|
||||
</livery>
|
||||
</model>
|
||||
</sim>
|
||||
</PropertyList>
|
|
@ -3,12 +3,12 @@
|
|||
Licensed under GNU GPL v2.0 -->
|
||||
<PropertyList>
|
||||
<name>Introduction: Dashboard</name>
|
||||
<description>Welcome to the follow e-tron!
|
||||
<description>Welcome to the follow me e-tron!
|
||||
|
||||
This tutorial walks you through the functions and details of the dashboard.
|
||||
</description>
|
||||
<step>
|
||||
<message>Welcome aboard the follow e-tron!</message>
|
||||
<message>Welcome aboard the follow me e-tron!</message>
|
||||
</step>
|
||||
<step>
|
||||
<message>Welcome to the driver's tutorial for the follow me e-tron!</message>
|
||||
|
@ -54,7 +54,7 @@ This tutorial walks you through the functions and details of the dashboard.
|
|||
<message>When the switch is facing up, the lights are started.</message>
|
||||
</step>
|
||||
<step>
|
||||
<message>That button is the starter. It starts the engine.</message>
|
||||
<message>That button farther away on the dashboard is the starter. It starts the engine.</message>
|
||||
<view>
|
||||
<heading-offset-deg>0</heading-offset-deg>
|
||||
<pitch-offset-deg>0</pitch-offset-deg>
|
||||
|
|
|
@ -7,7 +7,7 @@ Licensed under GNU GPL v2.0 -->
|
|||
This tutorial walks you through the useful keys.
|
||||
</description>
|
||||
<step>
|
||||
<message>Welcome aboard the follow e-tron!</message>
|
||||
<message>Welcome aboard the follow me e-tron!</message>
|
||||
</step>
|
||||
<step>
|
||||
<message>Welcome to the driver's tutorial for the follow me e-tron!</message>
|
||||
|
@ -28,13 +28,13 @@ This tutorial walks you through the useful keys.
|
|||
<message>This tutorial will walk you through all the special keys.</message>
|
||||
</step>
|
||||
<step>
|
||||
<message>Try the keys out!</message>
|
||||
<message>Try these keys out!</message>
|
||||
</step>
|
||||
<step>
|
||||
<message>Part 1: Driving keys</message>
|
||||
</step>
|
||||
<step>
|
||||
<message>The key w is full pedal, it makes the car go forward</message>
|
||||
<message>The key w is full gas pedal, it makes the car go forward only if the negine is started.</message>
|
||||
</step>
|
||||
<step>
|
||||
<message>The key s is full brakes, it slows the car down.</message>
|
||||
|
@ -109,7 +109,7 @@ This tutorial walks you through the useful keys.
|
|||
<message>Also take a look at Help > Common Aircraft Keys</message>
|
||||
</step>
|
||||
<step>
|
||||
<message>Check the other two tutorials for centre console and dashboard for extra help</message>
|
||||
<message>Check the other two tutorials for centre console and dashboard for extra help.</message>
|
||||
</step>
|
||||
<step>
|
||||
<message>Enjoy driving!</message>
|
||||
|
|
|
@ -426,7 +426,9 @@
|
|||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
<checkbox>
|
||||
<!-- Disable CDU for now, need reposition -->
|
||||
<!--
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label> Enable CDU</label>
|
||||
<property>systems/instruments/enable_cdu</property>
|
||||
|
@ -435,6 +437,7 @@
|
|||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
-->
|
||||
<checkbox>
|
||||
<halign>left</halign>
|
||||
<label> Enable Mug</label>
|
||||
|
|
Loading…
Reference in New Issue