Merge pull request #6 from Marsdolphin/master

First round of development final
This commit is contained in:
Sidi Liang 2020-02-08 11:26:07 +08:00 committed by GitHub
commit 1722a24897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 1091 additions and 3 deletions

BIN
Models/Messages/fgprc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

11
Models/Messages/fgprc.xml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<model>
<livery>
<name type="string">FRPRC</name>
<texture>Messages/fgprc.png</texture>
</livery>
</model>
</sim>
</PropertyList>

BIN
Models/Starter/gray.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

1032
Models/Starter/starter.ac Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,22 @@
<?xml version="1.0"?>
<!-- experimental starter -->
<PropertyList>
<path>starter.ac</path>
<!--Control-->
<animation>
<type>pick</type>
<object-name>button</object-name>
<visible>true</visible>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>engine.startEngine()</script>
</binding>
</action>
</animation>
</PropertyList>

View File

@ -281,6 +281,18 @@
</offsets>
</model>
<!-- Engine Starter -->
<model>
<path>Aircraft/followme_e-tron/Models/Starter/starter.xml</path>
<offsets>
<x-m>1.299</x-m>
<y-m>-0.19</y-m>
<z-m>0.90</z-m>
<pitch-deg>18.0</pitch-deg>
</offsets>
</model>
<!-- STEERINGWHEEL -->
<animation>
@ -785,7 +797,18 @@
<z-m>0.282</z-m>
</offsets>
</model>
<!-- Hand brake -->
<animation>
<type>pick</type>
<object-name>handbrake</object-name>
<object-name>handbrake.001</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>toggleHandBrake()</script>
</binding>
</action>
</animation>
</PropertyList>