Merge pull request #6 from Marsdolphin/master
First round of development final
This commit is contained in:
commit
1722a24897
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -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>
|
Binary file not shown.
After Width: | Height: | Size: 239 B |
Binary file not shown.
After Width: | Height: | Size: 239 B |
File diff suppressed because it is too large
Load Diff
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue