~ubuntu-branches/ubuntu/lucid/warzone2100/lucid

« back to all changes in this revision

Viewing changes to data/base/gamedesc.lev

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger, Paul Wise, Christoph Egger
  • Date: 2009-06-29 17:12:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090629171252-5ddnlfg3zfchrega
Tags: 2.2.1+dfsg1-1
[ Paul Wise ]
* New upstream release (Closes: #534962)
* Adjust the flex build-depends to take account of the conflict
  with all the versions of flex 2.5.34 (LP: #372872)
* Make the -music Recommends more strict, 2.1 music doesn't work
  with 2.2.
* Upstream moved the downloads to sourceforge, update the watch file
* Bump Standards-Version, no changes needed
* Drop use of dh_desktop since it no longer does anything
* Recommend the new warzone2100-video package, version 2.2 or similar
* Mention the warzone2100 crash reports in the -dbg package description

[ Christoph Egger ]
* Replace CC-2.0 graphic from cybersphinx, create a new tarball
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * GameDesc.lev
 
3
 *
 
4
 * Level data descriptions
 
5
 */
 
6
 
 
7
 
 
8
/******************************************************/
 
9
/*     self contained test levels                     */
 
10
 
 
11
level           PROG
 
12
data            "wrf/vidmem.wrf"
 
13
data            "wrf/basic.wrf"
 
14
data            "wrf/cam1.wrf"
 
15
data            "wrf/audio.wrf"
 
16
data            "wrf/piestats.wrf"
 
17
data            "wrf/stats.wrf"
 
18
//data          "wrf/cam1Res.wrf"
 
19
game            "multiplay/maps/4c-rush.gam"
 
20
//data          "wrf/multi/cm1.wrf"
 
21
data            "wrf/prog.wrf"
 
22
 
 
23
level           DEMO
 
24
data            "wrf/vidmem3.wrf"
 
25
data            "wrf/basic.wrf"
 
26
data            "wrf/cam1.wrf"
 
27
data            "wrf/audio.wrf"
 
28
data            "wrf/piestats.wrf"
 
29
data            "wrf/stats.wrf"
 
30
data            "wrf/cam1res.wrf"
 
31
game            "wrf/demo/democam3.gam"
 
32
data            "wrf/demo/democam3.wrf"
 
33
 
 
34
level           MINIMAL
 
35
data            "wrf/vidmem.wrf"
 
36
data            "wrf/basic.wrf"
 
37
data            "wrf/cam1.wrf"
 
38
data            "wrf/audio.wrf"
 
39
data            "wrf/minimal.wrf"
 
40
 
 
41
level           TEST
 
42
data            "test.wrf"
 
43
 
 
44
/******************************************************/
 
45
/*     Tutorial dataset and levels                  */
 
46
 
 
47
campaign        CAM_TUT3
 
48
data            "wrf/vidmem3.wrf"
 
49
data            "wrf/basic.wrf"
 
50
data            "wrf/tut.wrf"
 
51
data            "wrf/audio.wrf"
 
52
data            "wrf/tutorial/tutaudio.wrf"
 
53
data            "wrf/piestats.wrf"
 
54
data            "wrf/stats.wrf"
 
55
//data          "wrf/tutorial/TutStats.wrf"
 
56
data            "wrf/cam1res.wrf"
 
57
 
 
58
/* Tutorial Level 3 - Base Building. */
 
59
camstart        TUTORIAL3
 
60
dataset         CAM_TUT3
 
61
game            "wrf/tutorial/newtut.gam"
 
62
data            "wrf/tutorial/newtut.wrf"
 
63
 
 
64
 
 
65
/******************************************************/
 
66
/*     campaign 1 dataset and levels                  */
 
67
 
 
68
campaign        CAM_1
 
69
data            "wrf/vidmem.wrf"
 
70
data            "wrf/basic.wrf"
 
71
data            "wrf/cam1.wrf"
 
72
data            "wrf/audio.wrf"
 
73
data            "wrf/piestats.wrf"
 
74
data            "wrf/stats.wrf"
 
75
data            "wrf/cam1res.wrf"
 
76
 
 
77
//Kevlar Scavengers
 
78
campaign        CAM_1KEVLAR
 
79
data            "wrf/vidmemc.wrf"
 
80
data            "wrf/basic.wrf"
 
81
data            "wrf/cam1.wrf"
 
82
data            "wrf/audio.wrf"
 
83
data            "wrf/piestats.wrf"
 
84
data            "wrf/stats.wrf"
 
85
data            "wrf/cam1res.wrf"
 
86
 
 
87
/* Campaign 1 now starts with 1A */
 
88
camstart        CAM_1A
 
89
dataset         CAM_1
 
90
game            "wrf/cam1/cam1a.gam"
 
91
data            "wrf/cam1/cam1a.wrf"
 
92
 
 
93
expand          CAM_1B
 
94
dataset         CAM_1
 
95
game            "wrf/cam1/cam1b.gam"
 
96
data            "wrf/cam1/cam1b.wrf"
 
97
 
 
98
between         SUB_1_1S
 
99
dataset         CAM_1
 
100
data            "wrf/cam1/sub1-1s.wrf"
 
101
 
 
102
miss_keep       SUB_1_1
 
103
dataset         CAM_1
 
104
game            "wrf/cam1/sub1-1.gam"
 
105
data            "wrf/cam1/sub1-1.wrf"
 
106
 
 
107
between         SUB_1_2S
 
108
dataset         CAM_1
 
109
data            "wrf/cam1/sub1-2s.wrf"
 
110
 
 
111
miss_keep       SUB_1_2
 
112
dataset         CAM_1
 
113
game            "wrf/cam1/sub1-2.gam"
 
114
data            "wrf/cam1/sub1-2.wrf"
 
115
 
 
116
between         SUB_1_3S
 
117
dataset         CAM_1
 
118
data            "wrf/cam1/sub1-3s.wrf"
 
119
 
 
120
miss_keep       SUB_1_3
 
121
dataset         CAM_1
 
122
game            "wrf/cam1/sub1-3.gam"
 
123
data            "wrf/cam1/sub1-3.wrf"
 
124
 
 
125
expand          CAM_1C
 
126
dataset         CAM_1
 
127
data            "wrf/cam1/cam1kevlar.wrf"
 
128
game            "wrf/cam1/cam1c.gam"
 
129
data            "wrf/cam1/cam1c.wrf"
 
130
 
 
131
expand          CAM_1CA
 
132
dataset         CAM_1
 
133
data            "wrf/cam1/cam1kevlar.wrf"
 
134
game            "wrf/cam1/cam1ca.gam"
 
135
data            "wrf/cam1/cam1ca.wrf"
 
136
 
 
137
between         SUB_1_4AS
 
138
dataset         CAM_1
 
139
data            "wrf/cam1/cam1kevlar.wrf"
 
140
data            "wrf/cam1/sub1-4as.wrf"
 
141
 
 
142
miss_keep       SUB_1_4A
 
143
dataset         CAM_1
 
144
data            "wrf/cam1/cam1kevlar.wrf"
 
145
game            "wrf/cam1/sub1-4.gam"
 
146
data            "wrf/cam1/sub1-4a.wrf"
 
147
 
 
148
between         SUB_1_5S
 
149
dataset         CAM_1
 
150
data            "wrf/cam1/cam1kevlar.wrf"
 
151
data            "wrf/cam1/sub1-5s.wrf"
 
152
 
 
153
miss_keep       SUB_1_5
 
154
dataset         CAM_1
 
155
data            "wrf/cam1/cam1kevlar.wrf"
 
156
game            "wrf/cam1/sub1-5.gam"
 
157
data            "wrf/cam1/sub1-5.wrf"
 
158
 
 
159
expand          CAM_1A-C
 
160
dataset         CAM_1
 
161
data            "wrf/cam1/cam1kevlar.wrf"
 
162
game            "wrf/cam1/cam1ca.gam"
 
163
data            "wrf/cam1/cam1a-c.wrf"
 
164
 
 
165
between         SUB_1_7S
 
166
dataset         CAM_1
 
167
data            "wrf/cam1/cam1kevlar.wrf"
 
168
data            "wrf/cam1/sub1-7s.wrf"
 
169
 
 
170
miss_keep       SUB_1_7
 
171
dataset         CAM_1
 
172
data            "wrf/cam1/cam1kevlar.wrf"
 
173
game            "wrf/cam1/sub1-7.gam"
 
174
data            "wrf/cam1/sub1-7.wrf"
 
175
 
 
176
/* This level CUT
 
177
between         SUB_1_8S
 
178
dataset         CAM_1
 
179
data            "wrf/cam1/cam1kevlar.wrf"
 
180
data            "wrf/cam1/sub1-8s.wrf"
 
181
 
 
182
miss_keep       SUB_1_8
 
183
dataset         CAM_1
 
184
data            "wrf/cam1/cam1kevlar.wrf"
 
185
game            "wrf/cam1/sub1-8.gam"
 
186
data            "wrf/cam1/sub1-8.wrf"
 
187
*/
 
188
 
 
189
between         SUB_1_DS
 
190
dataset         CAM_1
 
191
data            "wrf/cam1/cam1kevlar.wrf"
 
192
data            "wrf/cam1/sub1-ds.wrf"
 
193
 
 
194
miss_keep       SUB_1_D
 
195
dataset         CAM_1
 
196
data            "wrf/cam1/cam1kevlar.wrf"
 
197
game            "wrf/cam1/sub1-d.gam"
 
198
data            "wrf/cam1/sub1-d.wrf"
 
199
 
 
200
between         CAM_1END
 
201
dataset         CAM_1
 
202
data            "wrf/cam1/cam1kevlar.wrf"
 
203
data            "wrf/cam1/cam1end.wrf"
 
204
 
 
205
/******************************************************/
 
206
/*     campaign 2 dataset and levels                  */
 
207
 
 
208
 
 
209
campaign        CAM_2
 
210
data            "wrf/vidmem2.wrf"
 
211
data            "wrf/basic.wrf"
 
212
data            "wrf/cam2.wrf"
 
213
data            "wrf/audio.wrf"
 
214
data            "wrf/piestats.wrf"
 
215
data            "wrf/stats.wrf"
 
216
data            "wrf/cam2res.wrf"
 
217
 
 
218
camstart        CAM_2A
 
219
dataset         CAM_2
 
220
game            "wrf/cam2/cam2start.gam"
 
221
data            "wrf/cam2/cam2a.wrf"
 
222
 
 
223
camchange       CAM_2A
 
224
dataset         CAM_1
 
225
data            "wrf/cam2/cam2change.wrf"
 
226
game            "wrf/cam2/cam2start.gam"
 
227
data            "wrf/cam2/cam2a.wrf"
 
228
 
 
229
 
 
230
between         SUB_2_1S
 
231
dataset         CAM_2
 
232
data            "wrf/cam2/sub2-1s.wrf"
 
233
 
 
234
miss_keep       SUB_2_1
 
235
dataset         CAM_2
 
236
game            "wrf/cam2/sub2-1.gam"
 
237
data            "wrf/cam2/sub2-1.wrf"
 
238
 
 
239
expand          CAM_2B
 
240
dataset         CAM_2
 
241
game            "wrf/cam2/cam2b.gam"
 
242
data            "wrf/cam2/cam2b.wrf"
 
243
 
 
244
between         SUB_2_2S
 
245
dataset         CAM_2
 
246
data            "wrf/cam2/sub2-2s.wrf"
 
247
 
 
248
miss_keep       SUB_2_2
 
249
dataset         CAM_2
 
250
game            "wrf/cam2/sub2-2.gam"
 
251
data            "wrf/cam2/sub2-2.wrf"
 
252
 
 
253
/* This level cut
 
254
between         SUB_2_3S
 
255
dataset         CAM_2
 
256
data            "wrf/cam2/sub2-3s.wrf"
 
257
 
 
258
miss_keep       SUB_2_3
 
259
dataset         CAM_2
 
260
game            "wrf/cam2/sub2-3.gam"
 
261
data            "wrf/cam2/sub2-3.wrf"
 
262
*/
 
263
 
 
264
expand          CAM_2C
 
265
dataset         CAM_2
 
266
game            "wrf/cam2/cam2c.gam"
 
267
data            "wrf/cam2/cam2c.wrf"
 
268
 
 
269
expand          CAM_2C2
 
270
dataset         CAM_2
 
271
game            "wrf/cam2/cam2c2.gam"
 
272
data            "wrf/cam2/cam2c2.wrf"
 
273
 
 
274
/* This level CUT
 
275
between         SUB_2_4S
 
276
dataset         CAM_2
 
277
data            "wrf/cam2/sub2-4s.wrf"
 
278
 
 
279
miss_keep       SUB_2_4
 
280
dataset         CAM_2
 
281
game            "wrf/cam2/sub2-4.gam"
 
282
data            "wrf/cam2/sub2-4.wrf"
 
283
*/
 
284
 
 
285
between         SUB_2_5S
 
286
dataset         CAM_2
 
287
data            "wrf/cam2/sub2-5s.wrf"
 
288
 
 
289
miss_keep       SUB_2_5
 
290
dataset         CAM_2
 
291
game            "wrf/cam2/sub2-5.gam"
 
292
data            "wrf/cam2/sub2-5.wrf"
 
293
 
 
294
/* no longer used
 
295
expand          CAM_2D
 
296
dataset         CAM_2
 
297
game            "wrf/cam2/cam2d.gam"
 
298
data            "wrf/cam2/cam2d.wrf"
 
299
*/
 
300
 
 
301
between         SUB_2DS
 
302
dataset         CAM_2
 
303
data            "wrf/cam2/sub2-ds.wrf"
 
304
 
 
305
miss_keep       SUB_2D
 
306
dataset         CAM_2
 
307
game            "wrf/cam2/sub2-d.gam"
 
308
data            "wrf/cam2/sub2-d.wrf"
 
309
 
 
310
between         SUB_2_6S
 
311
dataset         CAM_2
 
312
data            "wrf/cam2/sub2-6s.wrf"
 
313
 
 
314
miss_keep       SUB_2_6
 
315
dataset         CAM_2
 
316
game            "wrf/cam2/sub2-6.gam"
 
317
data            "wrf/cam2/sub2-6.wrf"
 
318
 
 
319
between         SUB_2_7S
 
320
dataset         CAM_2
 
321
data            "wrf/cam2/sub2-7s.wrf"
 
322
 
 
323
miss_keep       SUB_2_7
 
324
dataset         CAM_2
 
325
game            "wrf/cam2/sub2-7.gam"
 
326
data            "wrf/cam2/sub2-7.wrf"
 
327
 
 
328
between         SUB_2_8S
 
329
dataset         CAM_2
 
330
data            "wrf/cam2/sub2-8s.wrf"
 
331
 
 
332
miss_keep       SUB_2_8
 
333
dataset         CAM_2
 
334
game            "wrf/cam2/sub2-8.gam"
 
335
data            "wrf/cam2/sub2-8.wrf"
 
336
 
 
337
/* USE CAM_2END instead!
 
338
expand          CAM_2D2
 
339
dataset         CAM_2
 
340
game            "wrf/cam2/cam2d2.gam"
 
341
data            "wrf/cam2/cam2d2.wrf"
 
342
*/
 
343
 
 
344
between         CAM_2END
 
345
dataset         CAM_2
 
346
data            "wrf/cam2/cam2end.wrf"
 
347
 
 
348
/*miss_clear    CAM_1_MISS2
 
349
dataset         CAM_1
 
350
game            "cam1/miss2.gam"
 
351
data            "cam1/miss2.wrf"
 
352
*/
 
353
 
 
354
/******************************************************/
 
355
/*     campaign 3 dataset and levels                  */
 
356
 
 
357
 
 
358
campaign        CAM_3
 
359
data            "wrf/vidmem3.wrf"
 
360
data            "wrf/basic.wrf"
 
361
data            "wrf/cam3.wrf"
 
362
data            "wrf/audio.wrf"
 
363
data            "wrf/piestats.wrf"
 
364
data            "wrf/stats.wrf"
 
365
data            "wrf/cam3res.wrf"
 
366
 
 
367
camstart        CAM_3A
 
368
dataset         CAM_3
 
369
game            "wrf/cam3/cam3a.gam"
 
370
data            "wrf/cam3/cam3a.wrf"
 
371
 
 
372
camchange       CAM_3A
 
373
dataset         CAM_2
 
374
data            "wrf/cam3/cam3change.wrf"
 
375
game            "wrf/cam3/cam3a.gam"
 
376
data            "wrf/cam3/cam3a.wrf"
 
377
 
 
378
between         SUB_3_1S
 
379
dataset         CAM_3
 
380
data            "wrf/cam3/sub3-1s.wrf"
 
381
 
 
382
miss_keep_limbo SUB_3_1
 
383
dataset         CAM_3
 
384
game            "wrf/cam3/sub3-1.gam"
 
385
data            "wrf/cam3/sub3-1.wrf"
 
386
 
 
387
expand          CAM_3B
 
388
dataset         CAM_3
 
389
game            "wrf/cam3/cam3b.gam"
 
390
data            "wrf/cam3/cam3b.wrf"
 
391
 
 
392
between         SUB_3_2S
 
393
dataset         CAM_3
 
394
data            "wrf/cam3/sub3-2s.wrf"
 
395
 
 
396
miss_keep       SUB_3_2
 
397
dataset         CAM_3
 
398
game            "wrf/cam3/sub3-2.gam"
 
399
data            "wrf/cam3/sub3-2.wrf"
 
400
 
 
401
expand          CAM3A-B
 
402
dataset         CAM_3
 
403
game            "wrf/cam3/cam3a-b.gam"
 
404
data            "wrf/cam3/cam3ab.wrf"
 
405
 
 
406
/* This level CUT
 
407
between         SUB_3_3S
 
408
dataset         CAM_3
 
409
data            "wrf/cam3/sub3-3s.wrf"
 
410
 
 
411
miss_keep       SUB_3_3
 
412
dataset         CAM_3
 
413
game            "wrf/cam3/sub3-3.gam"
 
414
data            "wrf/cam3/sub3-3.wrf"
 
415
*/
 
416
 
 
417
expand_limbo    CAM3C
 
418
dataset         CAM_3
 
419
game            "wrf/cam3/cam3c.gam"
 
420
data            "wrf/cam3/cam3c.wrf"
 
421
 
 
422
expand          CAM3A-D1
 
423
dataset         CAM_3
 
424
game            "wrf/cam3/cam3d.gam"
 
425
data            "wrf/cam3/cam3ad1.wrf"
 
426
 
 
427
expand          CAM3A-D2
 
428
dataset         CAM_3
 
429
game            "wrf/cam3/cam3ad.gam"
 
430
data            "wrf/cam3/cam3ad2.wrf"
 
431
 
 
432
between         CAM_3_4S
 
433
dataset         CAM_3
 
434
data            "wrf/cam3/sub3-4s.wrf"
 
435
 
 
436
//camstart      CAM_3_4
 
437
//dataset               CAM_3
 
438
//game          "wrf/cam3/cam3-4.gam"
 
439
//data          "wrf/cam3/sub3-4.wrf"
 
440
 
 
441
miss_keep       CAM_3_4
 
442
dataset         CAM_3
 
443
game            "wrf/cam3/cam3-4.gam"
 
444
data            "wrf/cam3/sub3-4.wrf"
 
445
 
 
446
 
 
447
/********************************************************/
 
448
/* fast play                                            */
 
449
 
 
450
camstart        FASTPLAY
 
451
dataset         CAM_1
 
452
//game          "wrf/FastPlay/fastplay.gam"
 
453
//data          "wrf/FastPlay/fastplay.wrf"
 
454
//changed for demo!
 
455
game            "wrf/fastplay/fastdemo.gam"
 
456
data            "wrf/fastplay/fastdemo.wrf"
 
457
 
 
458
between         SUBDEMO_START
 
459
dataset         CAM_1
 
460
data            "wrf/fastplay/subdemos.wrf"
 
461
 
 
462
miss_keep       SUBDEMO
 
463
dataset         CAM_1
 
464
game            "wrf/fastplay/subdemo.gam"
 
465
data            "wrf/fastplay/subdemo.wrf"