Skip to content

Commit

Permalink
improve textures, add ground equipment
Browse files Browse the repository at this point in the history
  • Loading branch information
hardba11 committed Feb 20, 2019
1 parent 30afcc7 commit 3c1f9a7
Show file tree
Hide file tree
Showing 25 changed files with 93,106 additions and 60,178 deletions.
32 changes: 20 additions & 12 deletions Mirage-2000/Models/Effects/smoke/smoke.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,26 @@
</offsets>

<condition>
<and>
<less-than-equals>
<property>velocities/airspeed-kt</property><!-- velocities/airspeed-kt -->
<!--value>200</value-->
<value>300</value>
</less-than-equals>
<greater-than>
<!-- engines/engine[0]/n2 -->
<property>sim/multiplay/generic/float[4]</property>
<value>30</value>
</greater-than>
</and>
<or>
<and>
<!-- MULTIPLAY, we can use only some properties -->
<less-than-equals>
<property>velocities/airspeed-kt</property>
<value>300</value>
</less-than-equals>
<greater-than>
<property>sim/multiplay/generic/float[7]</property> <!-- /controls/engines/engine[0]/throttle -->
<value>0</value>
</greater-than>
</and>
<and>
<!-- LOCAL, smoke if engine running -->
<greater-than>
<property>/engines/engine[0]/rpm</property>
<value>2000</value>
</greater-than>
</and>
</or>
</condition>

<attach>world</attach>
Expand Down
2 changes: 1 addition & 1 deletion Mirage-2000/Models/Interior/Panel/panel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@

<!-- Weapons Panel -->
<model>
<path>Aircraft/Mirage-2000/Models/Interior/Panel/Instruments/WeaponsPanel/WeaponsPanel.xml</path>
<path>Aircraft/Mirage-2000/Models/Interior/Panel/Instruments/WeaponsPanel/WeaponsPanel.xml</path>
<offsets>
<x-m> 0.395 </x-m>
<y-m> -0.170 </y-m>
Expand Down
Binary file modified Mirage-2000/Models/Liveries/2048x2048/2000-5_HQ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Mirage-2000/Models/Liveries/2048x2048/2000D_HQ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Mirage-2000/Models/Liveries/2048x2048/2000N_HQ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Mirage-2000/Models/Liveries/2048x2048/desert_HQ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Mirage-2000/Models/Liveries/2048x2048/ouadi_doum_HQ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Mirage-2000/Models/Liveries/2048x2048/sky_HQ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Mirage-2000/Models/Parking/external-power-unit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3c1f9a7

Please sign in to comment.