mirror of
https://github.com/l0k1/oprf_assets.git
synced 2024-11-01 07:41:15 +08:00
48 lines
1.4 KiB
XML
48 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<PropertyList include="depot-common.xml">
|
|
|
|
<sim>
|
|
<description>Checkpoint</description>
|
|
|
|
<variant-of>depot-1</variant-of>
|
|
|
|
<model>
|
|
<path>Aircraft/depot/Models/point.xml</path>
|
|
|
|
<!-- Uncloak weather balloons visiting Earth -->
|
|
<always-show-in-MP type="bool">true</always-show-in-MP>
|
|
</model>
|
|
|
|
<startup>
|
|
<splash-texture>Aircraft/depot/splash1.png</splash-texture>
|
|
</startup>
|
|
|
|
<multiplay>
|
|
<visibility-range-nm type="int">750</visibility-range-nm>
|
|
<generic>
|
|
<int n="0" type="int">0</int>
|
|
<int n="2" type="int">1</int>
|
|
<int n="17" type="int">18</int>
|
|
</generic>
|
|
</multiplay>
|
|
|
|
<menubar>
|
|
<default>
|
|
<menu n="100">
|
|
<label>Depot</label>
|
|
<enabled type="bool">true</enabled>
|
|
<item>
|
|
<label>Event Log</label>
|
|
<binding>
|
|
<command>dialog-show</command>
|
|
<dialog-name>flightlog</dialog-name>
|
|
</binding>
|
|
</item>
|
|
</menu>
|
|
</default>
|
|
</menubar>
|
|
|
|
<chase-distance-m type="double" archive="y">-250.0</chase-distance-m>
|
|
</sim>
|
|
</PropertyList> |