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> <animation>
<type>select</type> <type>select</type>
<condition> <condition>
<equals> <or>
<property>/sim/flight-model</property> <equals>
<value>ufo</value> <property>/sim/flight-model</property>
</equals> <value>ufo</value>
</equals>
<property>/sim/model/always-show-in-MP</property>
</or>
</condition> </condition>
</animation> </animation>

View file

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