17553d8a3e
Previously the AI Lightning required that the user had the lightning from fgaddon installed to work. This largely copies across the required files from fgaddon, while removing elements that aren't going to be visible at long range.
43 lines
999 B
XML
43 lines
999 B
XML
<?xml version="1.0"?>
|
|
<!-- Light - Green Flare-->
|
|
<PropertyList>
|
|
|
|
<path>light-green-flare.ac</path>
|
|
|
|
<animation>
|
|
<type>alpha-test</type>
|
|
<object-name>Green-Light-Flare</object-name>
|
|
<alpha-factor>0.01</alpha-factor>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>billboard</type>
|
|
<spherical>true</spherical>
|
|
<object-name>Green-Light-Flare</object-name>
|
|
</animation>
|
|
|
|
<animation>
|
|
<type>select</type>
|
|
<object-name>Green-Light-Flare</object-name>
|
|
<condition>
|
|
<greater-than>
|
|
<property>sim/model/lightning/lights/nav_lights</property>
|
|
<value>0</value>
|
|
</greater-than>
|
|
</condition>
|
|
</animation>
|
|
|
|
<!-- Noshadow -->
|
|
<animation>
|
|
<type>noshadow</type>
|
|
</animation>
|
|
|
|
<!-- *** LoD ***
|
|
<animation>
|
|
<type>range</type>
|
|
<object-name>Green-Flare</object-name>
|
|
<min-m>0</min-m>
|
|
<max-m>5000</max-m>
|
|
</animation>-->
|
|
|
|
</PropertyList>
|