- cleaning/moving data
- can be run as addon (mostly working)
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
|
||||
<name>Hoops mission</name>
|
||||
|
||||
|
||||
<description>
|
||||
This is an experimental mission.
|
||||
</description>
|
||||
<description><![CDATA[
|
||||
This is an experimental mission. You have to start at Livermore (KLVK) Airport !
|
||||
]]></description>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
|
||||
<!--presets>
|
||||
|
||||
<presets>
|
||||
<airport-id>KLVK</airport-id>
|
||||
<altitude>-9999</altitude>
|
||||
<altitude-ft>-9999</altitude-ft>
|
||||
@@ -9,14 +10,14 @@
|
||||
<longitude-deg>-9999</longitude-deg>
|
||||
</presets>
|
||||
|
||||
<timeofday>noon</timeofday-->
|
||||
<timeofday>noon</timeofday>
|
||||
|
||||
<!--object>
|
||||
<object>
|
||||
<name>Timer 1</name>
|
||||
<type>timer-trigger</type>
|
||||
<activated>1</activated>
|
||||
<single-shot>1</single-shot>
|
||||
<stop-time>5.0</stop-time>
|
||||
<stop-time>3.0</stop-time>
|
||||
<actions>
|
||||
<object-reference>Intro 1</object-reference>
|
||||
<object-reference>Timer 2</object-reference>
|
||||
@@ -28,7 +29,7 @@
|
||||
<type>timer-trigger</type>
|
||||
<activated>0</activated>
|
||||
<single-shot>1</single-shot>
|
||||
<stop-time>4.0</stop-time>
|
||||
<stop-time>2.0</stop-time>
|
||||
<actions>
|
||||
<object-reference>Intro 2</object-reference>
|
||||
<object-reference>Timer 3</object-reference>
|
||||
@@ -260,7 +261,7 @@
|
||||
<name>Hoop1_active</name>
|
||||
<type>model</type>
|
||||
<activated>0</activated>
|
||||
<path>Missions/Generic/Models/hoop-40x40.xml</path>
|
||||
<path>/Missions/Generic/Models/hoop-40x40.xml</path>
|
||||
<orientation>
|
||||
<heading-deg>88.0</heading-deg>
|
||||
<pitch-deg>0.0</pitch-deg>
|
||||
@@ -277,7 +278,7 @@
|
||||
<name>Hoop1_active</name>
|
||||
<type>model</type>
|
||||
<activated>0</activated>
|
||||
<path>Missions/Generic/Models/Numbers/num_1.xml</path>
|
||||
<path>/Missions/Generic/Models/Numbers/num_1.xml</path>
|
||||
<orientation>
|
||||
<heading-deg>88.0</heading-deg>
|
||||
<pitch-deg>0.0</pitch-deg>
|
||||
@@ -294,7 +295,7 @@
|
||||
<name>Hoop1_inactive</name>
|
||||
<type>model</type>
|
||||
<activated>0</activated>
|
||||
<path>Missions/Generic/Models/hoop-100x100-red.xml</path>
|
||||
<path>/Missions/Generic/Models/hoop-100x100-red.xml</path>
|
||||
<orientation>
|
||||
<heading-deg>88.0</heading-deg>
|
||||
<pitch-deg>0.0</pitch-deg>
|
||||
@@ -312,7 +313,7 @@
|
||||
<name>Hoop2_active</name>
|
||||
<type>model</type>
|
||||
<activated>0</activated>
|
||||
<path>Missions/Generic/Models/hoop-40x40.xml</path>
|
||||
<path>/Missions/Generic/Models/hoop-40x40.xml</path>
|
||||
<orientation>
|
||||
<heading-deg>56.0</heading-deg>
|
||||
<pitch-deg>0.0</pitch-deg>
|
||||
@@ -329,7 +330,7 @@
|
||||
<name>Hoop2_active</name>
|
||||
<type>model</type>
|
||||
<activated>0</activated>
|
||||
<path>Missions/Generic/Models/Numbers/num_2.xml</path>
|
||||
<path>/Missions/Generic/Models/Numbers/num_2.xml</path>
|
||||
<orientation>
|
||||
<heading-deg>56.0</heading-deg>
|
||||
<pitch-deg>0.0</pitch-deg>
|
||||
@@ -346,7 +347,7 @@
|
||||
<name>Hoop2_inactive</name>
|
||||
<type>model</type>
|
||||
<activated>0</activated>
|
||||
<path>Missions/Generic/Models/hoop-100x100-red.xml</path>
|
||||
<path>/Missions/Generic/Models/hoop-100x100-red.xml</path>
|
||||
<orientation>
|
||||
<heading-deg>56.0</heading-deg>
|
||||
<pitch-deg>0.0</pitch-deg>
|
||||
@@ -390,161 +391,6 @@
|
||||
<y-offset-m>0.0</y-offset-m>
|
||||
<z-offset-m>70.0</z-offset-m>
|
||||
</attached-world-object>
|
||||
</object-->
|
||||
|
||||
<object>
|
||||
<name>MSG_KLVK</name>
|
||||
<type>dialog-action</type>
|
||||
<text>Welcome to KLVK</text>
|
||||
<sound-file>glassbell.wav</sound-file>
|
||||
<delay-sec>3</delay-sec>
|
||||
</object>
|
||||
|
||||
<object>
|
||||
<name>KLVK_landing</name>
|
||||
<type>airport-landing-trigger</type>
|
||||
<activated>0</activated>
|
||||
<single-shot>0</single-shot>
|
||||
<airport-id>KLVK</airport-id>
|
||||
<!--runway>25R</runway>
|
||||
<runway>25L</runway-->
|
||||
<landing-type>full stop</landing-type>
|
||||
<actions>
|
||||
<object-reference>MSG_KLVK</object-reference>
|
||||
<object-reference>ENABLE_property_trigger</object-reference>
|
||||
</actions>
|
||||
</object>
|
||||
|
||||
<object>
|
||||
<name>helipad_landing</name>
|
||||
<type>area-landing-trigger</type>
|
||||
<activated>1</activated>
|
||||
<areas>
|
||||
<object-reference>area_helipad1</object-reference>
|
||||
<object-reference>area_helipad2</object-reference>
|
||||
</areas>
|
||||
<landing-type>full stop</landing-type>
|
||||
<actions>
|
||||
<object-reference>MSG_KLVK</object-reference>
|
||||
<object-reference>ENABLE_property_trigger</object-reference>
|
||||
<object-reference>Goal_completed</object-reference>
|
||||
</actions>
|
||||
</object>
|
||||
|
||||
<object>
|
||||
<name>PROP_TRIGGER_landing_KLVK</name>
|
||||
<type>property-trigger</type>
|
||||
<activated>1</activated>
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>/position/altitude-agl-ft</property>
|
||||
<value>50.0</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
<actions>
|
||||
<object-reference>ENABLE_landing_trigger</object-reference>
|
||||
</actions>
|
||||
</object>
|
||||
|
||||
<object>
|
||||
<name>ENABLE_landing_trigger</name>
|
||||
<type>object-activation-action</type>
|
||||
<object-state>1</object-state>
|
||||
<reference-list>
|
||||
<object-reference>helipad_landing</object-reference>
|
||||
</reference-list>
|
||||
</object>
|
||||
|
||||
<object>
|
||||
<name>ENABLE_property_trigger</name>
|
||||
<type>object-activation-action</type>
|
||||
<object-state>1</object-state>
|
||||
<reference-list>
|
||||
<object-reference>PROP_TRIGGER_landing_KLVK</object-reference>
|
||||
</reference-list>
|
||||
</object>
|
||||
|
||||
<object>
|
||||
<name>area_helipad1</name>
|
||||
<type>rectangle-area</type>
|
||||
<width>20.0</width>
|
||||
<height>20.0</height>
|
||||
<length>20.0</length>
|
||||
<orientation>
|
||||
<heading-deg>0.0</heading-deg>
|
||||
<pitch-deg>0.0</pitch-deg>
|
||||
<roll-deg>0.0</roll-deg>
|
||||
</orientation>
|
||||
<attached-world-position>
|
||||
<latitude-deg>37.69558033</latitude-deg>
|
||||
<longitude-deg>-121.8204298</longitude-deg>
|
||||
<altitude-m>116.4220694</altitude-m>
|
||||
<altitude-is-AGL>0</altitude-is-AGL>
|
||||
</attached-world-position>
|
||||
</object>
|
||||
|
||||
<object>
|
||||
<name>area_helipad2</name>
|
||||
<type>rectangle-area</type>
|
||||
<width>20.0</width>
|
||||
<height>20.0</height>
|
||||
<length>20.0</length>
|
||||
<orientation>
|
||||
<heading-deg>0.0</heading-deg>
|
||||
<pitch-deg>0.0</pitch-deg>
|
||||
<roll-deg>0.0</roll-deg>
|
||||
</orientation>
|
||||
<attached-world-position>
|
||||
<latitude-deg>37.69023415</latitude-deg>
|
||||
<longitude-deg>-121.8233606</longitude-deg>
|
||||
<altitude-m>116.0338283</altitude-m>
|
||||
<altitude-is-AGL>0</altitude-is-AGL>
|
||||
</attached-world-position>
|
||||
</object>
|
||||
|
||||
<object>
|
||||
<name>POI_helipad1</name>
|
||||
<type>point-of-interest</type>
|
||||
<activated>1</activated>
|
||||
<target-name>Helipad 1</target-name>
|
||||
<attached-world-position>
|
||||
<latitude-deg>37.69558033</latitude-deg>
|
||||
<longitude-deg>-121.8204298</longitude-deg>
|
||||
<altitude-m>116.4220694</altitude-m>
|
||||
<altitude-is-AGL>0</altitude-is-AGL>
|
||||
</attached-world-position>
|
||||
</object>
|
||||
|
||||
<object>
|
||||
<name>POI_helipad2</name>
|
||||
<type>point-of-interest</type>
|
||||
<activated>1</activated>
|
||||
<target-name>Helipad 2</target-name>
|
||||
<attached-world-position>
|
||||
<latitude-deg>37.69023415</latitude-deg>
|
||||
<longitude-deg>-121.8233606</longitude-deg>
|
||||
<altitude-m>116.0338283</altitude-m>
|
||||
<altitude-is-AGL>0</altitude-is-AGL>
|
||||
</attached-world-position>
|
||||
</object>
|
||||
|
||||
<object>
|
||||
<name>Goal_land</name>
|
||||
<type>goal</type>
|
||||
<activated>1</activated>
|
||||
<goal-state>pending</goal-state>
|
||||
<text>Land on any helipad.</text>
|
||||
<order>0</order>
|
||||
</object>
|
||||
|
||||
<object>
|
||||
<name>Goal_completed</name>
|
||||
<type>goal-resolution-action</type>
|
||||
<goal-resolution>completed</goal-resolution>
|
||||
<goals>
|
||||
<object-reference>Goal_land</object-reference>
|
||||
</goals>
|
||||
</object>
|
||||
|
||||
|
||||
</PropertyList>
|
||||
|
||||
Reference in New Issue
Block a user