- cleaning/moving data
- can be run as addon (mostly working)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 899 KiB |
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<name>Landing skills</name>
|
||||
|
||||
<description>
|
||||
Experimental landing skills. You have to start at Livermore (KLVK) Airport !
|
||||
</description>
|
||||
|
||||
</PropertyList>
|
||||
@@ -0,0 +1,159 @@
|
||||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
|
||||
<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