1
0
Fork 0

only show other UFOs in MP if you are flying one yourself *or* if

/sim/model/always-show-in-MP in $FG_ROOT/Aircraft/ufo/ufo-set.xml is "true"
("false" by default)
This commit is contained in:
mfranz 2006-12-13 23:20:13 +00:00
parent 3f1b61cc17
commit 41903adc22
2 changed files with 8 additions and 4 deletions

View file

@ -7,10 +7,13 @@
<animation>
<type>select</type>
<condition>
<equals>
<property>/sim/flight-model</property>
<value>ufo</value>
</equals>
<or>
<equals>
<property>/sim/flight-model</property>
<value>ufo</value>
</equals>
<property>/sim/model/always-show-in-MP</property>
</or>
</condition>
</animation>

View file

@ -17,6 +17,7 @@
<model>
<path>Aircraft/ufo/Models/ufo.xml</path>
<always-show-in-MP type="bool">false</always-show-in-MP>
</model>
<help>