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:
parent
3f1b61cc17
commit
41903adc22
2 changed files with 8 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue