Merge pull request #21 from Marsdolphin/master
Three new liveries and a plate
This commit is contained in:
commit
da587b9416
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<sim>
|
||||
<model>
|
||||
<livery>
|
||||
<name type="string">Dark Blue</name>
|
||||
<texture-fuse>Texture/dark blue.png</texture-fuse>
|
||||
</livery>
|
||||
</model>
|
||||
</sim>
|
||||
</PropertyList>
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<sim>
|
||||
<model>
|
||||
<livery>
|
||||
<name type="string">e-tron brown</name>
|
||||
<texture-fuse>Texture/e-tron_brown.png</texture-fuse>
|
||||
</livery>
|
||||
</model>
|
||||
</sim>
|
||||
</PropertyList>
|
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<sim>
|
||||
<model>
|
||||
<livery>
|
||||
<name type="string">green</name>
|
||||
<texture-fuse>Texture/green.png</texture-fuse>
|
||||
</livery>
|
||||
</model>
|
||||
</sim>
|
||||
</PropertyList>
|
|
@ -69,5 +69,16 @@
|
|||
</condition>
|
||||
<texture>texture/SAD00818.png</texture>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>material</type>
|
||||
<object-name>face</object-name>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>sim/multiplay/generic/string[0]</property>
|
||||
<value>JAD00066</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<texture>texture/JAD00066.png</texture>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
|
@ -364,6 +364,7 @@
|
|||
<value>YBD00404</value>
|
||||
<value>YAD07749</value>
|
||||
<value>SAD00818</value>
|
||||
<value>JAD00066</value>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>plateSelection</object-name>
|
||||
|
|
Loading…
Reference in New Issue