Merge pull request #21 from Marsdolphin/master

Three new liveries and a plate
This commit is contained in:
Sidi Liang 2020-02-18 11:01:54 +08:00 committed by GitHub
commit da587b9416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 46 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

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

View File

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

BIN
Models/Texture/green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

11
Models/Texture/green.xml Normal file
View File

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

View File

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

View File

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