Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

ship-mover

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