Skip to content

Commit

Permalink
MP sound, Uber livery, better default liveries.
Browse files Browse the repository at this point in the history
  • Loading branch information
RenanMsV committed Sep 30, 2017
1 parent d2b6986 commit 00041c3
Show file tree
Hide file tree
Showing 13 changed files with 1,533 additions and 0 deletions.
Binary file modified Models/Liveries/Astro.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Models/Liveries/N7183C.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Models/Liveries/Orange.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Models/Liveries/Uber.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions Models/Liveries/Uber.xml
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="ISO-8859-1"?>

<PropertyList>

<sim>

<model>
<livery>
<name type="string">Uber Taxi</name>
<texture>Liveries/Uber.png</texture>
<!--specular>
<red> 0.3 </red>
<green> 0.3 </green>
<blue> 0.3 </blue>
</specular>
<emission>
<red> 0.2 </red>
<green> 0.2 </green>
<blue> 0.2 </blue>
</emission-->
</livery>
<livery-font>
<name type="string">Uber Taxi</name>
<texture>Liveries/UberF.png</texture>
<specular>
<red> 0.3 </red>
<green> 0.3 </green>
<blue> 0.3 </blue>
</specular>
<emission>
<red> 0.2 </red>
<green> 0.2 </green>
<blue> 0.2 </blue>
</emission>
</livery-font>
<r44>
<tv type="bool">false</tv>
</r44>
</model>

</sim>

</PropertyList>
Binary file added Models/Liveries/UberF.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Models/Liveries/helitaxi.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Models/Liveries/red.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Models/clipper.xml
Expand Up @@ -29,6 +29,10 @@
</unload>
</nasal>

<sound>
<path>Aircraft/R44/Sounds/clipper-mp-sound.xml</path>
</sound>

<!-- Le fuselage -->
<model>
<path>Aircraft/R44/Models/main.xml</path>
Expand Down
4 changes: 4 additions & 0 deletions Models/raven.xml
Expand Up @@ -29,6 +29,10 @@
</unload>
</nasal>

<sound>
<path>Aircraft/R44/Sounds/raven-mp-sound.xml</path>
</sound>

<!-- Le fuselage -->
<model>
<path>Aircraft/R44/Models/main.xml</path>
Expand Down
Binary file modified Models/texture.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00041c3

Please sign in to comment.