File: gamedesc.lev

package info (click to toggle)
warzone2100 4.5.5deb-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 663,948 kB
  • sloc: cpp: 571,642; ansic: 363,071; javascript: 78,573; python: 11,638; php: 4,182; sh: 3,335; makefile: 1,711; lisp: 1,540; cs: 489; perl: 224; xml: 222; ruby: 156; java: 89
file content (332 lines) | stat: -rw-r--r-- 6,188 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
/*
 * GameDesc.lev
 *
 * Level data descriptions
 */


/******************************************************/
/*     Tutorial dataset and levels                  */

campaign	CAM_TUT3
data		"wrf/vidmem3.wrf"
data		"wrf/basic.wrf"
data		"wrf/tut.wrf"
data 		"wrf/audio.wrf"
data		"wrf/tutorial/tutaudio.wrf"
data		"wrf/stats.wrf"
data 		"wrf/camres.wrf"

/* Tutorial Level 3 - Base Building. */
camstart	TUTORIAL3
dataset		CAM_TUT3
game		"wrf/tutorial/newtut.gam"
data		"wrf/tutorial/newtut.wrf"


/******************************************************/
/*     campaign 1 dataset and levels                  */

campaign	CAM_1
data		"wrf/vidmem.wrf"
data		"wrf/basic.wrf"
data		"wrf/cam1.wrf"
data		"wrf/audio.wrf"
data		"wrf/stats.wrf"
data		"wrf/camres.wrf"

/* Campaign 1 now starts with 1A */
camstart	CAM_1A
dataset		CAM_1
game		"wrf/cam1/cam1a.gam"
data		"wrf/cam1/cam1a.wrf"

expand		CAM_1B
dataset		CAM_1
game		"wrf/cam1/cam1b.gam"
data		"wrf/cam1/cam1b.wrf"

between		SUB_1_1S
dataset		CAM_1
data		"wrf/cam1/sub1-1s.wrf"

miss_keep	SUB_1_1
dataset		CAM_1
game		"wrf/cam1/sub1-1.gam"
data		"wrf/cam1/sub1-1.wrf"

between		SUB_1_2S
dataset		CAM_1
data		"wrf/cam1/sub1-2s.wrf"

miss_keep	SUB_1_2
dataset		CAM_1
game		"wrf/cam1/sub1-2.gam"
data		"wrf/cam1/sub1-2.wrf"

between		SUB_1_3S
dataset		CAM_1
data		"wrf/cam1/sub1-3s.wrf"

miss_keep	SUB_1_3
dataset		CAM_1
game		"wrf/cam1/sub1-3.gam"
data		"wrf/cam1/sub1-3.wrf"

expand		CAM_1C
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
game		"wrf/cam1/cam1c.gam"
data		"wrf/cam1/cam1c.wrf"

expand		CAM_1CA
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
game		"wrf/cam1/cam1ca.gam"
data		"wrf/cam1/cam1ca.wrf"

between		SUB_1_4AS
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
data		"wrf/cam1/sub1-4as.wrf"

miss_keep	SUB_1_4A
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
game		"wrf/cam1/sub1-4.gam"
data		"wrf/cam1/sub1-4a.wrf"

between		SUB_1_5S
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
data		"wrf/cam1/sub1-5s.wrf"

miss_keep	SUB_1_5
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
game		"wrf/cam1/sub1-5.gam"
data		"wrf/cam1/sub1-5.wrf"

expand		CAM_1A-C
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
game		"wrf/cam1/cam1ca.gam"
data		"wrf/cam1/cam1a-c.wrf"

between		SUB_1_7S
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
data		"wrf/cam1/sub1-7s.wrf"

miss_keep	SUB_1_7
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
game		"wrf/cam1/sub1-7.gam"
data		"wrf/cam1/sub1-7.wrf"

between		SUB_1_DS
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
data		"wrf/cam1/sub1-ds.wrf"

miss_keep	SUB_1_D
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
game		"wrf/cam1/sub1-d.gam"
data		"wrf/cam1/sub1-d.wrf"

between		CAM_1END
dataset		CAM_1
data		"wrf/cam1/cam1kevlar.wrf"
data		"wrf/cam1/cam1end.wrf"

/******************************************************/
/*     campaign 2 dataset and levels                  */


campaign	CAM_2
data		"wrf/vidmem2.wrf"
data		"wrf/basic.wrf"
data		"wrf/cam2.wrf"
data		"wrf/audio.wrf"
data		"wrf/stats.wrf"
data		"wrf/camres.wrf"

camstart	CAM_2A
dataset		CAM_2
game		"wrf/cam2/cam2start.gam"
data		"wrf/cam2/cam2a.wrf"

camchange	CAM_2A
dataset		CAM_1
data		"wrf/cam2/cam2change.wrf"
game		"wrf/cam2/cam2start.gam"
data		"wrf/cam2/cam2a.wrf"


between		SUB_2_1S
dataset		CAM_2
data		"wrf/cam2/sub2-1s.wrf"

miss_keep	SUB_2_1
dataset		CAM_2
game		"wrf/cam2/sub2-1.gam"
data		"wrf/cam2/sub2-1.wrf"

expand		CAM_2B
dataset		CAM_2
game		"wrf/cam2/cam2b.gam"
data		"wrf/cam2/cam2b.wrf"

between		SUB_2_2S
dataset		CAM_2
data		"wrf/cam2/sub2-2s.wrf"

miss_keep	SUB_2_2
dataset		CAM_2
game		"wrf/cam2/sub2-2.gam"
data		"wrf/cam2/sub2-2.wrf"

expand		CAM_2C
dataset		CAM_2
game		"wrf/cam2/cam2c.gam"
data		"wrf/cam2/cam2c.wrf"

expand		CAM_2C2
dataset		CAM_2
game		"wrf/cam2/cam2c2.gam"
data		"wrf/cam2/cam2c2.wrf"

between		SUB_2_5S
dataset		CAM_2
data		"wrf/cam2/sub2-5s.wrf"

miss_keep	SUB_2_5
dataset		CAM_2
game		"wrf/cam2/sub2-5.gam"
data		"wrf/cam2/sub2-5.wrf"

between		SUB_2DS
dataset		CAM_2
data		"wrf/cam2/sub2-ds.wrf"

miss_keep	SUB_2D
dataset		CAM_2
game		"wrf/cam2/sub2-d.gam"
data		"wrf/cam2/sub2-d.wrf"

between		SUB_2_6S
dataset		CAM_2
data		"wrf/cam2/sub2-6s.wrf"

miss_keep	SUB_2_6
dataset		CAM_2
game		"wrf/cam2/sub2-6.gam"
data		"wrf/cam2/sub2-6.wrf"

between		SUB_2_7S
dataset		CAM_2
data		"wrf/cam2/sub2-7s.wrf"

miss_keep	SUB_2_7
dataset		CAM_2
game		"wrf/cam2/sub2-7.gam"
data		"wrf/cam2/sub2-7.wrf"

between		SUB_2_8S
dataset		CAM_2
data		"wrf/cam2/sub2-8s.wrf"

miss_keep	SUB_2_8
dataset		CAM_2
game		"wrf/cam2/sub2-8.gam"
data		"wrf/cam2/sub2-8.wrf"

between		CAM_2END
dataset		CAM_2
data		"wrf/cam2/cam2end.wrf"


/******************************************************/
/*     campaign 3 dataset and levels                  */


campaign	CAM_3
data		"wrf/vidmem3.wrf"
data		"wrf/basic.wrf"
data		"wrf/cam3.wrf"
data		"wrf/audio.wrf"
data		"wrf/stats.wrf"
data		"wrf/camres.wrf"

camstart	CAM_3A
dataset		CAM_3
game		"wrf/cam3/cam3a.gam"
data		"wrf/cam3/cam3a.wrf"

camchange	CAM_3A
dataset		CAM_2
data		"wrf/cam3/cam3change.wrf"
game		"wrf/cam3/cam3a.gam"
data		"wrf/cam3/cam3a.wrf"

between		SUB_3_1S
dataset		CAM_3
data		"wrf/cam3/sub3-1s.wrf"

miss_keep_limbo	SUB_3_1
dataset		CAM_3
game		"wrf/cam3/sub3-1.gam"
data		"wrf/cam3/sub3-1.wrf"

expand		CAM_3B
dataset		CAM_3
game		"wrf/cam3/cam3b.gam"
data		"wrf/cam3/cam3b.wrf"

between		SUB_3_2S
dataset		CAM_3
data		"wrf/cam3/sub3-2s.wrf"

miss_keep	SUB_3_2
dataset		CAM_3
game		"wrf/cam3/sub3-2.gam"
data		"wrf/cam3/sub3-2.wrf"

expand		CAM3A-B
dataset		CAM_3
game		"wrf/cam3/cam3a-b.gam"
data		"wrf/cam3/cam3ab.wrf"

expand_limbo	CAM3C
dataset		CAM_3
game		"wrf/cam3/cam3c.gam"
data		"wrf/cam3/cam3c.wrf"

expand		CAM3A-D1
dataset		CAM_3
game		"wrf/cam3/cam3d.gam"
data		"wrf/cam3/cam3ad1.wrf"

expand		CAM3A-D2
dataset		CAM_3
game		"wrf/cam3/cam3ad.gam"
data		"wrf/cam3/cam3ad2.wrf"

between		CAM_3_4S
dataset		CAM_3
data		"wrf/cam3/sub3-4s.wrf"

miss_keep	CAM_3_4
dataset		CAM_3
game		"wrf/cam3/cam3-4.gam"
data		"wrf/cam3/sub3-4.wrf"


/********************************************************/
/* fast play 						*/

camstart	FASTPLAY
dataset		CAM_1
game		"wrf/fastplay/fastdemo.gam"
data		"wrf/fastplay/fastdemo.wrf"