Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/levels/princessaeryn.oxw @ 5311

Last change on this file since 5311 was 5311, checked in by dafrick, 15 years ago

Created a little example quest, works with the latest questsystem branch (questsystem3).

File size: 10.6 KB
Line 
1<?lua
2  include("levels/hudtemplates.oxw")
3?>
4
5<?lua
6  include("levels/spaceshiptemplates.oxw")
7?>
8
9<?lua
10        dofile("../../media/levels/CuboidSpaceStation2.3.lua")
11?>
12
13<NotificationQueue
14  name  = "notification"
15  position = "0.55, 0.05"
16  font = "VeraMono"
17  textSize = 0.020
18  length = 3
19  width = 50
20  />
21
22<Level
23 name         = "The Tale of Princess Aeryn"
24 description  = "The Tale of Princess Aeryn"
25>
26  <Scene
27   ambientlight = "0.8, 0.8, 0.8"
28   skybox       = "Orxonox/Starbox"
29  >
30 
31    <!-- Quest: -->
32    <GlobalQuest id="b80c2c60-e62c-4637-80f8-5aa18dc93b34">
33      <QuestDescription title="The Tale of Princess Aeryn" description="Princess Aeryn has been kidnapped by evil Mr. M and you were just a little too late to save her.\nYou have to find and save her from her captors." failMessage="You cannot fail, how did you?" completeMessage="You did it John. You're a hero. Princess Aeryn however will still not marry you." />
34      <subquests>
35        <GlobalQuest id="43766602-7e2f-4d24-976a-3f9de1474d5b">
36          <QuestDescription title="Find Aeryn's S.H.O.E.S." description="Oh, the kidnappers must have been in a hurry because they overlooked princess Aeryns S.H.O.E.S. (Super Heavily Organized Escape Ship) hidden in the asteroid field over there.\nFind it and look there for clues to Princess Aeryns whereabouts." completeMessage="You did it, Looking through her stuff you find an odd looking device - Could this be the receiver of Princess Aeryns locator beacon? - But it must be broken, the screen remains blank." />
37          <complete-effects>
38            <AddQuest questId="50845552-c8af-4091-947c-76bd850b224e" />
39          </complete-effects>
40        </GlobalQuest>
41        <GlobalQuest id="50845552-c8af-4091-947c-76bd850b224e">
42          <QuestDescription title="Repair the receiver." description="There is a space station called 'Serenity Station' near here. An engineer called Nathan Stark who shoud be able to help you lives there." completeMessage="'Yeah Nathan lives here, he'll shurely help you.'\nAnd he does, apparenty the device was just low on batteries so you're now able to locate your beloved Princess Aeryn." />
43          <hints>
44            <QuestHint id="b9b10841-b045-4797-b1d3-cfce760e1de6">
45              <QuestDescription title="The Katratzi Station" description="'We ain't buying!'\n'What do you want?'\n'No there lives no Nathan here.'\n'Fuck off.''" />
46            </QuestHint>
47            <QuestHint id="1ee785f8-b71d-4b51-b080-42cec5be8e3c">
48              <QuestDescription title="The Pegasus Station" description="'Hello friend.'\n'How can we help you?'\n'A Mr. Stark you say? Sorry no man with such a name lives here.'" />
49            </QuestHint>
50          </hints>
51          <complete-effects>
52            <AddQuest questId="97628524-b243-492c-b7b6-498f325b21d4" />
53          </complete-effects>
54        </GlobalQuest>
55        <GlobalQuest id="97628524-b243-492c-b7b6-498f325b21d4">
56          <QuestDescription title="Follow the dots" description="Just follow the dots, they'll lead you right to her." completeMessage="You found Princess Aeryn. Her captors give up at the shere sight ou you." />
57          <complete-effects>
58            <CompleteQuest questId="b80c2c60-e62c-4637-80f8-5aa18dc93b34" />
59          </complete-effects>
60        </GlobalQuest>
61      </subquests>
62    </GlobalQuest>
63   
64    <QuestEffectBeacon position="0,0,100" times=1>
65      <effects>
66        <AddQuest questId="b80c2c60-e62c-4637-80f8-5aa18dc93b34" />
67        <AddQuest questId="43766602-7e2f-4d24-976a-3f9de1474d5b" />
68                        </effects>
69      <events>
70        <execute>
71                                        <EventListener event=questbeacon1 />
72        </execute>
73      </events>
74      <attached>
75                                <DistanceTrigger name=questbeacon1 position="0,0,0" distance=10 target="ControllableEntity" />
76      </attached>
77    </QuestEffectBeacon>
78   
79    <!-- Create spaceship spawner: -->
80    <ParticleSpawner position="0,0,100" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0>
81      <events>
82        <spawn>
83          <EventTrigger delay=1>
84            <events>
85              <trigger>
86                <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
87              </trigger>
88            </events>
89          </EventTrigger>
90        </spawn>
91      </events>
92    </ParticleSpawner>
93
94    <!-- Create world -->
95
96      <!-- Kidnapper flying away -->
97      <MovableEntity position="200,0,0" velocity="-140,0,-140" yaw=45>
98        <attached>
99          <Model position="0,0,0" scale=4 yaw=180 pitch=-90 roll=-90 mesh="pirate.mesh" />
100          <ParticleSpawner position="0,0,10" source="Orxonox/fire3" lifetime=2.0 loop=0 autostart=1 />
101        </attached>
102      </MovableEntity>
103
104      <!-- Asteroid field -->
105      <PositionableEntity position="-500,0,-3000">
106        <attached>
107          <?lua
108            for i = 1, 200
109              do ?>
110                <MovableEntity position="<?lua print(math.random() * 2000 - 1000)?>, <?lua print(math.random() * 2000 - 1000) ?>, <?lua print(math.random() * 2000 - 1000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.abs(math.random() * 30 -10)) ?>">
111                  <attached>
112                    <Model scale="<?lua print(math.random() * 50) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false />
113                  </attached>
114                </MovableEntity>
115          <?lua
116            end
117          ?>
118          <!-- S.H.O.E.S -->
119          <PositionableEntity position="-300,0,0">
120            <attached>
121              <Model position="0,0,0" scale=4 yaw=180 pitch=-90 roll=-90 mesh="assff.mesh" />
122              <QuestEffectBeacon position="0,0,0" times=-1>
123                <effects>
124                        <CompleteQuest questId="43766602-7e2f-4d24-976a-3f9de1474d5b" />
125                            </effects>
126                <events>
127                  <execute>
128                                            <EventListener event=questbeacon2 />
129                  </execute>
130                </events>
131                <attached>
132                                    <DistanceTrigger name=questbeacon2 position="0,0,0" distance=50 target="ControllableEntity" />
133                </attached>
134              </QuestEffectBeacon>
135            </attached>
136          </PositionableEntity>
137        </attached>
138      </PositionableEntity>
139     
140     
141     
142      <!-- Spacestations -->
143     
144        <!-- Serenity Station -->
145        <PositionableEntity scale=1 position="0,0,5000" yaw=30>
146                <attached>
147                        <?lua
148                                createSpaceStation(200)
149                        ?>
150            <QuestEffectBeacon position="0,450,200" times=1>
151              <effects>
152                <CompleteQuest questId="50845552-c8af-4091-947c-76bd850b224e" />
153              </effects>
154              <events>
155                <execute>
156                  <EventListener event=questbeacon3 />
157                </execute>
158              </events>
159              <attached>
160                <Billboard position="0,0,0" colour="1.0,1.0,0" material="Examples/Flare" />
161                <DistanceTrigger name=questbeacon3 position="0,0,0" distance=100 target="ControllableEntity" />
162              </attached>
163            </QuestEffectBeacon>
164                      </attached>
165              </PositionableEntity>
166           
167              <!-- Katratzi Station -->
168              <PositionableEntity scale=1 position="0,5000,300" yaw=60>
169                <attached>
170                        <?lua
171                                createSpaceStation(51644)
172                        ?>
173                        <QuestEffectBeacon position="0,450,0" times=1>
174              <effects>
175                <AddQuestHint hintId="b9b10841-b045-4797-b1d3-cfce760e1de6" />
176              </effects>
177              <events>
178                <execute>
179                  <EventListener event=questbeacon4 />
180                </execute>
181              </events>
182              <attached>
183                <Billboard position="0,0,0" colour="1.0,1.0,0" material="Examples/Flare" />
184                <DistanceTrigger name=questbeacon4 position="0,0,0" distance=100 target="ControllableEntity" />
185              </attached>
186            </QuestEffectBeacon>
187                      </attached>
188              </PositionableEntity>
189           
190              <!-- Pegasus Station -->
191              <PositionableEntity scale=1 position="-5000,100,1000" roll=30>
192                <attached>
193                        <?lua
194                                createSpaceStation(658774)
195                        ?>
196                        <QuestEffectBeacon position="0,450,0" times=1>
197              <effects>
198                <AddQuestHint hintId="1ee785f8-b71d-4b51-b080-42cec5be8e3c" />
199              </effects>
200              <events>
201                <execute>
202                  <EventListener event=questbeacon5 />
203                </execute>
204              </events>
205              <attached>
206                <Billboard position="0,0,0" colour="1.0,1.0,0" material="Examples/Flare" />
207                <DistanceTrigger name=questbeacon5 position="0,0,0" distance=100 target="ControllableEntity" />
208              </attached>
209            </QuestEffectBeacon>
210                      </attached>
211              </PositionableEntity>
212             
213              <!-- Trail -->
214              <EventDispatcher>
215          <targets>
216            <EventTarget name=trail />
217          </targets>
218          <events>
219            <visibility>
220              <QuestListener questId="50845552-c8af-4091-947c-76bd850b224e" questStatus="complete" />
221            </visibility>
222            <activity>
223              <QuestListener questId="50845552-c8af-4091-947c-76bd850b224e" questStatus="complete" />
224            </activity>
225          </events>
226        </EventDispatcher>
227       
228        <?lua
229          for i = 1, 25
230            do
231        ?>
232        <Billboard position="<?lua print(i*5000/25) ?>,<?lua print(450+i*(5000-450)/25) ?>,5000" colour="1.0,0,0" material="Examples/Flare" name=trail visible=false/>
233        <?lua
234          end
235        ?>
236       
237      <!-- Hideout -->
238        <PositionableEntity position="5000,5000,5000" >
239          <attached>
240            <Model scale="100" mesh="ast2.mesh" shadow=false />
241          </attached>
242        </PositionableEntity>
243       
244        <PositionableEntity position="5400,5400,5000" visible=false name=trail >
245          <attached>
246            <Model position="0,0,0" scale=4 yaw=180 pitch=-90 roll=-90 mesh="pirate.mesh" />
247            <QuestEffectBeacon position="0,0,0" times=1 active=false name=trail >
248              <effects>
249                <CompleteQuest questId="97628524-b243-492c-b7b6-498f325b21d4" />
250              </effects>
251              <events>
252                <execute>
253                  <EventListener event=questbeacon6 />
254                </execute>
255              </events>
256              <attached>
257                <DistanceTrigger name=questbeacon6 position="0,0,0" distance=100 target="ControllableEntity" />
258              </attached>
259            </QuestEffectBeacon>
260          </attached>
261        </PositionableEntity>
262
263  </Scene>
264</Level>
265
Note: See TracBrowser for help on using the repository browser.