source: GTP/trunk/App/Games/Jungle_Rumble/bin/media/challenges/volcano.xml @ 1378

Revision 1378, 9.9 KB checked in by giegl, 18 years ago (diff)

GTPD - Jungle Rumble - integrate into GTP SVN structure

Line 
1<?xml version="1.0"?>
2<challenge>
3        <name>Challenge 0</name>
4        <mode>0</mode> <!-- 0 = Simple Deathmatch -->
5        <description>Shoot your enemies!
6Good Luck!
7Music: Brewtality - Trip, www.brewtality.at</description>
8        <time>180</time>
9        <!--soundfile>./media/music/WeLuvYou.mp3</soundfile-->
10        <soundfile>./media/music/soundpark/alcoholfueledbrewtality_trip.mp3</soundfile>
11        <soundvolume>1</soundvolume>
12        <sun>
13                <direction>
14                        <x>-1</x>
15                        <y>-1</y>
16                        <z>1</z>
17                </direction>
18        </sun>
19        <hud>
20                <crosshair>./media/textures/crosshair.dds</crosshair>
21                <crosshairscaleX>0.5</crosshairscaleX>
22                <crosshairscaleY>0.5</crosshairscaleY>
23                <!-- radar-textur: heightmap-1, also zb 129x129==>128x128, dann bild vertikal spiegeln und in alpha-kanal legen! -->
24                <radar>./media/textures/radarvulk.dds</radar>
25                <radarscaleX>1.5</radarscaleX>
26                <radarscaleY>1.5</radarscaleY>
27                <radaroffsetX>20</radaroffsetX>
28                <radaroffsetY>20</radaroffsetY>
29                <userplayerscale>0.7</userplayerscale>
30                <aiplayerscale>0.5</aiplayerscale>
31                <texture0>./media/textures/point.dds</texture0>
32                <texture1>./media/textures/healthred.dds</texture1>
33                <texture2>./media/textures/healthbarred.dds</texture2>
34                <texture3>./media/textures/healthblue.dds</texture3>
35                <texture4>./media/textures/healthbarblue.dds</texture4>
36        </hud>
37        <terrain>
38                <heightmap>./media/models/heightmap_vulkane.raw</heightmap>
39                <texture0>./media/textures/lvl1_0.bmp</texture0>
40                <texture1>./media/textures/lvl1_1.bmp</texture1>
41                <texture2>./media/textures/lvl1_2.bmp</texture2>
42        </terrain>
43        <ocean>
44                <texture0>./media/models/waves2.dds</texture0>
45                <texture1>./media/models/lvl1cubemap.dds</texture1>
46                <watermap>./media/models/watermap_vulkane.bmp</watermap>
47                <shallowColorR>0.6</shallowColorR>
48                <shallowColorG>0.0</shallowColorG>
49                <shallowColorB>0.0</shallowColorB>
50                <deepColorR>0.99</deepColorR>
51                <deepColorG>0.0</deepColorG>
52                <deepColorB>0.0</deepColorB>
53        </ocean>
54        <skybox>
55                <xfile>./media/models/skybox_vulk.x</xfile>
56        </skybox>
57        <pmaterial>
58                <materialid>1</materialid>
59                <restitution>0.0</restitution>
60                <staticfriction>0.0</staticfriction>
61                <dynamicfriction>0.0</dynamicfriction>
62        </pmaterial>
63        <particleEmitter>
64                <position>
65                        <x>130</x>
66                        <y>20</y>
67                        <z>95</z>
68                </position>
69                <rotation>
70                        <x>-90</x>
71                        <y>0</y>
72                        <z>0</z>
73                </rotation>
74                <dimension>
75                        <x>2</x>
76                        <y>2</y>
77                        <z>2</z>
78                </dimension>
79                <velocity>3</velocity>
80                <duration>180</duration>
81                <heathaze>1</heathaze>
82                <timetolive>25</timetolive>
83                <horizontalDegree>1.3</horizontalDegree>
84                <verticalDegree>3.3</verticalDegree>
85                <rotationalDegree>
86                        <x>500</x>
87                        <y>600</y>
88                        <z>100</z>
89                </rotationalDegree>
90                <birthRate>5</birthRate>
91                <colGroup>4</colGroup>
92                <sprite>
93                        <dimension>
94                                <x>1</x>
95                                <y>1</y>
96                                <z>0</z>
97                        </dimension>
98                        <texture0>./media/textures/explosion.png</texture0>
99                        <lookAtCamera>1</lookAtCamera>
100                        <animation>
101                                <fps>2.5</fps>
102                                <framecount>64</framecount>
103                                <rowcount>8</rowcount>
104                                <columncount>8</columncount>
105                                <loopanimation>1</loopanimation>
106                        </animation>
107                        <key_start>
108                                <alpha>1.0</alpha>
109                                <red>1.0</red>
110                                <green>0.2</green>
111                                <blue>0.0</blue>
112                                <width>15</width>
113                                <height>15</height>
114                        </key_start>
115                        <key_middle>
116                                <alpha>1.0</alpha>
117                                <red>1.0</red>
118                                <green>0.2</green>
119                                <blue>0.2</blue>
120                                <width>15</width>
121                                <height>15</height>
122                                <time>0.8</time>
123                        </key_middle>
124                        <key_end>
125                                <alpha>0.0</alpha>
126                                <red>1.0</red>
127                                <green>0.5</green>
128                                <blue>0.5</blue>
129                                <width>15</width>
130                                <height>15</height>
131                        </key_end>
132                        <pactor>
133                                <behaveas>3</behaveas>         
134                                <colmode>2</colmode>           
135                                <density>10.2</density>
136                                <material>1</material>
137                        </pactor>
138                </sprite>
139        </particleEmitter>
140        <particleEmitter>
141                <position>
142                        <x>230</x>
143                        <y>30</y>
144                        <z>185</z>
145                </position>
146                <rotation>
147                        <x>-90</x>
148                        <y>0</y>
149                        <z>0</z>
150                </rotation>
151                <dimension>
152                        <x>2</x>
153                        <y>2</y>
154                        <z>2</z>
155                </dimension>
156                <velocity>3</velocity>
157                <duration>180</duration>
158                <heathaze>1</heathaze>
159                <timetolive>25</timetolive>
160                <horizontalDegree>1.3</horizontalDegree>
161                <verticalDegree>3.3</verticalDegree>
162                <rotationalDegree>
163                        <x>500</x>
164                        <y>600</y>
165                        <z>100</z>
166                </rotationalDegree>
167                <birthRate>5</birthRate>
168                <colGroup>4</colGroup>
169                <sprite>
170                        <dimension>
171                                <x>1</x>
172                                <y>1</y>
173                                <z>0</z>
174                        </dimension>
175                        <texture0>./media/textures/explosion.png</texture0>
176                        <lookAtCamera>1</lookAtCamera>
177                        <animation>
178                                <fps>2.5</fps>
179                                <framecount>64</framecount>
180                                <rowcount>8</rowcount>
181                                <columncount>8</columncount>
182                                <loopanimation>1</loopanimation>
183                        </animation>
184                        <key_start>
185                                <alpha>1.0</alpha>
186                                <red>1.0</red>
187                                <green>0.2</green>
188                                <blue>0.0</blue>
189                                <width>15</width>
190                                <height>15</height>
191                        </key_start>
192                        <key_middle>
193                                <alpha>1.0</alpha>
194                                <red>1.0</red>
195                                <green>0.2</green>
196                                <blue>0.2</blue>
197                                <width>15</width>
198                                <height>15</height>
199                                <time>0.8</time>
200                        </key_middle>
201                        <key_end>
202                                <alpha>0.0</alpha>
203                                <red>1.0</red>
204                                <green>0.5</green>
205                                <blue>0.5</blue>
206                                <width>15</width>
207                                <height>15</height>
208                        </key_end>
209                        <pactor>
210                                <behaveas>3</behaveas>         
211                                <colmode>2</colmode>           
212                                <density>10.2</density>
213                                <material>1</material>
214                        </pactor>
215                </sprite>
216        </particleEmitter>
217        <particleEmitter>
218                <position>
219                        <x>140</x>
220                        <y>30</y>
221                        <z>243</z>
222                </position>
223                <rotation>
224                        <x>-90</x>
225                        <y>0</y>
226                        <z>0</z>
227                </rotation>
228                <dimension>
229                        <x>10</x>
230                        <y>10</y>
231                        <z>4</z>
232                </dimension>
233                <velocity>30</velocity>
234                <duration>180</duration>
235                <heathaze>1</heathaze>
236                <timetolive>4</timetolive>
237                <horizontalDegree>1.8</horizontalDegree>
238                <verticalDegree>3.8</verticalDegree>
239                <rotationalDegree>
240                        <x>500</x>
241                        <y>600</y>
242                        <z>100</z>
243                </rotationalDegree>
244                <birthRate>10</birthRate>
245                <colGroup>4</colGroup>
246                <sprite>
247                        <dimension>
248                                <x>1</x>
249                                <y>1</y>
250                                <z>0</z>
251                        </dimension>
252                        <texture0>./media/textures/explosion.png</texture0>
253                        <lookAtCamera>1</lookAtCamera>
254                        <animation>
255                                <fps>16</fps>
256                                <framecount>64</framecount>
257                                <rowcount>8</rowcount>
258                                <columncount>8</columncount>
259                                <loopanimation>1</loopanimation>
260                        </animation>
261                        <key_start>
262                                <alpha>1.0</alpha>
263                                <red>1.0</red>
264                                <green>0.2</green>
265                                <blue>0.0</blue>
266                                <width>25</width>
267                                <height>25</height>
268                        </key_start>
269                        <key_middle>
270                                <alpha>1.0</alpha>
271                                <red>1.0</red>
272                                <green>0.2</green>
273                                <blue>0.2</blue>
274                                <width>30</width>
275                                <height>30</height>
276                                <time>0.8</time>
277                        </key_middle>
278                        <key_end>
279                                <alpha>0.0</alpha>
280                                <red>1.0</red>
281                                <green>0.5</green>
282                                <blue>0.5</blue>
283                                <width>35</width>
284                                <height>35</height>
285                        </key_end>
286                        <pactor>
287                                <behaveas>3</behaveas>         
288                                <colmode>2</colmode>           
289                                <density>10.2</density>
290                                <material>1</material>
291                        </pactor>
292                </sprite>
293        </particleEmitter>
294        <player>
295                <type>0</type>  <!-- 0 = HumanPlayer -->
296                <xfile>./media/models/giraffe.x</xfile>
297                <position>
298                        <x>160</x>
299                        <y>10</y>
300                        <z>150</z>
301                </position>
302                <team>0</team>
303                <weapon>
304                        <type>0</type>
305                        <amount>10</amount>
306                </weapon>
307                <weapon>
308                        <type>1</type>
309                        <amount>1000</amount>
310                </weapon>
311                <weapon>
312                        <type>2</type>
313                        <amount>1000</amount>
314                </weapon>
315                <weapon>
316                        <type>3</type>
317                        <amount>1000</amount>
318                </weapon>
319                <weapon>
320                        <type>4</type>
321                        <amount>1000</amount>
322                </weapon>
323        </player>
324        <player>
325                <type>1</type> <!-- 1 = AIPlayer -->
326                <xfile>./media/models/zebra.x</xfile>
327                <position>
328                        <x>140</x>
329                        <y>10</y>
330                        <z>100</z>
331                </position>
332                <team>1</team>
333                <weapon>
334                        <type>0</type>
335                        <amount>100</amount>
336                </weapon>
337                <weapon>
338                        <type>1</type>
339                        <amount>10</amount>
340                </weapon>
341        </player>
342        <player>
343                <type>1</type> <!-- 1 = AIPlayer -->
344                <xfile>./media/models/zebra.x</xfile>
345                <position>
346                        <x>240</x>
347                        <y>10</y>
348                        <z>200</z>
349                </position>
350                <team>1</team>
351                <weapon>
352                        <type>0</type>
353                        <amount>100</amount>
354                </weapon>
355                <weapon>
356                        <type>1</type>
357                        <amount>10</amount>
358                </weapon>
359        </player>
360        <player>
361                <type>1</type>
362                <xfile>./media/models/zebra.x</xfile>
363                <position>
364                        <x>200</x>
365                        <y>10</y>
366                        <z>50</z>
367                </position>
368                <team>1</team>
369                <weapon>
370                        <type>0</type>
371                        <amount>100</amount>
372                </weapon>
373                <weapon>
374                        <type>1</type>
375                        <amount>10</amount>
376                </weapon>
377        </player>
378        <!--player>
379                <type>1</type>
380                <position>
381                        <x>100</x>
382                        <y>20</y>
383                        <z>100</z>
384                </position>
385                <weapon>
386                        <type>0</type>
387                        <amount>100</amount>
388                </weapon>
389                <weapon>
390                        <type>1</type>
391                        <amount>10</amount>
392                </weapon>
393        </player>-->
394        <goodies>
395                <healthpackage>
396                        <position>
397                                <x>40</x>
398                                <y>100</y>
399                                <z>160</z>
400                        </position>
401                        <healthamount>100</healthamount>
402                        <arrivaltime>3</arrivaltime>
403                        <timevariation>1</timevariation>
404                        <!--  <xfile>./media/models/waffe3.x</xfile>  -->
405                </healthpackage>
406                <healthpackage>
407                        <position>
408                                <x>200</x>
409                                <y>220</y>
410                                <z>200</z>
411                        </position>
412                        <healthamount>100</healthamount>
413                        <arrivaltime>10</arrivaltime>
414                        <timevariation>6</timevariation>
415                        <!--<renderer>
416                                <type>0</type>
417                                <fresnel>1.0</fresnel>
418                                <refraction>0.95</refraction>
419                        </renderer>-->
420                </healthpackage>
421                <weaponpackage>
422                        <position>
423                                <x>300</x>
424                                <y>200</y>
425                                <z>20</z>
426                        </position>
427                        <type>2</type>
428                        <amount>1000</amount>
429                        <arrivaltime>5</arrivaltime>
430                        <timevariation>2</timevariation>
431                        <pactor>
432                                <behaveas>3</behaveas>         
433                                <colmode>2</colmode>           
434                                <density>10.2</density>
435                                <material>0</material>
436                        </pactor>
437                </weaponpackage>
438                <amopackage>
439                        <position>
440                                <x>900</x>
441                                <y>200</y>
442                                <z>800</z>
443                        </position>
444                        <type>2</type>
445                        <amount>1000</amount>
446                        <arrivaltime>15</arrivaltime>
447                        <timevariation>10</timevariation>
448                </amopackage>
449        </goodies>
450</challenge>
Note: See TracBrowser for help on using the repository browser.