Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/levels/sp_level_spacestation1B.oxw @ 4888

Last change on this file since 4888 was 4888, checked in by landauf, 17 years ago

nur trottel lesen dies

File size: 21.1 KB
Line 
1<WorldDataFile>
2  <name>Space Station 1B</name>
3  <description>This is the second part of the space station.</description>
4  <screenshoot>textures/menu/hangar_512x512.png</screenshoot>
5
6  <LoadScreen>
7    <BackgroundImage>textures/load_screens/default.jpg</BackgroundImage>
8    <ElementCount>16</ElementCount>
9    <BackgroundPS>0,0,1.0,1</BackgroundPS>
10    <BarPS>.65,.87,.3,.05</BarPS>
11    <BarImage>textures/load_screens/default_bar.png</BarImage>
12  </LoadScreen>
13
14  <WorldEntities>
15
16    <BspEntity>
17      <Name>levels/maps/spacestation1/spacestation1_hangar_032.bsp</Name>
18    </BspEntity>
19
20    <FPSPlayer>
21      <name>Player</name>
22      <model>models/creatures/doom_male/male.md2, 10</model>
23      <abs-coor>4480,20,-3936</abs-coor>
24      <abs-dir>1.57, 0, 1, 0</abs-dir>
25    </FPSPlayer>
26
27    <GenericNPC>
28      <name>hangarguy1</name>
29      <model>models/creatures/doom_male/male.md2, 10</model>
30      <md2texture>models/creatures/doom_male/male_yellow_armor.pcx</md2texture>
31      <abs-coor>3613.596, 213.618, -4267.141</abs-coor>
32      <abs-dir>3.14, 0, 1, 0</abs-dir>
33    </GenericNPC>
34
35    <GenericNPC>
36      <name>hangarguy2</name>
37      <model>models/creatures/doom_male/male.md2, 10</model>
38      <md2texture>models/creatures/doom_male/male_yellow_armor.pcx</md2texture>
39      <abs-coor>3022.345, 213.618, -4594.714</abs-coor>
40      <abs-dir>0, 0, 1, 0</abs-dir>
41    </GenericNPC>
42
43    <GenericNPC>
44      <name>hangarspeaking1</name>
45      <model>models/creatures/doom_male/male.md2, 10</model>
46      <md2texture>models/creatures/doom_male/male_albat.pcx</md2texture>
47      <abs-coor>3294.921, 213.618, -4226.658</abs-coor>
48      <abs-dir>0, 0, 1, 0</abs-dir>
49    </GenericNPC>
50
51    <GenericNPC>
52      <name>hangarspeaking2</name>
53      <model>models/creatures/doom_male/male.md2, 10</model>
54      <md2texture>models/creatures/doom_male/male_blues.pcx</md2texture>
55      <abs-coor> 3300.840, 213.618, -4162.111</abs-coor>
56      <abs-dir>3.14, 0, 1, 0</abs-dir>
57    </GenericNPC>
58
59    <ModelEntity>
60      <name>humanfighter</name>
61      <abs-coor>3270, 110, -4540</abs-coor>
62      <abs-dir>0.8, 0, 1, 0</abs-dir>
63      <model>models/spaceships/human_spaceship_fighter.obj, 10</model>
64    </ModelEntity>
65
66    <ModelEntity>
67      <name>humanbomber</name>
68      <abs-coor>3450, 90, -4115</abs-coor>
69      <abs-dir>1.57, 0, 1, 0</abs-dir>
70      <model>models/spaceships/human_spaceship_bomber.obj, 20</model>
71    </ModelEntity>
72
73
74    <Mover>
75      <name>hangar1_u</name>
76      <bReopen>1</bReopen>
77      <bReclose>1</bReclose>
78      <model>models/doors/door1b_up.obj, 26</model>
79      <abs-dir>1.57, -1, 0, 0</abs-dir>
80      <abs-coor>4480, 87, -4032</abs-coor>
81      <triggers>
82        <ApproachTrigger>
83          <radius>150</radius>
84        </ApproachTrigger>
85      </triggers>
86      <stations>
87        <MoverStation>
88          <rel-target-coor>0, 70, 0</rel-target-coor>
89          <moving-time>0.75</moving-time>
90        </MoverStation>
91      </stations>
92    </Mover>
93    <Mover>
94      <name>hangar1_d</name>
95      <bReopen>1</bReopen>
96      <bReclose>1</bReclose>
97      <model>models/doors/door1b_down.obj, 26</model>
98      <abs-dir>1.57, -1, 0, 0</abs-dir>
99      <abs-coor>4480, 87, -4032</abs-coor>
100      <triggers>
101        <ApproachTrigger>
102          <radius>150</radius>
103        </ApproachTrigger>
104      </triggers>
105      <stations>
106        <MoverStation>
107          <rel-target-coor>0, -64, 0</rel-target-coor>
108          <moving-time>0.75</moving-time>
109          <opening-sound>sounds/doors/door_opening2.wav</opening-sound>
110          <moving-sound>sounds/doors/door_moving2.wav</moving-sound>
111          <closing-sound>sounds/doors/door_opening2.wav</closing-sound>
112          <closed-sound>sounds/doors/door_closed2.wav</closed-sound>
113        </MoverStation>
114      </stations>
115    </Mover>
116    <Mover>
117      <name>hangar1_l</name>
118      <bReopen>1</bReopen>
119      <bReclose>1</bReclose>
120      <model>models/doors/door1b_left.obj, 26</model>
121      <abs-dir>1.57, -1, 0, 0</abs-dir>
122      <abs-coor>4480, 87, -4032</abs-coor>
123      <triggers>
124        <ApproachTrigger>
125          <radius>150</radius>
126        </ApproachTrigger>
127      </triggers>
128      <stations>
129        <MoverStation>
130          <rel-target-coor>-62.5, 0, 0</rel-target-coor>
131          <moving-time>0.75</moving-time>
132        </MoverStation>
133      </stations>
134    </Mover>
135    <Mover>
136      <name>hangar1_r</name>
137      <bReopen>1</bReopen>
138      <bReclose>1</bReclose>
139      <model>models/doors/door1b_right.obj, 26</model>
140      <abs-dir>1.57, -1, 0, 0</abs-dir>
141      <abs-coor>4480, 87, -4032</abs-coor>
142      <triggers>
143        <ApproachTrigger>
144          <radius>150</radius>
145        </ApproachTrigger>
146      </triggers>
147      <stations>
148        <MoverStation>
149          <rel-target-coor>62.5, 0, 0</rel-target-coor>
150          <moving-time>0.75</moving-time>
151        </MoverStation>
152      </stations>
153    </Mover>
154
155    <Rotor>
156      <name>rotor1</name>
157      <model>models/decoration/rotor1_hack.obj, 12</model>
158      <abs-coor>5152,240,-4688</abs-coor>
159      <abs-dir>0, 0, 0, 0</abs-dir>
160      <rotation>8,0,0</rotation>
161<!--      <abs-dir>-1.57, 0, 1, 0</abs-dir>
162      <rotation>0,0,8</rotation> -->
163    </Rotor>
164
165    <Rotor>
166      <name>rotor2</name>
167      <model>models/decoration/rotor1_hack.obj, 12</model>
168      <abs-coor>5152,240,-4272</abs-coor>
169      <abs-dir>0, 0, 0, 0</abs-dir>
170      <rotation>8,0,0</rotation>
171<!--      <abs-dir>-1.57, 0, 1, 0</abs-dir>
172      <rotation>0,0,8</rotation> -->
173    </Rotor>
174
175    <SpriteParticles>
176      <name>Steam at Entrance</name>
177      <type>sprite</type>
178      <texture>steam01.png</texture>
179      <max-count>150</max-count>
180      <life-span>14, 2</life-span>
181      <radius>0.0, 100.0, 100.0</radius>
182      <radius>0.2, 100.0, 100</radius>
183      <radius>1.0, 100.0, 100</radius>
184      <mass>1.0, 0.5, .3</mass>
185      <color>0,1, 1, 1,.5</color>
186      <color>.5, .6, .6, .6, .2</color>
187      <color>1, .0, .0, .0, .0</color>
188      <precache>5</precache>
189      <emitters>
190        <PlaneEmitter>
191          <name>SteamEmitter</name>
192          <rel-coor>4480, -300, -3800</rel-coor>
193          <rel-dir>3.1412, 0, 0, 1</rel-dir>
194          <spread>0, 1.0</spread>
195          <emission-velocity>-50,50</emission-velocity>
196          <size>100, 100</size>
197          <rate>10</rate>
198        </PlaneEmitter>
199      </emitters>
200    </SpriteParticles>
201
202    <SpriteParticles>
203      <name>Steam in Hangar (small)</name>
204      <type>sprite</type>
205      <texture>steam01.png</texture>
206      <max-count>350</max-count>
207      <life-span>28, 2</life-span>
208      <radius>0.0, 100.0, 100.0</radius>
209      <radius>0.2, 100.0, 100</radius>
210      <radius>1.0, 100.0, 100</radius>
211      <mass>1.0, 0.5, .3</mass>
212      <color>0,1, 1, 1,.5</color>
213      <color>.5, .6, .6, .6, .2</color>
214      <color>1, .0, .0, .0, .0</color>
215      <precache>25</precache>
216      <emitters>
217        <PlaneEmitter>
218          <name>SteamEmitter</name>
219          <rel-coor>4224, -768, -4224</rel-coor>
220          <rel-dir>3.1412, 0, 0, 1</rel-dir>
221          <spread>0, 0.4</spread>
222          <emission-velocity>-70,50</emission-velocity>
223          <size>50, 50</size>
224          <rate>12</rate>
225        </PlaneEmitter>
226      </emitters>
227    </SpriteParticles>
228
229    <SpriteParticles>
230      <name>Steam in Hangar (small)</name>
231      <type>sprite</type>
232      <texture>steam01.png</texture>
233      <max-count>350</max-count>
234      <life-span>28, 2</life-span>
235      <radius>0.0, 100.0, 100.0</radius>
236      <radius>0.2, 100.0, 100</radius>
237      <radius>1.0, 100.0, 100</radius>
238      <mass>1.0, 0.5, .3</mass>
239      <color>0,1, 1, 1,.5</color>
240      <color>.5, .6, .6, .6, .2</color>
241      <color>1, .0, .0, .0, .0</color>
242      <precache>25</precache>
243      <emitters>
244        <PlaneEmitter>
245          <name>SteamEmitter</name>
246          <rel-coor>4224, -768, -4736</rel-coor>
247          <rel-dir>3.1412, 0, 0, 1</rel-dir>
248          <spread>0, 0.4</spread>
249          <emission-velocity>-70,50</emission-velocity>
250          <size>50, 50</size>
251          <rate>12</rate>
252        </PlaneEmitter>
253      </emitters>
254    </SpriteParticles>
255
256    <SpriteParticles>
257      <name>Steam in Hangar (big)</name>
258      <type>sprite</type>
259      <texture>steam01.png</texture>
260      <max-count>500</max-count>
261      <life-span>28, 2</life-span>
262      <radius>0.0, 100.0, 100.0</radius>
263      <radius>0.2, 100.0, 100</radius>
264      <radius>1.0, 100.0, 100</radius>
265      <mass>1.0, 0.5, .3</mass>
266      <color>0,1, 1, 1,.5</color>
267      <color>.5, .6, .6, .6, .2</color>
268      <color>1, .0, .0, .0, .0</color>
269      <precache>25</precache>
270      <emitters>
271        <PlaneEmitter>
272          <name>SteamEmitter</name>
273          <rel-coor>4868, -768, -4224</rel-coor>
274          <rel-dir>3.1412, 0, 0, 1</rel-dir>
275          <spread>0, 0.5</spread>
276          <emission-velocity>-70,50</emission-velocity>
277          <size>100, 50</size>
278          <rate>16</rate>
279        </PlaneEmitter>
280      </emitters>
281    </SpriteParticles>
282
283    <SpriteParticles>
284      <name>Steam in Hangar (big)</name>
285      <type>sprite</type>
286      <texture>steam01.png</texture>
287      <max-count>500</max-count>
288      <life-span>28, 2</life-span>
289      <radius>0.0, 100.0, 100.0</radius>
290      <radius>0.2, 100.0, 100</radius>
291      <radius>1.0, 100.0, 100</radius>
292      <mass>1.0, 0.5, .3</mass>
293      <color>0,1, 1, 1,.5</color>
294      <color>.5, .6, .6, .6, .2</color>
295      <color>1, .0, .0, .0, .0</color>
296      <precache>25</precache>
297      <emitters>
298        <PlaneEmitter>
299          <name>SteamEmitter</name>
300          <rel-coor>4864, -768, -4736</rel-coor>
301          <rel-dir>3.1412, 0, 0, 1</rel-dir>
302          <spread>0, 0.5</spread>
303          <emission-velocity>-70,50</emission-velocity>
304          <size>100, 50</size>
305          <rate>16</rate>
306        </PlaneEmitter>
307      </emitters>
308    </SpriteParticles>
309
310    <SpriteParticles>
311      <name>Steam in Shop (top)</name>
312      <type>sprite</type>
313      <texture>steam01.png</texture>
314      <max-count>150</max-count>
315      <life-span>14, 2</life-span>
316      <radius>0.0, 100.0, 100.0</radius>
317      <radius>0.2, 100.0, 100</radius>
318      <radius>1.0, 100.0, 100</radius>
319      <mass>1.0, 0.5, .3</mass>
320      <color>0,1, 1, 1,.5</color>
321      <color>.5, .6, .6, .6, .2</color>
322      <color>1, .0, .0, .0, .0</color>
323      <precache>5</precache>
324      <emitters>
325        <PlaneEmitter>
326          <name>SteamEmitter</name>
327          <rel-coor>3456, 700, -4480</rel-coor>
328          <rel-dir>3.1412, 0, 0, 1</rel-dir>
329          <spread>0.0, 0.5</spread>
330          <emission-velocity>50,50</emission-velocity>
331          <size>50, 50</size>
332          <rate>10</rate>
333        </PlaneEmitter>
334      </emitters>
335    </SpriteParticles>
336
337    <SpriteParticles>
338      <name>Steam in Shop (top)</name>
339      <type>sprite</type>
340      <texture>steam01.png</texture>
341      <max-count>150</max-count>
342      <life-span>14, 2</life-span>
343      <radius>0.0, 100.0, 100.0</radius>
344      <radius>0.2, 100.0, 100</radius>
345      <radius>1.0, 100.0, 100</radius>
346      <mass>1.0, 0.5, .3</mass>
347      <color>0,1, 1, 1,.5</color>
348      <color>.5, .6, .6, .6, .2</color>
349      <color>1, .0, .0, .0, .0</color>
350      <precache>5</precache>
351      <emitters>
352        <PlaneEmitter>
353          <name>SteamEmitter</name>
354          <rel-coor>3456, 700, -4096</rel-coor>
355          <rel-dir>3.1412, 0, 0, 1</rel-dir>
356          <spread>0.0, 0.5</spread>
357          <emission-velocity>50,50</emission-velocity>
358          <size>50, 50</size>
359          <rate>10</rate>
360        </PlaneEmitter>
361      </emitters>
362    </SpriteParticles>
363
364    <SpriteParticles>
365      <name>Steam in Shop (top)</name>
366      <type>sprite</type>
367      <texture>steam01.png</texture>
368      <max-count>150</max-count>
369      <life-span>14, 2</life-span>
370      <radius>0.0, 100.0, 100.0</radius>
371      <radius>0.2, 100.0, 100</radius>
372      <radius>1.0, 100.0, 100</radius>
373      <mass>1.0, 0.5, .3</mass>
374      <color>0,1, 1, 1,.5</color>
375      <color>.5, .6, .6, .6, .2</color>
376      <color>1, .0, .0, .0, .0</color>
377      <precache>5</precache>
378      <emitters>
379        <PlaneEmitter>
380          <name>SteamEmitter</name>
381          <rel-coor>3456, 700, -4864</rel-coor>
382          <rel-dir>3.1412, 0, 0, 1</rel-dir>
383          <spread>0.0, 0.5</spread>
384          <emission-velocity>50,50</emission-velocity>
385          <size>50, 50</size>
386          <rate>10</rate>
387        </PlaneEmitter>
388      </emitters>
389    </SpriteParticles>
390
391    <SpriteParticles>
392      <name>Steam in Shop (top)</name>
393      <type>sprite</type>
394      <texture>steam01.png</texture>
395      <max-count>150</max-count>
396      <life-span>14, 2</life-span>
397      <radius>0.0, 100.0, 100.0</radius>
398      <radius>0.2, 100.0, 100</radius>
399      <radius>1.0, 100.0, 100</radius>
400      <mass>1.0, 0.5, .3</mass>
401      <color>0,1, 1, 1,.5</color>
402      <color>.5, .6, .6, .6, .2</color>
403      <color>1, .0, .0, .0, .0</color>
404      <precache>5</precache>
405      <emitters>
406        <PlaneEmitter>
407          <name>SteamEmitter</name>
408          <rel-coor>3072, 700, -4480</rel-coor>
409          <rel-dir>3.1412, 0, 0, 1</rel-dir>
410          <spread>0.0, 0.5</spread>
411          <emission-velocity>50,50</emission-velocity>
412          <size>50, 50</size>
413          <rate>10</rate>
414        </PlaneEmitter>
415      </emitters>
416    </SpriteParticles>
417
418    <SpriteParticles>
419      <name>Steam in Shop (fan)</name>
420      <type>sprite</type>
421      <texture>steam01.png</texture>
422      <max-count>50</max-count>
423      <life-span>3, 2</life-span>
424      <radius>0.0, 25.0, 25.0</radius>
425      <radius>0.2, 25.0, 25.0</radius>
426      <radius>1.0, 25.0, 25.0</radius>
427      <mass>1.0, 0.5, .3</mass>
428      <color>0,1, 1, 1,.5</color>
429      <color>.5, .6, .6, .6, .2</color>
430      <color>1, .0, .0, .0, .0</color>
431      <precache>2</precache>
432      <emitters>
433        <PlaneEmitter>
434          <name>SteamEmitter</name>
435          <rel-coor>3016, 176, -4512</rel-coor>
436          <rel-dir>-2.356, 0, 0, 1</rel-dir>
437          <spread>0.0, 0.3</spread>
438          <emission-velocity>40, 50</emission-velocity>
439          <size>10, 20</size>
440          <rate>10</rate>
441        </PlaneEmitter>
442      </emitters>
443    </SpriteParticles>
444
445    <SpriteParticles>
446      <name>Steam in Shop (fan)</name>
447      <type>sprite</type>
448      <texture>steam01.png</texture>
449      <max-count>50</max-count>
450      <life-span>3, 2</life-span>
451      <radius>0.0, 25.0, 25.0</radius>
452      <radius>0.2, 25.0, 25.0</radius>
453      <radius>1.0, 25.0, 25.0</radius>
454      <mass>1.0, 0.5, .3</mass>
455      <color>0,1, 1, 1,.5</color>
456      <color>.5, .6, .6, .6, .2</color>
457      <color>1, .0, .0, .0, .0</color>
458      <precache>2</precache>
459      <emitters>
460        <PlaneEmitter>
461          <name>SteamEmitter</name>
462          <rel-coor>3016, 176, -4448</rel-coor>
463          <rel-dir>-2.356, 0, 0, 1</rel-dir>
464          <spread>0.0, 0.3</spread>
465          <emission-velocity>40, 50</emission-velocity>
466          <size>10, 20</size>
467          <rate>10</rate>
468        </PlaneEmitter>
469      </emitters>
470    </SpriteParticles>
471
472    <SpriteParticles>
473      <name>Steam in Shop (fan)</name>
474      <type>sprite</type>
475      <texture>steam01.png</texture>
476      <max-count>50</max-count>
477      <life-span>3, 2</life-span>
478      <radius>0.0, 25.0, 25.0</radius>
479      <radius>0.2, 25.0, 25.0</radius>
480      <radius>1.0, 25.0, 25.0</radius>
481      <mass>1.0, 0.5, .3</mass>
482      <color>0,1, 1, 1,.5</color>
483      <color>.5, .6, .6, .6, .2</color>
484      <color>1, .0, .0, .0, .0</color>
485      <precache>2</precache>
486      <emitters>
487        <PlaneEmitter>
488          <name>SteamEmitter</name>
489          <rel-coor>3896, 368, -4640</rel-coor>
490          <rel-dir>2.356, 0, 0, 1</rel-dir>
491          <spread>0.0, 0.3</spread>
492          <emission-velocity>40, 50</emission-velocity>
493          <size>10, 20</size>
494          <rate>10</rate>
495        </PlaneEmitter>
496      </emitters>
497    </SpriteParticles>
498
499    <SpriteParticles>
500      <name>Steam in Shop (fan)</name>
501      <type>sprite</type>
502      <texture>steam01.png</texture>
503      <max-count>50</max-count>
504      <life-span>3, 2</life-span>
505      <radius>0.0, 25.0, 25.0</radius>
506      <radius>0.2, 25.0, 25.0</radius>
507      <radius>1.0, 25.0, 25.0</radius>
508      <mass>1.0, 0.5, .3</mass>
509      <color>0,1, 1, 1,.5</color>
510      <color>.5, .6, .6, .6, .2</color>
511      <color>1, .0, .0, .0, .0</color>
512      <precache>2</precache>
513      <emitters>
514        <PlaneEmitter>
515          <name>SteamEmitter</name>
516          <rel-coor>3896, 368, -4576</rel-coor>
517          <rel-dir>2.356, 0, 0, 1</rel-dir>
518          <spread>0.0, 0.3</spread>
519          <emission-velocity>40, 50</emission-velocity>
520          <size>10, 20</size>
521          <rate>10</rate>
522        </PlaneEmitter>
523      </emitters>
524    </SpriteParticles>
525
526    <SpriteParticles>
527      <name>Steam in Shop (fan)</name>
528      <type>sprite</type>
529      <texture>steam01.png</texture>
530      <max-count>50</max-count>
531      <life-span>3, 2</life-span>
532      <radius>0.0, 25.0, 25.0</radius>
533      <radius>0.2, 25.0, 25.0</radius>
534      <radius>1.0, 25.0, 25.0</radius>
535      <mass>1.0, 0.5, .3</mass>
536      <color>0,1, 1, 1,.5</color>
537      <color>.5, .6, .6, .6, .2</color>
538      <color>1, .0, .0, .0, .0</color>
539      <precache>2</precache>
540      <emitters>
541        <PlaneEmitter>
542          <name>SteamEmitter</name>
543          <rel-coor>3896, 368, -4384</rel-coor>
544          <rel-dir>2.356, 0, 0, 1</rel-dir>
545          <spread>0.0, 0.3</spread>
546          <emission-velocity>40, 50</emission-velocity>
547          <size>10, 20</size>
548          <rate>10</rate>
549        </PlaneEmitter>
550      </emitters>
551    </SpriteParticles>
552
553    <SpriteParticles>
554      <name>Steam in Shop (fan)</name>
555      <type>sprite</type>
556      <texture>steam01.png</texture>
557      <max-count>50</max-count>
558      <life-span>3, 2</life-span>
559      <radius>0.0, 25.0, 25.0</radius>
560      <radius>0.2, 25.0, 25.0</radius>
561      <radius>1.0, 25.0, 25.0</radius>
562      <mass>1.0, 0.5, .3</mass>
563      <color>0,1, 1, 1,.5</color>
564      <color>.5, .6, .6, .6, .2</color>
565      <color>1, .0, .0, .0, .0</color>
566      <precache>2</precache>
567      <emitters>
568        <PlaneEmitter>
569          <name>SteamEmitter</name>
570          <rel-coor>3896, 368, -4320</rel-coor>
571          <rel-dir>2.356, 0, 0, 1</rel-dir>
572          <spread>0.0, 0.3</spread>
573          <emission-velocity>40, 50</emission-velocity>
574          <size>10, 20</size>
575          <rate>10</rate>
576        </PlaneEmitter>
577      </emitters>
578    </SpriteParticles>
579
580    <BspEntity>
581      <Name>levels/maps/spacestation1/spacestation1_flares_001.bsp</Name>
582      <Transparency>1, 1</Transparency>
583    </BspEntity>
584
585    <QuestGUI>
586      <name>First_Quest</name>
587      <quest-name>First Quest</quest-name>
588      <quest-description>
589       Welcome to the hangar! Now go to the shop and get a ship! ASAP!
590       </quest-description>
591      <quest-picture>/textures/orx_REMOVE_ME.png</quest-picture>
592      <quest-difficulty>Difficulty: Easy \n</quest-difficulty>
593      <quest-persons>Players needed:  1</quest-persons>
594      <reward-picture>/textures/money.png</reward-picture>
595      <reward-description>A bag full of money!!!</reward-description>
596    </QuestGUI>
597
598    <QuestGUI>
599      <name>Second_Quest</name>
600      <quest-name>Second Quest</quest-name>
601      <quest-description>
602       Hey you are going on a very important misson! You will need more than this rusty can!
603       </quest-description>
604      <quest-picture>/textures/orx_REMOVE_ME.png</quest-picture>
605      <quest-difficulty>Difficulty: Easy \n</quest-difficulty>
606      <quest-persons>Players needed:  1</quest-persons>
607      <reward-picture>/textures/money.png</reward-picture>
608      <reward-description>You ain't winning a reward with this piece of ... </reward-description>
609    </QuestGUI>
610
611
612   <QuestGUI>
613      <name>Third_Quest</name>
614      <quest-name>Third Quest</quest-name>
615      <quest-description>
616       There you are. This ship will bring you a lot of pleasure! Sould I wrap it up ?
617       </quest-description>
618      <quest-picture>/textures/orx_REMOVE_ME.png</quest-picture>
619      <quest-difficulty>Difficulty: Easy \n</quest-difficulty>
620      <quest-persons>Players needed:  1</quest-persons>
621      <reward-picture>/textures/money.png</reward-picture>
622      <reward-description> Here we go! </reward-description>
623    </QuestGUI>
624
625  </WorldEntities>
626
627  <ScriptManager>
628    <Scripts>
629
630      <Script>
631        <file>spacestation/spaceship_hangar.lua</file>
632      </Script>
633
634      <Script>
635        <file>spacestation/switchtotower.lua</file>
636      </Script>
637
638    </Scripts>
639  </ScriptManager>
640
641
642   
643
644  <Music>sounds/ambient/hangar02.ogg</Music>
645
646  <LightManager>
647    <Lights>
648      <Light>
649        <diffuse-color>1,1,1</diffuse-color>
650        <abs-coor>4480,240,-4320</abs-coor>
651      </Light>
652    </Lights>
653    <ambient-color>1,1,1</ambient-color>
654  </LightManager>
655
656</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.