Subversion Repositories duke3d_hrp

Rev

Rev 29 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 plagman 1
 
2
// Textures for Duke3D HRP
3
 
4
// Tiles000
5
 
30 loomsday 6
texture 0 {
7
   pal 0 { file "highres/textures/0000.png" }
8
   normal { file "highres/textures/0000_n.png" parallaxbias 0 parallaxscale 0.05 }
9
   specular { file "highres/textures/0000_s.png" }
10
}   
1 plagman 11
 
12
texture 62 { pal 0 { file "highres/textures/0062.png" } }
13
texture 63 { pal 0 { file "highres/textures/0063.png" } }
14
texture 64 { pal 0 { file "highres/textures/0064.png" } }
15
 
16
texture 70 { 
17
   pal 0 { file "highres/textures/0070.png" }
18
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.3 } 
19
}
20
 
21
texture 81 { pal 0 { file "highres/textures/0081.jpg" } }
22
texture 85 { pal 0 { file "highres/textures/0085.png" } }
23
texture 86 { pal 0 { file "highres/textures/0086.png" } }
24
texture 87 { pal 0 { file "highres/textures/0087.png" } }
25
texture 88 { pal 0 { file "highres/textures/0088.jpg" } }
26
 
27
texture 90 { pal 0 { file "highres/textures/0090.jpg" } }
28
texture 98 { pal 0 { file "highres/textures/0098.png" } }
29
 
30
 
31
texture 120 {
32
   pal 0 { file "highres/textures/0120.png" specpower 25 specfactor 1 }
33
   normal { file "highres/textures/0120_n.png" parallaxbias 0 parallaxscale 0.1 }
34
   specular { file "highres/textures/0120_s.png" }
35
   glow { file "highres/textures/0120_g.png" }
36
}
37
texture 121 {
38
   pal 0 { file "highres/textures/0121.png" specpower 25 specfactor 1 }
39
   normal { file "highres/textures/0121_n.png" parallaxbias 0 parallaxscale 0.1 }
40
   specular { file "highres/textures/0121_s.png" }
41
}
42
texture 122 { pal 0 { file "highres/textures/0122.png" } }
43
texture 123 { pal 0 { file "highres/textures/0123.png" } }
44
texture 124 { pal 0 { file "highres/textures/0124.png" } }
45
texture 125 { pal 0 { file "highres/textures/0125.png" } }
46
texture 126 { pal 0 { file "highres/textures/0126.png" } }
47
texture 127 { pal 0 { file "highres/textures/0127.png" } }
48
texture 128 { pal 0 { file "highres/textures/0128.png" } }
49
 
50
texture 150 { 
51
   pal 0 { file "highres/textures/0150.png" }
52
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
53
}
54
texture 151 { 
8 parkar 55
   pal 0 { file "highres/textures/0151_d.png" specularpower 10 specularfactor 0.6 }
1 plagman 56
   normal { file "highres/textures/0151_n.png" parallaxbias 0.05 parallaxscale 0.06 }
57
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
58
}
59
texture 152 { 
60
   pal 0 { file "highres/textures/0152.jpg" }
61
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.6 }
62
}
63
texture 153 { 
64
   pal 0 { file "highres/textures/0153.jpg" }
65
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
66
}
67
texture 154 { 
68
   pal 0 { file "highres/textures/0154.jpg" }
69
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.6 }
70
}
71
texture 155 { 
72
   pal 0 { file "highres/textures/0155.jpg" }
73
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.6 }
74
}
75
texture 156 { 
76
   pal 0 { file "highres/textures/0156.png" }
77
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.3 }
78
}
79
texture 157 { 
80
   pal 0 { file "highres/textures/0157.png" }
81
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.3 }
82
}
83
texture 158 { 
84
   pal 0 { file "highres/textures/0158.jpg" }
85
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
86
}
87
texture 159 {
88
   pal 0 { file "highres/textures/0159.jpg" }
89
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.3 }
90
}
91
 
92
texture 161 {
93
   pal 0 { file "highres/textures/0161.png" }
94
   detail { file "highres/detail/metal.png" xscale 1.6 yscale 0.8 }
95
}
96
 
97
texture 181 {
98
   pal 0 { file "highres/textures/0181.jpg" }
99
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
100
}
101
texture 182 {
102
   pal 0 { file "highres/textures/0182.png" }
29 loomsday 103
   normal { file "highres/textures/0182_n.png" parallaxbias 0.002 parallaxscale 0.04 }
104
   specular { file "highres/textures/0182_s.png" }
1 plagman 105
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.6 }
106
}
107
texture 183 {
108
   pal 0 { file "highres/textures/0183.png" }
26 loomsday 109
   normal { file "highres/textures/0183_n.png" parallaxbias 0.002 parallaxscale 0.04 }
110
   specular { file "highres/textures/0183_s.png" }
1 plagman 111
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.6 }
112
}
113
texture 184 {
114
   pal 0 { file "highres/textures/0184.png" }
115
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
116
}
117
texture 186 {
20 nightfrigh 118
   pal 0 { file "highres/textures/0186.jpg" }
119
   // pal 0 { file "highres/textures/0186_d.png" specpower 20 specfactor 1 }
120
   // normal { file "highres/textures/0186_n.png" parallaxbias 0.002 parallaxscale 0.04 }
121
   // specular { file "highres/textures/0186_s.png" }
1 plagman 122
   detail { file "highres/detail/paint.png" xscale 0.4 yscale 0.4 }
123
}
124
texture 187 {
125
   pal 0 { file "highres/textures/0187.jpg" }
126
   detail { file "highres/detail/paint.png" xscale 0.4 yscale 0.4 }
127
}
128
texture 188 {
129
   pal 0 { file "highres/textures/0188.jpg" }
130
   detail { file "highres/detail/paint.png" xscale 0.4 yscale 0.4 }
131
}
132
texture 189 {
133
   pal 0 { file "highres/textures/0189.jpg" }
134
   detail { file "highres/detail/paint.png" xscale 0.4 yscale 0.4 }
135
}
136
 
137
texture 190 {
138
   pal 0 { file "highres/textures/0190.jpg" }
10 parkar 139
   detail { file "highres/detail/paint.png" xscale 0.4 yscale 0.4 }
1 plagman 140
}
141
texture 191 {
7 parkar 142
   pal 0 { file "highres/textures/0191_d.png" xscale 2.0 yscale 2.0 specpower 25 specfactor 1.5 }
1 plagman 143
   normal { file "highres/textures/0191_n.png" parallaxbias 0.005 parallaxscale 0.01 }
144
   detail { file "highres/detail/paint.png" xscale 0.9 yscale 0.9 }
145
}
146
texture 192 {
147
   pal 0 { file "highres/textures/0192.jpg" }
148
   detail { file "highres/detail/paint.png" xscale 0.4 yscale 0.4 }
149
}
150
texture 193 {
151
   pal 0 { file "highres/textures/0193.png" }
152
   detail { file "highres/detail/marble.png" xscale 0.7 yscale 0.3 }
153
}
154
texture 194 {
155
   pal 0 { file "highres/textures/0194.jpg" }
156
   detail { file "highres/detail/marble.png" xscale 0.7 yscale 0.3 }
157
}
158
texture 195 {
159
   pal 0 { file "highres/textures/0195.png" }
160
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
161
}
162
texture 196 {
163
   pal 0 { file "highres/textures/0196.png" }
164
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.6 }
165
}
166
texture 197 {
167
   pal 0 { file "highres/textures/0197.png" }
168
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
169
}
170
texture 198 { pal 0 { file "highres/textures/0504.png" } } // same as 504
20 nightfrigh 171
texture 199 { 
172
   pal 0 { file "highres/textures/0199.png" }
173
   pal 12 { file "highres/textures/0199_12.png" }
174
}
1 plagman 175
 
176
texture 200 { 
177
   pal 0 { file "highres/textures/0200.jpg" }
12 parkar 178
   normal { file "highres/textures/0200_n.png" parallaxbias 0.02 parallaxscale 0.03 }
1 plagman 179
}
180
texture 201 { 
181
   pal 0 { file "highres/textures/0201.jpg" }
12 parkar 182
   normal { file "highres/textures/0201_n.png" parallaxbias 0.02 parallaxscale 0.03 }
1 plagman 183
}
184
texture 202 {
185
   pal 0 { file "highres/textures/0202.jpg" }
12 parkar 186
   normal { file "highres/textures/0202_n.png" parallaxbias 0.02 parallaxscale 0.03 }
1 plagman 187
}
188
texture 203 {
189
   pal 0 { file "highres/textures/0203.jpg" }
190
   normal { file "highres/textures/0203_n.png" }
191
}
192
texture 204 {
193
   pal 0 { file "highres/textures/0204.png" }
194
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.6 }  //x
195
}
196
texture 205 {
197
   pal 0 { file "highres/textures/0205.png" xscale 2.0 }
198
   detail { file "highres/detail/metal.png" xscale 1.2 yscale 0.3 }
199
}
200
texture 206 {
201
   pal 0 { file "highres/textures/0206.png" }
202
   detail { file "highres/detail/metal_fine.png" xscale 1.36 yscale 0.17 }
203
}
204
texture 207 {
205
   pal 0 { file "highres/textures/0207.png" xscale 2.0 }
206
   pal 10 { file "highres/textures/0207_10.png" xscale 2.0 }
18 nightfrigh 207
   pal 14 { file "highres/textures/0207_14.png" xscale 2.0 }
208
   pal 16 { file "highres/textures/0207_16.png" xscale 2.0 }
1 plagman 209
   detail { file "highres/detail/metal_fine.png" xscale 0.68 yscale 0.17 }
210
}
211
texture 208 {
212
   pal 0 { file "highres/textures/0208.png" }
213
   detail { file "highres/detail/metal_fine.png" xscale 1.36 yscale 0.17 }
214
}
215
texture 209 {
216
   pal 0 { file "highres/textures/0209.png" xscale 2.0 }
217
   detail { file "highres/detail/metal_fine.png" xscale 0.68 yscale 0.17 }
218
}
219
 
220
texture 210 {
221
   pal 0 { file "highres/textures/0210.png" }
222
}
223
texture 211 {
224
   pal 0 { file "highres/textures/0211.png" }
225
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.6 }
226
}
227
texture 212 {
228
   pal 0 { file "highres/textures/0212.png" xscale 2.0 }
229
   detail { file "highres/detail/metal_fine.png" xscale 0.68 yscale 0.17 }
230
}
231
texture 213 {
232
   pal 0 { file "highres/textures/0213.png" }
233
   detail { file "highres/detail/metal_fine.png" xscale 1.36 yscale 0.17 }
234
}
235
texture 214 {
236
   pal 0 { file "highres/textures/0214.png" xscale 2.0 }
237
   detail { file "highres/detail/metal_fine.png" xscale 0.68 yscale 0.17 }
238
}
239
texture 215 {
240
   pal 0 { file "highres/textures/0215.png" xscale 2.0 }
241
   detail { file "highres/detail/metal_fine.png" xscale 0.68 yscale 0.17 }
242
}
243
texture 216 {
244
   pal 0 { file "highres/textures/0216.png" }
245
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.6 }
246
}
247
texture 217 {
248
   pal 0 { file "highres/textures/0217.png" }
249
   detail { file "highres/detail/paint.png" xscale 6.4 yscale 0.4 }
250
}
251
texture 218 {
252
   pal 0 { file "highres/textures/0218.png" xscale 2.0 }
253
   detail { file "highres/detail/metal.png" xscale 1.2 yscale 0.3 }
254
}
255
 
256
texture 220 {
257
   pal 0 { file "highres/textures/0220.png" }
258
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
259
}
260
texture 221 {
261
   pal 0 { file "highres/textures/0221.png" }
262
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
263
}
264
texture 222 {
265
   pal 0 { file "highres/textures/0222.png" }
266
   normal { file "highres/textures/0222_n.png" }
267
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
268
}
269
texture 223 {
270
   pal 0 { file "highres/textures/0223.png" }
271
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
272
}
273
texture 224 {
274
   pal 0 { file "highres/textures/0224.png" }
25 loomsday 275
   normal { file "highres/textures/0224_n.png" parallaxbias 0.02 parallaxscale 0.03 }
276
   specular { file "highres/textures/0224_s.png" }
1 plagman 277
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
278
}
279
texture 225 {
280
   pal 0 { file "highres/textures/0225.png" }
281
}
282
texture 226 {
283
   pal 0 { file "highres/textures/0226.png" }
284
   detail { file "highres/detail/metal.png" xscale 0.5 yscale 0.15 }
285
}
286
texture 227 {
287
   pal 0 { file "highres/textures/0227.png" }
288
   detail { file "highres/detail/metal.png" xscale 0.5 yscale 0.15 }
289
}
290
texture 228 {
291
   pal 0 { file "highres/textures/0228.png" }
292
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
293
}
294
texture 229 {
295
   pal 0 { file "highres/textures/0229.png" }
296
}
297
 
298
texture 231 {
299
   pal 0 { file "highres/textures/0231.png" }
300
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
301
}
302
texture 232 {
303
   pal 0 { file "highres/textures/0232.png" }
304
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
305
}
306
texture 233 {
307
   pal 0 { file "highres/textures/0233.png" }
308
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.15 }
309
}
310
texture 234 {
311
   pal 0 { file "highres/textures/0234.png" }
312
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.15 }
313
}
314
texture 235 {
315
   pal 0 { file "highres/textures/0235.png" }
316
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.15 }
317
}
318
texture 236 {
319
   pal 0 { file "highres/textures/0236.png" }
320
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.15 }
321
}
322
texture 237 {
323
   pal 0 { file "highres/textures/0237.png" }
324
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.15 }
325
}
326
texture 238 {
327
   pal 0 { file "highres/textures/0238.jpg" specpower 5 specfactor 0.5 }
328
   normal { file "highres/textures/0238_n.png" parallaxbias 0.02 parallaxscale 0.06 }
329
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.15 }
330
}
331
texture 239 {
332
   pal 0 { file "highres/textures/0239.jpg" parallaxbias 0.02 parallaxscale 0.06 }
333
   normal { file "highres/textures/0239_n.png" }
334
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
335
}
336
 
337
texture 240 {
338
   pal 0 { file "highres/textures/0240.png" xscale 1.5 yscale 1.5 }
339
   normal { file "highres/textures/0240_n.png" parallaxbias 0.04 parallaxscale 0.02  }
340
   detail { file "highres/detail/rock.png" xscale 0.15 yscale 0.15 }
341
}
342
texture 241 {
343
   pal 0 { file "highres/textures/0241.png" }
344
   normal { file "highres/textures/0241_n.png" }
345
   detail { file "highres/detail/sand.png" xscale 0.3 yscale 0.3 }
346
}
347
texture 242 {
348
   pal 0 { file "highres/textures/0242.png" }
349
   detail { file "highres/detail/metal.png" xscale 0.2 yscale 0.2 }
350
}
351
texture 243 {
352
   pal 0 { file "highres/textures/0243.png" }
18 nightfrigh 353
   pal 17 { file "highres/textures/0243_17.png" }
1 plagman 354
   detail { file "highres/detail/rust.png" xscale 0.3 yscale 0.3 }
355
}
356
texture 245 {
357
   pal 0 { file "highres/textures/0245.png" }
358
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.15 }
359
}
360
texture 246 {
361
   pal 0 { file "highres/textures/0246.png" }
362
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
363
}
364
texture 247 { pal 0 { file "highres/textures/0247.png" } }
365
texture 248 {
366
   pal 0 { file "highres/textures/0248.png" }
367
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.15 }
368
}
369
texture 249 {
370
   pal 0 { file "highres/textures/0249.png" }
371
   detail { file "highres/detail/alien_paint_1.png" xscale 0.3 yscale 0.15 }
372
}
373
 
374
texture 250 {
375
   pal 0 { file "highres/textures/0250.png" }
376
   detail { file "highres/detail/alien_paint_0.png" xscale 0.3 yscale 0.15 }
377
}
378
texture 251 {
379
   pal 0 { file "highres/textures/0251.png" }
380
   pal 10 { file "highres/textures/0251_10.png" }
381
   pal 11 { file "highres/textures/0251_11.png" }
382
   pal 22 { file "highres/textures/0251_11.png" }
383
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
384
}
385
texture 252 {
386
   pal 0 { file "highres/textures/0252.png" }
387
   pal 10 { file "highres/textures/0252_10.png" }
388
   pal 11 { file "highres/textures/0252_11.png" }
389
   pal 22 { file "highres/textures/0252_11.png" }
390
   detail { file "highres/detail/metal.png" xscale 1.2 yscale 0.15 }
391
}
392
texture 253 {
393
   pal 0 { file "highres/textures/0253.png" }
394
   detail { file "highres/detail/metal.png" xscale 1.2 yscale 0.15 }
395
}
396
texture 254 { pal 0 { file "highres/textures/0254.png" }
397
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
398
}
399
 
400
// Tiles001
401
 
402
texture 257 {
403
   pal 0 { file "highres/textures/0257.png" }
404
   detail { file "highres/detail/metal.png" xscale 1.2 yscale 0.15 }
405
}
406
texture 258 {
407
   pal 0 { file "highres/textures/0258.png" }
408
   detail { file "highres/detail/metal_fine.png" xscale 1.2 yscale 0.15 }
409
   glow { file "highres/textures/0258_g.png" }
410
}
411
texture 259 {
412
   pal 0 { file "highres/textures/0259.png" }
413
   detail { file "highres/detail/concrete8.png" xscale 0.6 yscale 0.15 }
414
}
415
 
416
texture 260 {
417
   pal 0 { file "highres/textures/0260.jpg" }
418
   pal 21 { file "highres/textures/0260_21.jpg" }
419
}
420
texture 261 {
421
   pal 0 { file "highres/textures/0261.jpg" }
422
   pal 21 { file "highres/textures/0261_21.jpg" }
423
}
424
texture 262 {
425
   pal 0 { file "highres/textures/0262.jpg" }
426
   pal 21 { file "highres/textures/0262_21.jpg" }
427
}
428
texture 263 { pal 0 { file "highres/textures/0263.jpg" } }
429
texture 264 { pal 0 { file "highres/textures/0264.jpg" } }
430
texture 265 { pal 0 { file "highres/textures/0265.jpg" } }
431
texture 266 { pal 0 { file "highres/textures/0266.jpg" } }
432
texture 267 { pal 0 { file "highres/textures/0267.jpg" } }
433
texture 268 { pal 0 { file "highres/textures/0268.jpg" } }
434
texture 269 { pal 0 { file "highres/textures/0269.jpg" } }
435
texture 270 { pal 0 { file "highres/textures/0270.jpg" } }
436
 
437
texture 271 { pal 0 { file "highres/textures/0271.jpg" } }
438
texture 272 { pal 0 { file "highres/textures/0272.jpg" } }
439
texture 273 { pal 0 { file "highres/textures/0273.jpg" } }
440
texture 274 { pal 0 { file "highres/textures/0274.jpg" } }
441
texture 275 { pal 0 { file "highres/textures/0275.jpg" } }
442
texture 276 {
443
   pal 0 { file "highres/textures/0276.png" }
444
   pal 2 { file "highres/textures/0276_2.png" }
445
}
446
texture 278 { 
447
   pal 0 { file "highres/textures/0278.png" } 
448
   detail { file "highres/detail/metal_worn.png" xscale 0.6 yscale 0.3 }
449
}
450
 
451
texture 283 {
452
   pal 0 { file "highres/textures/0283.jpg" }
453
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
454
}
455
texture 284 {
456
   pal 0 { file "highres/textures/0284.jpg" }
457
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
458
}
459
texture 285 {
460
   pal 0 { file "highres/textures/0285.png" }
461
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
462
}
463
texture 286 {
464
   pal 0 { file "highres/textures/0286.png" }
465
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
466
}
467
texture 287 { pal 0 { file "highres/textures/0287.png" } }
468
texture 288 {
469
   pal 0 { file "highres/textures/0288.jpg" }
470
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
471
}
472
texture 289 {
473
   pal 0 { file "highres/textures/0289.jpg" }
474
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
475
}
476
 
477
texture 290 {
478
   pal 0 { file "highres/textures/0290.jpg" }
479
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
480
}
481
texture 291 {
482
   pal 0 { file "highres/textures/0291.jpg" }
483
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
484
}
485
texture 292 {
486
   pal 0 { file "highres/textures/0292.png" }
487
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.6 }
488
}
489
texture 293 { pal 0 { file "highres/textures/0293.png" } }
490
texture 294 {
491
   pal 0 { file "highres/textures/0294.png" }
492
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
493
   glow { file "highres/textures/0294_g.png" }
494
}
495
texture 295 {
496
   pal 0 { file "highres/textures/0295.png" }
497
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
498
   glow { file "highres/textures/0295_g.png" }
499
}
500
texture 296 {
501
   pal 0 { file "highres/textures/0296.png" }
502
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
503
   glow { file "highres/textures/0296_g.png" }
504
}
505
texture 297 { pal 0 { file "highres/textures/0297.png" } }
506
texture 298 { pal 0 { file "highres/textures/0298.png" } }
507
texture 299 { pal 0 { file "highres/textures/0299.png" } }
508
 
509
 
510
texture 300 { pal 0 { file "highres/textures/0300.png" } }
511
texture 301 { pal 0 { file "highres/textures/0301.png" } }
512
texture 302 { pal 0 { file "highres/textures/0302.png" } }
513
texture 303 { pal 0 { file "highres/textures/0303.png" } }
514
texture 304 { 
515
   pal 0 { file "highres/textures/0304.png" } 
516
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.6 }
517
}
518
texture 305 { pal 0 { file "highres/textures/0305.png" } }
519
texture 306 { pal 0 { file "highres/textures/0306.png" } }
520
texture 307 { pal 0 { file "highres/textures/0307.png" } }
521
texture 309 {
522
   pal 0 { file "highres/textures/0309.png" }
523
   detail { file "highres/detail/metal.png" xscale 0.5 yscale 0.4 }
524
   glow { file "highres/textures/0309_g.png" }
525
}
526
 
527
texture 310 { pal 0 { file "highres/textures/0310.png" } }
528
texture 311 {
529
   pal 0 { file "highres/textures/0311.png" }
530
   detail { file "highres/detail/metal_worn.png" xscale 0.6 yscale 0.6 }
531
}
532
texture 312 {
7 parkar 533
   pal 0 { file "highres/textures/0312_d.png" }
1 plagman 534
   normal { file "highres/textures/0312_n.png" parallaxbias 0.01 parallaxscale 0.02 }
535
   detail { file "highres/detail/metal_worn.png" xscale 0.1 yscale 0.1 }
536
}
537
texture 313 {
18 nightfrigh 538
   pal 0 { file "highres/textures/0313.png" }
539
   // pal 0 { file "highres/textures/0313_d.png" specpower 4.0 specfactor 1.5 }
540
   // normal { file "highres/textures/0313_n.png" parallaxbias 0.0 parallaxscale 0.0 }
541
   // specular { file "highres/textures/0313_s.png" }
542
   // glow { file "highres/textures/0313_g.png" }
1 plagman 543
   detail { file "highres/detail/metal_worn.png" xscale 0.1 yscale 0.1 }
544
}
545
texture 314 {
546
   pal 0 { file "highres/textures/0314.png" }
547
   detail { file "highres/detail/metal_worn.png" xscale 0.1 yscale 0.1 }
548
}
549
texture 315 {
550
   pal 0 { file "highres/textures/0315.png" }
551
   detail { file "highres/detail/metal_worn.png" xscale 0.075 yscale 0.075 }
552
}
553
texture 317 {
554
   pal 0 { file "highres/textures/0317.png" }
555
   detail { file "highres/detail/metal_worn.png" xscale 0.6 yscale 0.6 }
556
}
557
texture 318 {
558
   pal 0 { file "highres/textures/0318.png" }
559
   detail { file "highres/detail/metal_worn.png" xscale 0.6 yscale 0.6 }
560
}
561
 
562
texture 322 {
563
   pal 0 { file "highres/textures/0322.png" }
564
   detail { file "highres/detail/metal_worn.png" xscale 0.6 yscale 0.6 }
565
}
566
texture 325 {
567
   pal 0 { file "highres/textures/0325.png" }
568
   detail { file "highres/detail/metal_worn.png" xscale 0.3 yscale 0.3 }
569
}
570
texture 326 {
571
   pal 0 { file "highres/textures/0326.png" }
572
   detail { file "highres/detail/metal_worn.png" xscale 0.3 yscale 0.3 }
573
}
574
texture 327 {
575
   pal 0 { file "highres/textures/0327.png" }
576
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
577
}
578
texture 329 {
579
   pal 0 { file "highres/textures/0329.png" }
580
   glow { file "highres/textures/0329_g.png" }
581
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
582
}
583
 
584
texture 330 {
585
   pal 0 { file "highres/textures/0330.png" }
586
   glow { file "highres/textures/0330_g.png" }
587
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
588
}
589
texture 331 { pal 0 { file "highres/textures/0331.png" } }
590
texture 332 {
591
   pal 0 { file "highres/textures/0332.jpg" }
18 nightfrigh 592
   pal 24 { file "highres/textures/0332_24.png" }
1 plagman 593
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
594
}
595
texture 333 {
596
   pal 0 { file "highres/textures/0333.png" }
597
   detail { file "highres/detail/alien_metal_1.png" xscale 0.3 yscale 0.15 }
598
}
599
texture 334 {
600
   pal 0 { file "highres/textures/0334.png" }
601
   detail { file "highres/detail/alien_metal_0.png" xscale 0.3 yscale 0.15 }
602
}
603
texture 335 {
604
   pal 0 { file "highres/textures/0335.png" }
605
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
606
}
607
texture 336 {
608
   pal 0 { file "highres/textures/0336.jpg" specpower 20 specfactor 2.5 }
609
   pal 2 { file "highres/textures/0336_2.jpg" }
610
   pal 21 { file "highres/textures/0336_2.jpg" }
12 parkar 611
   normal { file "highres/textures/0336_n.png" parallaxbias 0.3 parallaxscale 0.1 }
1 plagman 612
}
613
texture 337 {
614
   pal 0 { file "highres/textures/0337.jpg" specpower 20 specfactor 2.5 }
615
   pal 2 { file "highres/textures/0337_2.jpg" }
616
   pal 21 { file "highres/textures/0337_2.jpg" }
12 parkar 617
   normal { file "highres/textures/0337_n.png" parallaxbias 0.3 parallaxscale 0.1 }
1 plagman 618
}
619
texture 338 {
620
   pal 0 { file "highres/textures/0338.jpg"  specpower 20 specfactor 2.5 }
621
   pal 2 { file "highres/textures/0338_2.jpg" }
622
   pal 21 { file "highres/textures/0338_2.jpg" }
12 parkar 623
   normal { file "highres/textures/0338_n.png" parallaxbias 0.3 parallaxscale 0.1 }
1 plagman 624
}
625
 
626
texture 340 {
627
   pal 0 { file "highres/textures/0340.png" }
628
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
629
}
630
texture 341 {
631
   pal 0 { file "highres/textures/0341.png" }
22 nightfrigh 632
   normal { file "highres/textures/0341_n.png" parallaxbias 0 parallaxscale 0.06 }
1 plagman 633
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
634
}
635
texture 342 {
636
   pal 0 { file "highres/textures/0342.png" }
22 nightfrigh 637
   normal { file "highres/textures/0342_n.png" parallaxbias 0 parallaxscale 0.06 }
1 plagman 638
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
639
}
640
texture 343 {
641
   pal 0 { file "highres/textures/0343.png" }
22 nightfrigh 642
   normal { file "highres/textures/0343_n.png" parallaxbias 0 parallaxscale 0.06 }
1 plagman 643
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
644
}
645
texture 344 {
646
   pal 0 { file "highres/textures/0344.png" }
647
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
648
}
649
texture 345 {
650
   pal 0 { file "highres/textures/0345.png" }
651
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
652
}
653
texture 346 {
654
   pal 0 { file "highres/textures/0346.png" }
655
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
656
}
657
texture 347 {
658
   pal 0 { file "highres/textures/0347.png" }
659
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
660
}
661
texture 348 {
662
   pal 0 { file "highres/textures/0348.png" }
663
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
664
}
665
texture 349 {
666
   pal 0 { file "highres/textures/0349.png" }
667
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
668
}
669
 
670
texture 350 {
671
   pal 0 { file "highres/textures/0350.png" }
672
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
673
}
674
texture 352 {
675
   pal 0 { file "highres/textures/0352.png" }
676
   detail { file "highres/detail/rust.png" xscale 0.3 yscale 0.3 }
677
}
678
texture 353 {
679
   pal 0 { file "highres/textures/0353.png" }
680
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
681
}
682
texture 354 {
683
   pal 0 { file "highres/textures/0354.png" }
684
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.3 }
685
}
686
texture 355 {
687
   pal 0 { file "highres/textures/0355.png" }
688
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.6 }
689
}
690
texture 357 { pal 0 { file "highres/textures/0357.jpg" } }
691
texture 358 { pal 0 { file "highres/textures/0358.jpg" } }
692
texture 359 { pal 0 { file "highres/textures/0359.jpg" } }
693
 
694
texture 360 { pal 0 { file "highres/textures/0360.png" } }
695
texture 361 { pal 0 { file "highres/textures/0361.png" } }
696
texture 362 { pal 0 { file "highres/textures/0362.png" } }
697
texture 363 { pal 0 { file "highres/textures/0363.png" } }
698
texture 365 {
699
   pal 0 { file "highres/textures/0365.png" }
18 nightfrigh 700
   pal 7 { file "highres/textures/0365_7.png" }
1 plagman 701
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
702
}
703
texture 366 {
704
   pal 0 { file "highres/textures/0366.png" }
18 nightfrigh 705
   pal 7 { file "highres/textures/0366_7.png" }
1 plagman 706
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
707
}
708
texture 367 {
709
   pal 0 { file "highres/textures/0367.png" }
710
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
711
}
712
texture 368 {
713
   pal 0 { file "highres/textures/0368.png" }
714
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
715
}
716
texture 369 {
717
   pal 0 { file "highres/textures/0369.png" }
718
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
719
}
720
 
721
texture 370 {
722
   pal 0 { file "highres/textures/0370.jpg" }
21 nightfrigh 723
   pal 7 { file "highres/textures/0370_7.png" }
1 plagman 724
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.3 }
725
}
726
texture 371 {
727
   pal 0 { file "highres/textures/0371.png" }
728
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
729
}
730
texture 372 {
731
   pal 0 { file "highres/textures/0372.png" }
732
   normal { file "highres/textures/0372_n.png" }
733
   detail { file "highres/detail/metal_worn.png" xscale 0.3 yscale 0.3 }
734
}
735
texture 373 {
736
   pal 0 { file "highres/textures/0373.png" }
737
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
738
}
739
texture 374 {
740
   pal 0 { file "highres/textures/0374.png" }
741
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
742
}
743
texture 375 {
744
   pal 0 { file "highres/textures/0375.png" }
745
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
746
}
747
texture 376 {
748
   pal 0 { file "highres/textures/0376.png" }
749
   detail { file "highres/detail/metal_worn.png" xscale 0.3 yscale 0.3 }
750
}
751
texture 377 {
752
   pal 0 { file "highres/textures/0377.png" }
753
   detail { file "highres/detail/metal_worn.png" xscale 0.3 yscale 0.3 }
754
}
755
texture 378 {
756
   pal 0 { file "highres/textures/0378.png" }
757
}
758
texture 379 {
759
   pal 0 { file "highres/textures/0379.png" }
760
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
761
}
762
 
763
texture 380 {
764
   pal 0 { file "highres/textures/0380.png" }
765
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
766
}
767
texture 381 {
768
   pal 0 { file "highres/textures/0381.png" }
769
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
770
}
771
texture 382 {
772
   pal 0 { file "highres/textures/0382.jpg" }
773
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.6 }
774
}
775
texture 383 {
776
   pal 0 { file "highres/textures/0383.jpg" }
777
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.6 }
778
}
779
texture 384 {
780
   pal 0 { file "highres/textures/0384.png" }
781
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
782
}
783
texture 385 {
784
   pal 0 { file "highres/textures/0385.png" }
785
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
786
}
787
texture 387 {
788
   pal 0 { file "highres/textures/0387.png" }
18 nightfrigh 789
   pal 12 { file "highres/textures/0387_12.png" }
1 plagman 790
   pal 15 { file "highres/textures/0387_15.png" }
21 nightfrigh 791
   pal 18 { file "highres/textures/0387_18.png" }
1 plagman 792
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.15 }
793
}
794
texture 388 {
795
   pal 0 { file "highres/textures/0388.png" }
796
   pal 15 { file "highres/textures/0388_15.png" }
797
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 1.2 }
798
}
799
texture 389 {
800
   pal 0 { file "highres/textures/0389.png" }
801
   pal 15 { file "highres/textures/0389_15.png" }
802
   pal 21 { file "highres/textures/0389_21.png" }
803
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.15 }
804
}
805
 
806
texture 390 {
807
   pal 0 { file "highres/textures/0390.png" }
808
   pal 15 { file "highres/textures/0390_15.jpg" }
809
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
810
}
811
texture 392 {
812
   pal 0 { file "highres/textures/0392.png" }
18 nightfrigh 813
   pal 17 { file "highres/textures/0392_17.png" }
1 plagman 814
   detail { file "highres/detail/rust.png" xscale 0.15 yscale 0.15 }
815
}
816
texture 393 {
817
   pal 0 { file "highres/textures/0393.png" }
818
   detail { file "highres/detail/rust.png" xscale 1.2 yscale 0.15 }
819
}
820
texture 394 {
821
   pal 0 { file "highres/textures/0394.png" }
822
   detail { file "highres/detail/rust.png" xscale 0.15 yscale 0.15 }
823
}
824
texture 395 {
825
   pal 0 { file "highres/textures/0395.png" }
826
   detail { file "highres/detail/rust.png" xscale 0.15 yscale 0.15 }
827
}
828
texture 396 {
829
   pal 0 { file "highres/textures/0396.png" }
830
   detail { file "highres/detail/rust.png" xscale 0.15 yscale 0.15 }
831
}
832
texture 397 {
833
   pal 0 { file "highres/textures/0397.jpg" }
834
   detail { file "highres/detail/rust.png" xscale 0.15 yscale 0.15 }
835
}
836
texture 398 {
837
   pal 0 { file "highres/textures/0352.png" } // same texture as 352
838
   detail { file "highres/detail/rust.png" xscale 0.3 yscale 0.3 }
839
} 
840
texture 399 {
841
   pal 0 { file "highres/textures/0399.jpg" }
18 nightfrigh 842
   pal 17 { file "highres/textures/0399_17.png" }
1 plagman 843
   detail { file "highres/detail/rust.png" xscale 0.3 yscale 0.15 }
844
}
845
 
10 parkar 846
texture 400 {
847
   pal 0 { file "highres/textures/0400.png" }
848
   detail { file "highres/detail/metal.png" xscale 1.2 yscale 0.2 }
849
}
1 plagman 850
texture 401 { pal 0 { file "highres/textures/0401.png" } }
851
texture 402 {
852
   pal 0 { file "highres/textures/0402.png" }
853
   detail { file "highres/detail/alien_rust_0.png" xscale 0.3 yscale 0.15 }
854
}
855
texture 403 {
856
   pal 0 { file "highres/textures/0403.png" }
857
   detail { file "highres/detail/alien_rust_0.png" xscale 0.15 yscale 0.15 }
858
}
859
texture 405 {
860
   pal 0 { file "highres/textures/0405.png" }
861
   detail { file "highres/detail/alien_rust_0.png" xscale 0.3 yscale 0.15 }
862
}
863
texture 406 {
864
   pal 0 { file "highres/textures/0406.png" }
865
   detail { file "highres/detail/alien_rust_0.png" xscale 0.15 yscale 0.15 }
866
}
867
texture 407 {
868
   pal 0 { file "highres/textures/0407.png" }
869
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
870
}
871
texture 408 {
872
   pal 0 { file "highres/textures/0408.png" }
873
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
874
}
875
texture 409 {
876
   pal 0 { file "highres/textures/0409.png" }
877
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
878
}
879
 
880
texture 410 {
881
   pal 0 { file "highres/textures/0410.png" }
882
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
883
}
884
texture 411 {
885
   pal 0 { file "highres/textures/0411.png" }
886
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
887
}
888
texture 412 {
889
   pal 0 { file "highres/textures/0412.png" }
890
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
891
}
892
texture 413 {
893
   pal 0 { file "highres/textures/0413.png" }
894
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
895
}
896
texture 414 {
897
   pal 0 { file "highres/textures/0414.png" }
898
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
899
}
900
texture 417 {
901
   pal 0 { file "highres/textures/0417.png" }
902
   detail { file "highres/detail/concrete_smooth2.png" xscale 0.3 yscale 0.3 }
903
}
904
texture 419 {
905
   pal 0 { file "highres/textures/0419.png" }
906
   detail { file "highres/detail/rust.png" xscale 0.3 yscale 0.3 }
907
}
908
 
909
texture 420 {
910
   pal 0 { file "highres/textures/0420.png" }
911
   detail { file "highres/detail/rust.png" xscale 0.3 yscale 0.3 }
912
}
913
texture 421 {
914
   pal 0 { file "highres/textures/0421.jpg" }
915
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.225 }
916
}
917
texture 422 {
918
   pal 0 { file "highres/textures/0422.jpg" }
919
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.225 }
920
}
921
texture 423 {
922
   pal 0 { file "highres/textures/0423.jpg" }
923
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.225 }
924
}
925
texture 424 {
926
   pal 0 { file "highres/textures/0424.png" }
927
   detail { file "highres/detail/paint.png" xscale 0.15 yscale 0.15 }
928
}
929
texture 425 {
930
   pal 0 { file "highres/textures/0425.png" }
931
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.15 }
932
}
933
texture 426 { pal 0 { file "highres/textures/0426.png" } }
934
texture 427 { pal 0 { file "highres/textures/0427.png" nocompress } }
18 nightfrigh 935
texture 428 { 
936
   pal 0 { file "highres/textures/0428.png" nocompress } 
937
   pal 17 { file "highres/textures/0428_17.png" nocompress }
938
}
1 plagman 939
texture 429 {
940
   pal 0 { file "highres/textures/0429.png" }
941
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
942
}
943
 
944
texture 430 {
945
   pal 0 { file "highres/textures/0430.png" }
946
   detail { file "highres/detail/paint.png" xscale 0.15 yscale 0.15 }
947
}
948
texture 431 {
949
   pal 0 { file "highres/textures/0431.png" }
950
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.6 }
951
}
952
texture 432 {
953
   pal 0 { file "highres/textures/0432.png" }
954
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.45 }
955
}
956
texture 433 {
957
   pal 0 { file "highres/textures/0433.png" }
958
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.6 }
959
}
960
texture 434 {
961
   pal 0 { file "highres/textures/0434.png" }
962
   detail { file "highres/detail/paint.png" xscale 0.15 yscale 0.6 }
963
}
964
texture 435 {
965
   pal 0 { file "highres/textures/0435.png" }
966
   detail { file "highres/detail/concrete.png" xscale 0.6 yscale 0.15 }
967
}
968
texture 436 { pal 0 { file "highres/textures/0436.jpg" } }
969
texture 437 {
970
   pal 0 { file "highres/textures/0437.png" }
971
   normal { file "highres/textures/0437_n.png" }
972
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 }
973
}
974
texture 438 {
975
   pal 0 { file "highres/textures/0438.png" }
18 nightfrigh 976
   pal 17 { file "highres/textures/0438_17.png" }
977
   pal 19 { file "highres/textures/0438_19.png" }
1 plagman 978
   detail { file "highres/detail/rust.png" xscale 0.6 yscale 0.15 }
979
}
980
texture 439 {
981
   pal 0 { file "highres/textures/0439.png" }
18 nightfrigh 982
   pal 17 { file "highres/textures/0439_17.png" }
983
   pal 19 { file "highres/textures/0439_19.png" }
1 plagman 984
   detail { file "highres/detail/rust.png" xscale 0.3 yscale 0.3 }
985
}
986
 
987
texture 441 {
988
   pal 0 { file "highres/textures/0441.png" }
989
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.3 }
990
}
991
texture 442 {
992
   pal 0 { file "highres/textures/0442.png" }
993
   pal 8 { file "highres/textures/0442_8.jpg" }
994
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.3 }
995
}
10 parkar 996
texture 443 {
997
   pal 0 { file "highres/textures/0443.png" }
998
   detail { file "highres/detail/metal.png" xscale 2.4 yscale 0.3 }
999
}
1 plagman 1000
texture 444 {
1001
   pal 0 { file "highres/textures/0444.png" }
1002
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.3 }
1003
}
1004
texture 446 {
1005
   pal 0 { file "highres/textures/0446.jpg" }
10 parkar 1006
   pal 11 { file "highres/textures/0446_22.jpg" }
1007
   pal 12 { file "highres/textures/0446_18.jpg" }
1 plagman 1008
   pal 18 { file "highres/textures/0446_18.jpg" }
1009
   pal 21 { file "highres/textures/0446_21.jpg" }
1010
   pal 22 { file "highres/textures/0446_22.jpg" }
1011
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.15 }
1012
}
1013
texture 447 {
1014
   pal 0 { file "highres/textures/0447.png" }
1015
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1016
}
1017
texture 448 {
1018
   pal 0 { file "highres/textures/0448.png" }
1019
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1020
}
1021
texture 449 {
1022
   pal 0 { file "highres/textures/0449.png" }
1023
   detail { file "highres/detail/metal.png" xscale 0.075 yscale 0.15 }
1024
}
1025
 
1026
texture 450 {
1027
   pal 0 { file "highres/textures/0450.png" }
1028
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1029
}
1030
texture 451 {
1031
   pal 0 { file "highres/textures/0451.png" }
1032
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
1033
   glow { file "highres/textures/0451_g.png" }
1034
}
1035
texture 452 {
1036
   pal 0 { file "highres/textures/0452.png" }
1037
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
1038
}
1039
texture 453 {
1040
   pal 0 { file "highres/textures/0453.png" }
1041
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
1042
}
1043
texture 454 {
1044
   pal 0 { file "highres/textures/0454.jpg" }
1045
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1046
}
1047
texture 455 {
1048
   pal 0 { file "highres/textures/0455.png" }
1049
   detail { file "highres/detail/metal.png" xscale 0.075 yscale 0.15 }
1050
}
1051
texture 457 {
1052
   pal 0 { file "highres/textures/0457.png" }
1053
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1054
}
1055
texture 458 {
1056
   pal 0 { file "highres/textures/0458.png" }
1057
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1058
}
1059
texture 459 {
1060
   pal 0 { file "highres/textures/0459.png" }
1061
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1062
}
1063
 
1064
texture 460 {
1065
   pal 0 { file "highres/textures/0460.png" }
1066
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1067
}
1068
texture 461 {
1069
   pal 0 { file "highres/textures/0461.png" }
1070
   detail { file "highres/detail/concrete_smooth2.png" xscale 0.15 yscale 0.15 }
1071
}
1072
texture 462 {
1073
   pal 0 { file "highres/textures/0462.png" }
1074
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
1075
}
1076
texture 463 {
1077
   pal 0 { file "highres/textures/0463.png" }
1078
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
1079
}
1080
texture 464 {
1081
   pal 0 { file "highres/textures/0464.png" }
1082
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
1083
}
1084
texture 465 {
1085
   pal 0 { file "highres/textures/0465.png" }
1086
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
1087
}
1088
texture 466 {
1089
   pal 0 { file "highres/textures/0466.png" }
1090
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
1091
}
1092
texture 467 {
1093
   pal 0 { file "highres/textures/0467.png" }
1094
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1095
}
1096
texture 468 {
1097
   pal 0 { file "highres/textures/0468.png" }
1098
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
1099
}
1100
texture 469 {
1101
   pal 0 { file "highres/textures/0469.jpg" }
1102
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1103
}
1104
 
1105
texture 470 {
1106
   pal 0 { file "highres/textures/0470.jpg" }
1107
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1108
}
1109
texture 471 {
1110
   pal 0 { file "highres/textures/0471.jpg" }
1111
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
1112
}
1113
texture 472 {
1114
   pal 0 { file "highres/textures/0472.png" }
1115
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
1116
}
1117
texture 474 {
1118
   pal 0 { file "highres/textures/0474.png" }
1119
   normal { file "highres/textures/0474_n.png" }
1120
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
1121
}
1122
texture 475 {
1123
   pal 0 { file "highres/textures/0475.png" }
1124
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
1125
}
1126
texture 476 {
1127
   pal 0 { file "highres/textures/0476.png" }
1128
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
1129
}
1130
texture 477 { 
1131
   pal 0 { file "highres/textures/0477.png" }
1132
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 } 
1133
}
1134
texture 478 {
1135
   pal 0 { file "highres/textures/0478.png" }
1136
   normal { file "highres/textures/0478_n.png" }
1137
   detail { file "highres/detail/sand.png" xscale 0.3 yscale 0.3 }
1138
}
1139
 
1140
texture 481 {
1141
   pal 0 { file "highres/textures/0481.png" }
1142
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
1143
}
1144
texture 482 {
1145
   pal 0 { file "highres/textures/0482.png" }
1146
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
1147
}
1148
texture 483 {
1149
   pal 0 { file "highres/textures/0483.png" }
1150
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
1151
}
1152
texture 484 {
1153
   pal 0 { file "highres/textures/0484.png" }
1154
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
1155
}
1156
texture 485 {
1157
   pal 0 { file "highres/textures/0485.jpg" }
1158
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
1159
}
1160
texture 486 {
1161
   pal 0 { file "highres/textures/0486.jpg" }
1162
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
1163
}
1164
texture 488 {
1165
   pal 0 { file "highres/textures/0488.png" }
1166
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
1167
}
1168
 
1169
texture 499 { pal 0 { file "highres/textures/0499.jpg" nocompress } }
1170
 
1171
texture 501 { pal 0 { file "highres/textures/0501.png" } }
1172
texture 502 { pal 0 { file "highres/textures/0502.png" nocompress } }
1173
texture 503 {
1174
   pal 0 { file "highres/textures/0503.png" }
1175
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1176
}
1177
texture 504 {
1178
   pal 0 { file "highres/textures/0504.png" }
1179
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1180
}
1181
 
1182
// Tiles002
1183
 
1184
texture 513 {
1185
   pal 0 { file "highres/textures/0513.png" }
1186
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1187
}
1188
texture 514 {
1189
   pal 0 { file "highres/textures/0514.png" }
1190
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.3 }
1191
}
1192
texture 515 {
1193
   pal 0 { file "highres/textures/0515.png" }
1194
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1195
}
1196
 
1197
texture 527 { pal 0 { file "highres/textures/0527.png" } }
1198
texture 528 { pal 0 { file "highres/textures/0528.png" } }
1199
texture 529 { pal 0 { file "highres/textures/0529.png" } }
1200
 
1201
texture 530 { pal 0 { file "highres/textures/0530.png" } }
1202
texture 531 { pal 0 { file "highres/textures/0531.png" } }
1203
texture 532 { pal 0 { file "highres/textures/0532.png" } }
1204
texture 533 { pal 0 { file "highres/textures/0533.png" } }
1205
texture 534 { pal 0 { file "highres/textures/0534.png" } }
1206
texture 535 { pal 0 { file "highres/textures/0535.png" } }
1207
texture 538 {
1208
   pal 0 { file "highres/textures/0538.jpg" }
1209
   pal 1 { file "highres/textures/0538.jpg" }
1210
}
1211
texture 539 {
1212
   pal 0 { file "highres/textures/0539.jpg" }
1213
   pal 1 { file "highres/textures/0539.jpg" }
1214
}
1215
 
1216
texture 540 {
1217
   pal 0 { file "highres/textures/0540.jpg" }
1218
   pal 1 { file "highres/textures/0540.jpg" }
1219
}
1220
texture 541 {
1221
   pal 0 { file "highres/textures/0541.jpg" }
1222
   pal 1 { file "highres/textures/0541.jpg" }
1223
}
1224
texture 545 {
1225
   pal 0 { file "highres/textures/0545.jpg" }
18 nightfrigh 1226
   pal 17 { file "highres/textures/0545_17.png" }
1 plagman 1227
   normal { file "highres/textures/0545_n.png" }
1228
   detail { file "highres/detail/fabric.png" xscale 0.3 yscale 0.15 }
1229
}
1230
 
1231
texture 575 {
1232
   pal 0 { file "highres/textures/0575.png" }
1233
   normal { file "highres/textures/0575_n.png" parallaxbias 0.1 parallaxscale 0.15 nocompress }
1234
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
1235
}
1236
texture 576 {
1237
   pal 0 { file "highres/textures/0576.png" }
1238
   normal { file "highres/textures/0576_n.png" }
1239
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.3 }
1240
}
1241
 
1242
 
1243
texture 609 {
1244
   pal 0 { file "highres/textures/0609.png" }
21 nightfrigh 1245
   normal { file "highres/textures/0609_n.png" parallaxbias 0.03 parallaxscale 0.04 }
1 plagman 1246
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1247
}
1248
 
1249
texture 626 {
1250
   pal 0 { file "highres/textures/0626.png" }
1251
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
1252
}
1253
texture 627 {
1254
   pal 0 { file "highres/textures/0627.png" }
1255
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
1256
}
1257
texture 628 {
1258
   pal 0 { file "highres/textures/0628.png" }
1259
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
1260
}
1261
texture 629 {
1262
   pal 0 { file "highres/textures/0629.png" }
1263
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
1264
}
1265
 
1266
texture 630 {
1267
   pal 0 { file "highres/textures/0630.png" }
1268
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 1.2 }
1269
}
1270
texture 638 { pal 0 { file "highres/textures/0638.png" nocompress } }
1271
 
1272
texture 701 { 
1273
   pal 0 { file "highres/textures/0701.png" }
1274
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.3 }
1275
}
1276
texture 702 {
1277
   pal 0 { file "highres/textures/0702.png" }
1278
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.3 }
1279
}
1280
texture 703 {
1281
   pal 0 { file "highres/textures/0703.png" }
1282
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.6 }
1283
}
1284
texture 704 {
1285
   pal 0 { file "highres/textures/0704.png" }
1286
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.6 }
1287
}
1288
texture 705 {
1289
   pal 0 { file "highres/textures/0705.png" }
1290
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.15 }
1291
}
1292
texture 706 {
1293
   pal 0 { file "highres/textures/0706.png" }
1294
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.15 }
1295
}
1296
texture 707 {
1297
   pal 0 { file "highres/textures/0707.jpg" }
1298
   pal 7 { file "highres/textures/0707_7.jpg" }
1299
   pal 8 { file "highres/textures/0707_8.jpg" }
1300
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.15 }
1301
}
1302
texture 708 {
1303
   pal 0 { file "highres/textures/0708.jpg" }
1304
   pal 7 { file "highres/textures/0708_7.jpg" }
1305
   pal 8 { file "highres/textures/0708_8.jpg" }
1306
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.15 }
1307
}
1308
texture 709 {
1309
   pal 0 { file "highres/textures/0709.png" }
1310
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1311
}
1312
 
1313
texture 711 {
1314
   pal 0 { file "highres/textures/0711.jpg" }
1315
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
1316
}
1317
texture 715 {
1318
   pal 0 { file "highres/textures/0715.png" }
1319
   detail { file "highres/detail/rust.png" xscale 0.15 yscale 0.15 }
1320
}
1321
texture 717 {
1322
   pal 0 { file "highres/textures/0717.png" }
1323
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
1324
}
1325
texture 718 {
19 plagman 1326
   pal 0 { file "highres/textures/0718.png" }
1327
   normal { file "highres/textures/0718_n.png" parallaxbias 0.03 parallaxscale 0.04 }
1 plagman 1328
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.15 }
1329
}
1330
texture 719 {
1331
   pal 0 { file "highres/textures/0719.png" specpower 9 specfactor 1.75 }
1332
   normal { file "highres/textures/0719_n.png" parallaxbias 0.04 parallaxscale 0.1 }
1333
   specular { file "highres/textures/0719_s.png" }
1334
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
1335
}
1336
 
1337
texture 720 {
1338
   pal 0 { file "highres/textures/0720.png" }
1339
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1340
}
1341
texture 723 {
1342
   pal 0 { file "highres/textures/0723.png" }
1343
   detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.075 }
1344
}
1345
texture 724 {
1346
   pal 0 { file "highres/textures/0724.png" }
1347
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.075 }
1348
}
1349
texture 725 {
1350
   pal 0 { file "highres/textures/0725.png" }
1351
   detail { file "highres/detail/concrete.png" xscale 0.075 yscale 0.075 }
1352
}
1353
texture 726 {
1354
   pal 0 { file "highres/textures/0726.jpg" }
1355
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1356
}
1357
texture 727 {
1358
   pal 0 { file "highres/textures/0727.png" }
1359
   detail { file "highres/detail/wood_v3.png" xscale 0.6 yscale 0.15 }
1360
}
1361
texture 729 {
1362
   pal 0 { file "highres/textures/0729.png" }
1363
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
1364
}
1365
 
1366
texture 734 {
1367
   pal 0 { file "highres/textures/0734.png" }
1368
   detail { file "highres/detail/metal_worn.png" xscale 0.3 yscale 0.15 }
1369
}
1370
texture 735 {
1371
   pal 0 { file "highres/textures/0735.png" }
1372
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.15 }
1373
}
1374
texture 736 {
1375
   pal 0 { file "highres/textures/0736.png" }
1376
}
1377
texture 739 {
1378
   pal 0 { file "highres/textures/0739.png" }
1379
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
1380
}
1381
 
1382
texture 740 {
1383
   pal 0 { file "highres/textures/0740.png" }
1384
   normal { file "highres/textures/0740_n.png" }
1385
   detail { file "highres/detail/concrete_smooth2.png" xscale 0.3 yscale 0.3 }
1386
}
1387
texture 742 {
1388
   pal 0 { file "highres/textures/0742.png" }
1389
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.15 }
1390
}
1391
texture 743 {
1392
   pal 0 { file "highres/textures/0743.png" specpower 1.5 specfactor 1.5 }
1393
   normal { file "highres/textures/0743_n.png" parallaxbias 0.09 parallaxscale 0.1 }
1394
   specular { file "highres/textures/0743_s.png" }
1395
   detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.075 }
1396
}
1397
texture 744 {
1398
   pal 0 { file "highres/textures/0744.png" }
1399
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1400
}
1401
texture 745 {
1402
   pal 0 { file "highres/textures/0745.png" }
1403
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.15 }
1404
}
1405
texture 746 {
1406
   pal 0 { file "highres/textures/0746.png" }
1407
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.15 }
1408
}
1409
texture 747 {
1410
   pal 0 { file "highres/textures/0747.png" }
1411
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 1.2 }
1412
}
1413
texture 748 {
1414
   pal 0 { file "highres/textures/0748.png" }
1415
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.3 }
1416
}
1417
texture 749 {
1418
   pal 0 { file "highres/textures/0749.jpg" }
1419
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.15 }
1420
}
1421
 
1422
texture 750 {
1423
   pal 0 { file "highres/textures/0750.png" }
1424
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.3 }
1425
}
1426
texture 751 {
1427
   pal 0 { file "highres/textures/0751.png" }
1428
   detail { file "highres/detail/alien_paint_1.png" xscale 0.3 yscale 0.3 }
1429
}
1430
texture 752 {
1431
   pal 0 { file "highres/textures/0752.png" }
1432
   detail { file "highres/detail/alien_paint_1.png" xscale 0.3 yscale 0.3 }
1433
}
1434
texture 754 {
1435
   pal 0 { file "highres/textures/0754.png" }
1436
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 }
1437
}
1438
texture 755 {
1439
   pal 0 { file "highres/textures/0755.png" xscale 2.0 yscale 2.0 }
1440
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1441
}
1442
texture 756 {
1443
   pal 0 { file "highres/textures/0756.png" }
1444
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.6 }
1445
}
1446
texture 757 {
1447
   pal 0 { file "highres/textures/0757.png" }
18 nightfrigh 1448
   pal 24 { file "highres/textures/0757_24.png" }
1 plagman 1449
   detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.15 }
1450
}
1451
texture 758 {
1452
   pal 0 { file "highres/textures/0758.png" }
1453
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1454
}
1455
texture 759 {
1456
   pal 0 { file "highres/textures/0759.png" }
1457
   detail { file "highres/detail/concrete.png" xscale 0.6 yscale 0.15 }
1458
}
1459
 
1460
texture 760 {
1461
   pal 0 { file "highres/textures/0760.png" }
1462
   detail { file "highres/detail/metal_worn.png" xscale 0.6 yscale 0.15 }
1463
}
1464
texture 761 {
1465
   pal 0 { file "highres/textures/0761.png" }
1466
   detail { file "highres/detail/metal_worn.png" xscale 0.6 yscale 0.15 }
1467
}
1468
texture 763 { 
1469
   pal 0 { file "highres/textures/0763.png" }
1470
   detail { file "highres/detail/concrete_smooth2.png" xscale 0.15 yscale 0.15 }
1471
}
1472
texture 764 {
1473
   pal 0 { file "highres/textures/0764.png" }
1474
   detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.15 }
1475
}
1476
texture 767 {
1477
   pal 0 { file "highres/textures/0767.png" }
1478
   detail { file "highres/detail/rust.png" xscale 0.3 yscale 0.3 }
1479
}
1480
 
1481
// Tiles003
1482
 
1483
texture 770 {
1484
   pal 0 { file "highres/textures/0770.png" }
1485
   detail { file "highres/detail/dirt2.png" xscale 0.3 yscale 0.15 }
1486
}
1487
texture 771 {
1488
   pal 0 { file "highres/textures/0771.png" }
21 nightfrigh 1489
   normal { file "highres/textures/0771_n.png" parallaxbias 0.03 parallaxscale 0.08 }
1 plagman 1490
   detail { file "highres/detail/sand.png" xscale 0.3 yscale 0.3 }
1491
}
1492
texture 772 {
1493
   pal 0 { file "highres/textures/0772.png" }
21 nightfrigh 1494
   normal { file "highres/textures/0772_n.png" parallaxbias 0.03 parallaxscale 0.08 }
1 plagman 1495
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
1496
}
1497
texture 773 { pal 0 { file "highres/textures/0773.png" } }
1498
texture 775 { pal 0 { file "highres/textures/0775.png" } }
1499
 
1500
texture 780 {
1501
   pal 0 { file "highres/textures/0780.png" }
1502
   detail { file "highres/detail/dirt2.png" xscale 0.3 yscale 0.3 }
1503
}
1504
texture 781 {
13 parkar 1505
   pal 0 { file "highres/textures/0781_d.png" specpower 3.0 specfactor 0.1 }
12 parkar 1506
   normal { file "highres/textures/0781_n.png" parallaxbias 0.03 parallaxscale 0.04 }
1 plagman 1507
   detail { file "highres/detail/sand.png" xscale 0.3 yscale 0.15 }
1508
}
1509
texture 782 {
13 parkar 1510
   pal 0 { file "highres/textures/0782.png" specpower 3.0 specfactor 0.1 }
1 plagman 1511
   normal { file "highres/textures/0782_n.png" parallaxbias 0.015 parallaxscale 0.02 }
1512
   detail { file "highres/detail/dirt2.png" xscale 0.3 yscale 0.3 }
1513
}
1514
texture 783 {
1515
   pal 0 { file "highres/textures/0783.png" }
1516
   normal { file "highres/textures/0783_n.png" }
1517
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
1518
}
1519
texture 786 {
1520
   pal 0 { file "highres/textures/0786.png" }
1521
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
1522
}
1523
texture 787 {
1524
   pal 0 { file "highres/textures/0787.png" }
1525
   detail { file "highres/detail/fabric.png" xscale 0.3 yscale 0.3 }
1526
}
1527
texture 788 {
1528
   pal 0 { file "highres/textures/0788.png" }
1529
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
1530
}
1531
texture 789 { pal 0 { file "highres/textures/0789.png" } }
1532
 
1533
texture 790 {
1534
   pal 0 { file "highres/textures/0790.png" }
1535
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.3 }
1536
}
1537
texture 791 {
1538
   pal 0 { file "highres/textures/0791.png" }
1539
   pal 8 { file "highres/textures/0791_8.jpg" }
1540
   detail { file "highres/detail/metal_worn.png" xscale 0.6 yscale 0.3 }
1541
}
1542
texture 793 {
1543
   pal 0 { file "highres/textures/0793.png" }
1544
   detail { file "highres/detail/metal_worn.png" xscale 01.2 yscale 0.3 }
1545
}
1546
texture 794 {
1547
   pal 0 { file "highres/textures/0794.png" }
1548
   detail { file "highres/detail/metal_worn.png" xscale 0.3 yscale 0.15 }
1549
}
1550
texture 795 {
1551
   pal 0 { file "highres/textures/0795.png" }
1552
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
1553
}
1554
texture 796 {
1555
   pal 0 { file "highres/textures/0796.jpg" }
1556
   detail { file "highres/detail/rock.png" xscale 0.15 yscale 0.15 }
1557
}
1558
texture 797 {
1559
   pal 0 { file "highres/textures/0797.png" }
1560
   pal 8 { file "highres/textures/0797_8.jpg" }
1561
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
1562
}
1563
texture 799 {
1564
   pal 0 { file "highres/textures/0799.png" }
1565
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 1.2 }
1566
}
1567
 
1568
 
1569
texture 800 {
1570
   pal 0 { file "highres/textures/0800.png" }
1571
   detail { file "highres/detail/sand.png" xscale 0.3 yscale 0.3 }
1572
}
1573
texture 801 {
12 parkar 1574
   pal 0 { file "highres/textures/0801.png" specpower 2.5 specfactor 0.1 }
1 plagman 1575
   normal { file "highres/textures/0801_n.png" parallaxbias 0.02 parallaxscale 0.03 }
1576
   detail { file "highres/detail/dirt2.png" xscale 0.3 yscale 0.3 }
1577
}
1578
texture 802 {
1579
   pal 0 { file "highres/textures/0802.png" }
1580
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.3 }
1581
}
1582
texture 803 {
1583
   pal 0 { file "highres/textures/0803.png" }
18 nightfrigh 1584
   pal 7 { file "highres/textures/0803_7.png" }
23 nightfrigh 1585
   normal { file "highres/textures/0803_n.png" parallaxbias 0.02 parallaxscale 0.06 }
1 plagman 1586
   detail { file "highres/detail/grass.png" xscale 0.3 yscale 0.3 }
1587
}
1588
texture 804 {
1589
   pal 0 { file "highres/textures/0804.png" }
1590
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 1.2 }
1591
}
1592
texture 805 {
1593
   pal 0 { file "highres/textures/0805.png" }
23 nightfrigh 1594
   normal { file "highres/textures/0805_n.png" parallaxbias 0.02 parallaxscale 0.06 }
1 plagman 1595
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
1596
}
1597
texture 806 {
1598
   pal 0 { file "highres/textures/0806.jpg" }
1599
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1600
}
1601
texture 807 {
1602
   pal 0 { file "highres/textures/0807.jpg" }
1603
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1604
}
1605
texture 808 {
1606
   pal 0 { file "highres/textures/0808.jpg" }
1607
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1608
}
1609
 
1610
texture 810 {
1611
   pal 0 { file "highres/textures/0810.png" }
1612
   pal 10 { file "highres/textures/0810_10.png" }
1613
   pal 11 { file "highres/textures/0810_11.png" }
1614
   pal 12 { file "highres/textures/0810_12.png" }
1615
   pal 13 { file "highres/textures/0810_13.png" }
1616
   pal 14 { file "highres/textures/0810_14.png" }
1617
   pal 15 { file "highres/textures/0810_15.png" }
1618
   pal 16 { file "highres/textures/0810_16.png" }
1619
   pal 17 { file "highres/textures/0810_17.png" }
1620
   pal 18 { file "highres/textures/0810_12.png" }
1621
   pal 19 { file "highres/textures/0810_12.png" }
1622
   pal 20 { file "highres/textures/0810_12.png" }
1623
   pal 21 { file "highres/textures/0810_21.png" }
1624
   pal 22 { file "highres/textures/0810_11.png" }
1625
   pal 23 { file "highres/textures/0810_23.png" }
1626
   detail { file "highres/detail/fabric.png" xscale 0.3 yscale 0.6 }
1627
}
1628
texture 811 {
1629
   pal 0 { file "highres/textures/0811.png" }
1630
   pal 10 { file "highres/textures/0811_10.png" }
1631
   pal 11 { file "highres/textures/0811_11.png" }
1632
   pal 12 { file "highres/textures/0811_12.png" }
1633
   pal 13 { file "highres/textures/0811_13.png" }
1634
   pal 14 { file "highres/textures/0811_14.png" }
1635
   pal 15 { file "highres/textures/0811_15.png" }
1636
   pal 16 { file "highres/textures/0811_16.png" }
1637
   pal 17 { file "highres/textures/0811_17.png" }
1638
   pal 18 { file "highres/textures/0811_12.png" }
1639
   pal 19 { file "highres/textures/0811_12.png" }
1640
   pal 20 { file "highres/textures/0811_12.png" }
1641
   pal 21 { file "highres/textures/0811_21.png" }
1642
   pal 22 { file "highres/textures/0811_11.png" }
1643
   pal 23 { file "highres/textures/0811_23.png" }
1644
   detail { file "highres/detail/fabric.png" xscale 0.3 yscale 0.3 }
1645
}
1646
texture 812 {
1647
   pal 0 { file "highres/textures/0812.png" }
23 nightfrigh 1648
   normal { file "highres/textures/0812_n.png" parallaxbias 0.02 parallaxscale 0.06 }
1 plagman 1649
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
1650
}
1651
texture 813 {
1652
   pal 0 { file "highres/textures/0813.png" }
1653
  detail { file "highres/detail/asphalt2.png" xscale 0.3 yscale 2.4 }
1654
}
1655
texture 814 {
12 parkar 1656
   pal 0 { file "highres/textures/0814.png" specpower 6 specfactor 0.1 }
1 plagman 1657
   normal { file "highres/textures/0814_n.png" parallaxbias 0 parallaxscale 0.03 }
1658
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.3 }
1659
}
1660
texture 815 { 
12 parkar 1661
   pal 0 { file "highres/textures/0815.png" xscale 2.0 yscale 2.0 specpower 6 specfactor 0.1 }
1 plagman 1662
   normal { file "highres/textures/0815_n.png" }
1663
   detail { file "highres/detail/asphalt2.png" xscale 0.3 yscale 0.3 }
1664
}
1665
texture 816 {
12 parkar 1666
   pal 0 { file "highres/textures/0816.png"  specpower 6 specfactor 0.1  }
1 plagman 1667
   normal { file "highres/textures/0815_n.png" }
1668
   detail { file "highres/detail/asphalt2.png" xscale 0.6 yscale 0.6 }
1669
}
1670
texture 817 {
12 parkar 1671
   pal 0 { file "highres/textures/0817.png"  specpower 6 specfactor 0.1  }
1 plagman 1672
   normal { file "highres/textures/0815_n.png" }
1673
   detail { file "highres/detail/asphalt2.png" xscale 0.6 yscale 0.6 }
1674
}
1675
texture 818 {
12 parkar 1676
   pal 0 { file "highres/textures/0818.png" specpower 6 specfactor 0.1 }
1 plagman 1677
   normal { file "highres/textures/0815_n.png" }
1678
   detail { file "highres/detail/asphalt2.png" xscale 0.6 yscale 0.6 }
1679
}
1680
texture 819 {
1681
   pal 0 { file "highres/textures/0819.png" }
1682
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
1683
}
1684
 
1685
texture 820 {
1686
   pal 0 { file "highres/textures/0820.png" }
1687
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
1688
}
1689
texture 821 {
1690
   pal 0 { file "highres/textures/0821.png" }
1691
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.15 }
1692
}
1693
texture 822 {
1694
   pal 0 { file "highres/textures/0822.png" }
1695
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.15 }
1696
}
1697
texture 823 {
1698
   pal 0 { file "highres/textures/0823.png" }
10 parkar 1699
   detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.15 }
1 plagman 1700
}
1701
texture 824 {
1702
   pal 0 { file "highres/textures/0824.png" }
1703
   detail { file "highres/detail/concrete.png" xscale 0.6 yscale 0.6 }
1704
}
1705
texture 825 {
1706
   pal 0 { file "highres/textures/0825.png" }
1707
   detail { file "highres/detail/concrete.png" xscale 0.6 yscale 0.15 }
1708
}
1709
texture 827 {
1710
   pal 0 { file "highres/textures/0827.png" xscale 2 yscale 1 specpower 5 specfactor 0.3 }
1711
   normal { file "highres/textures/0827_n.png" parallaxbias 0.02 parallaxscale 0.04 }
1712
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.15 }
1713
}
1714
texture 828 {
1715
   pal 0 { file "highres/textures/0828.png" }
1716
   detail { file "highres/detail/concrete.png" xscale 0.6 yscale 0.15 }
1717
}
1718
texture 829 {
1719
   pal 0 { file "highres/textures/0829.png" }
1720
   detail { file "highres/detail/rust.png" xscale 0.3 yscale 0.15 }
1721
}
1722
 
1723
texture 830 { pal 0 { file "highres/textures/0830.png" } }
1724
texture 832 {
1725
   pal 0 { file "highres/textures/0832.png" }
1726
   pal 10 { file "highres/textures/0832_10.png" }
1727
   pal 11 { file "highres/textures/0832_11.png" }
1728
   pal 12 { file "highres/textures/0832_12.png" }
1729
   pal 13 { file "highres/textures/0832_13.png" }
1730
   pal 14 { file "highres/textures/0832_14.png" }
1731
   pal 15 { file "highres/textures/0832_15.png" }
1732
   pal 17 { file "highres/textures/0832_11.png" }
1733
   pal 18 { file "highres/textures/0832_12.png" }
1734
   pal 19 { file "highres/textures/0832_12.png" }
1735
   pal 20 { file "highres/textures/0832_12.png" }
1736
   pal 21 { file "highres/textures/0832_10.png" }
1737
   pal 22 { file "highres/textures/0832_11.png" }
1738
   pal 23 { file "highres/textures/0832_23.png" }
1739
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
1740
}
1741
texture 834 {
1742
   pal 0 { file "highres/textures/0834.png" }
1743
   detail { file "highres/detail/concrete.png" xscale 1.2 yscale 1.8 }
1744
}
1745
 
1746
texture 843 {
1747
   pal 0 { file "highres/textures/0843.png" }
1748
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1749
}
1750
 
1751
texture 850 { pal 0 { file "highres/textures/0850.jpg" } }
1752
texture 852 {
1753
   pal 0 { file "highres/textures/0852.jpg" }
1754
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.15 }
1755
}
1756
texture 853 {
1757
   pal 0 { file "highres/textures/0853.png" }
1758
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.15 }
1759
}
1760
texture 854 {
1761
   pal 0 { file "highres/textures/0854.png" }
1762
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.15 }
1763
}
1764
texture 855 {
1765
   pal 0 { file "highres/textures/0855.png" }
1766
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.15 }
1767
}
1768
texture 857 {
1769
   pal 0 { file "highres/textures/0857.jpg" }
1770
   pal 10 { file "highres/textures/0857_10.jpg" }
1771
   pal 11 { file "highres/textures/0857_11.jpg" }
1772
   pal 12 { file "highres/textures/0857_12.jpg" }
1773
   pal 13 { file "highres/textures/0857_13.jpg" }
1774
   pal 14 { file "highres/textures/0857_14.jpg" }
1775
   pal 15 { file "highres/textures/0857_15.jpg" }
1776
   pal 16 { file "highres/textures/0857_16.jpg" }
1777
   pal 17 { file "highres/textures/0857_11.jpg" }
1778
   pal 18 { file "highres/textures/0857_12.jpg" }
1779
   pal 19 { file "highres/textures/0857_12.jpg" }
1780
   pal 20 { file "highres/textures/0857_12.jpg" }
1781
   pal 21 { file "highres/textures/0857_21.jpg" }
1782
   pal 22 { file "highres/textures/0857_22.jpg" }
1783
   pal 23 { file "highres/textures/0857_23.jpg" }
1784
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
1785
}
1786
texture 858 {
1787
   pal 0 { file "highres/textures/0858.png" }
1788
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1789
}
1790
texture 859 {
1791
   pal 0 { file "highres/textures/0859.png" }
1792
   detail { file "highres/detail/metal_worn.png" xscale 0.3 yscale 0.3 }
1793
}
1794
 
1795
texture 866 { pal 0 { file "highres/textures/0866.jpg" nocompress } }
1796
texture 867 {
1797
   pal 0 { file "highres/textures/0867.png" }
1798
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1799
}
1800
texture 868 {
1801
   pal 0 { file "highres/textures/0868.png" }
1802
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1803
}
1804
 
1805
texture 871 {
1806
   pal 0 { file "highres/textures/0871.jpg" }
1807
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.075 }
1808
}
1809
texture 872 {
1810
   pal 0 { file "highres/textures/0872.png" nocompress }
1811
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
1812
}
1813
texture 873 {
1814
   pal 0 { file "highres/textures/0873.png" }
1815
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1816
}
1817
texture 874 {
1818
   pal 0 { file "highres/textures/0874.png" }
1819
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1820
}
1821
texture 875 {
1822
   pal 0 { file "highres/textures/0875.png" }
1823
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1824
}
1825
texture 876 {
1826
   pal 0 { file "highres/textures/0876.png" }
1827
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
1828
}
1829
texture 877 {
1830
   pal 0 { file "highres/textures/0877.png" }
1831
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
1832
}
1833
texture 878 {
1834
   pal 0 { file "highres/textures/0878.png" }
1835
   detail { file "highres/detail/alien_concrete_0.png" xscale 0.3 yscale 1.2 }
1836
}
1837
texture 879 {
1838
   pal 0 { file "highres/textures/0879.png" }
1839
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.3 }
1840
}
1841
 
1842
texture 880 {
1843
   pal 0 { file "highres/textures/0880.png" xscale 2 yscale 2 specpower 5 specfactor 0.5 }
1844
   normal { file "highres/textures/0880_n.png" parallaxbias 0.01 parallaxscale 0.02 }
1845
   detail { file "highres/detail/wood_v3.png" xscale 0.17 yscale 0.07 }
1846
}
1847
texture 881 {
1848
   pal 0 { file "highres/textures/0881.png" }
18 nightfrigh 1849
   pal 15 { file "highres/textures/0881_15.png" }
1 plagman 1850
   pal 21 { file "highres/textures/0881_21.jpg" }
1851
   detail { file "highres/detail/fabric.png" xscale 1.2 yscale 0.15 }
1852
}
1853
texture 883 {
1854
   pal 0 { file "highres/textures/0883.png" }
1855
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.225 }
1856
}
1857
texture 884 {
1858
   pal 0 { file "highres/textures/0884.jpg" }
1859
   normal { file "highres/textures/0884_n.png" parallaxbias 0.011 parallaxscale 0.03 }
1860
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.3 }
1861
}
1862
texture 885 {
1863
   pal 0 { file "highres/textures/0885.png" }
1864
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
1865
}
1866
texture 886 {
1867
   pal 0 { file "highres/textures/0886.png" }
1868
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
1869
}
1870
texture 887 {
1871
   pal 0 { file "highres/textures/0887.png" }
1872
   detail { file "highres/detail/rock.png" xscale 0.15 yscale 0.075 }
1873
}
1874
texture 888 {
1875
   pal 0 { file "highres/textures/0888.png" }
1876
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
1877
}
1878
texture 889 {
1879
   pal 0 { file "highres/textures/0889.jpg" }
1880
   pal 2 { file "highres/textures/0889_2.jpg" }
1881
   pal 8 { file "highres/textures/0889_8.jpg" }
1882
}
1883
 
1884
texture 890 {
1885
   pal 0 { file "highres/textures/0890.jpg" }
1886
   pal 2 { file "highres/textures/0890_2.jpg" }
1887
   pal 8 { file "highres/textures/0890_8.jpg" }
1888
}
1889
texture 891 {
1890
   pal 0 { file "highres/textures/0891.jpg" }
1891
   pal 2 { file "highres/textures/0891_2.jpg" }
1892
   pal 8 { file "highres/textures/0891_8.jpg" }
1893
}
1894
texture 892 {
1895
   pal 0 { file "highres/textures/0892.jpg" }
1896
   pal 2 { file "highres/textures/0892_2.jpg" }
1897
   pal 8 { file "highres/textures/0892_8.jpg" }
1898
}
1899
texture 893 {
1900
   pal 0 { file "highres/textures/0893.png" }
1901
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
1902
}
1903
texture 894 {
1904
   pal 0 { file "highres/textures/0894.png" }
1905
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
1906
}
1907
texture 895 {
1908
   pal 0 { file "highres/textures/0895.png" }
1909
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
1910
}
1911
texture 897 { pal 0 { file "highres/textures/0897.png" } }
1912
texture 898 {
1913
   pal 0 { file "highres/textures/0898.png" specpower 3 specfactor 0.1 }
1914
   normal { file "highres/textures/0898_n.png" parallaxbias 0 parallaxscale 0.04  }
1915
   detail { file "highres/detail/fabric.png" xscale 0.6 yscale 0.6 }
1916
}
1917
texture 899 {
1918
   pal 0 { file "highres/textures/0899.png" specpower 3 specfactor 0.1 }
1919
   normal { file "highres/textures/0898_n.png" parallaxbias 0 parallaxscale 0.04 }
1920
   detail { file "highres/detail/fabric.png" xscale 0.6 yscale 0.6 }
1921
}
1922
 
1923
 
1924
texture 900 {
1925
   pal 0 { file "highres/textures/0900.png" }
1926
   detail { file "highres/detail/fabric.png" xscale 0.6 yscale 0.6 }
1927
}
1928
 
1929
texture 913 {
1930
   pal 0 { file "highres/textures/0913.png" }
1931
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1932
}
1933
texture 915 {
1934
   pal 0 { file "highres/textures/0915.png" }
1935
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
1936
}
1937
 
1938
texture 946 {
1939
   pal 0 { file "highres/textures/0946.png" }
1940
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
1941
}
1942
texture 947 {
1943
   pal 0 { file "highres/textures/0947.png" }
1944
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
1945
}
1946
texture 948 {
1947
   pal 0 { file "highres/textures/0948.png" }
1948
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
1949
}
1950
 
10 parkar 1951
texture 959 {
1952
   pal 0 { file "highres/textures/0959.png" }
1953
   detail { file "highres/detail/metal.png" xscale 2.4 yscale 0.3 }
1954
}
1955
 
1 plagman 1956
texture 962 {
1957
   pal 0 { file "highres/textures/0962.png" }
1958
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
1959
}
1960
texture 966 {
1961
   pal 0 { file "highres/textures/0966.png" nocompress }
1962
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
1963
}
1964
texture 967 {
1965
   pal 0 { file "highres/textures/0967.png" }
1966
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.15 }
1967
}
1968
texture 968 {
1969
   pal 0 { file "highres/textures/0968.png" }
1970
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.15 }
1971
}
1972
 
1973
texture 988 {
1974
   pal 0 { file "highres/textures/0988.png" }
1975
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.3 }
1976
}
1977
 
1978
 
1979
texture 1020 { pal 0 { file "highres/textures/1020.png" } }
1980
 
1981
// Tiles004
1982
 
15 parkar 1983
texture 1024 {
18 nightfrigh 1984
   pal 0 { file "highres/textures/1024.png" }
1985
   // pal 0 { file "highres/textures/1024_d.png" specpower 4.0 specfactor 1.5 }
1986
   // normal { file "highres/textures/0313_n.png" parallaxbias 0.0 parallaxscale 0.0 }
1987
   // specular { file "highres/textures/1024_s.png" }
15 parkar 1988
   detail { file "highres/detail/metal_worn.png" xscale 0.1 yscale 0.1 }
1989
}
1 plagman 1990
 
1991
texture 1059 { pal 0 { file "highres/textures/1059.png" } }
1992
 
1993
texture 1068 { pal 0 { file "highres/textures/1068.png" } }
1994
 
1995
texture 1074 {
1996
   pal 0 { file "highres/textures/1074.png" }
1997
   pal 21 { file "highres/textures/1074_21.png" }
1998
}
1999
 
2000
texture 1082 {
2001
   pal 0 { file "highres/textures/1082.jpg" }
2002
   pal 2 { file "highres/textures/1082.jpg" }
21 nightfrigh 2003
   normal { file "highres/textures/1082_n.png" parallaxbias 0.03 parallaxscale 0.1 }
1 plagman 2004
}
2005
texture 1083 {
2006
   pal 0 { file "highres/textures/1083.jpg" }
2007
   pal 2 { file "highres/textures/1083.jpg" }
21 nightfrigh 2008
   normal { file "highres/textures/1083_n.png" parallaxbias 0.03 parallaxscale 0.1 }
1 plagman 2009
}
2010
texture 1084 {
2011
   pal 0 { file "highres/textures/1084.jpg" }
2012
   pal 2 { file "highres/textures/1084.jpg" }
21 nightfrigh 2013
   normal { file "highres/textures/1084_n.png" parallaxbias 0.03 parallaxscale 0.1 }
1 plagman 2014
}
2015
texture 1085 {
2016
   pal 0 { file "highres/textures/1085.jpg" }
2017
   pal 2 { file "highres/textures/1085.jpg" }
21 nightfrigh 2018
   normal { file "highres/textures/1085_n.png" parallaxbias 0.03 parallaxscale 0.1 }
1 plagman 2019
}
2020
texture 1086 {
2021
   pal 0 { file "highres/textures/1086.jpg" }
2022
   pal 2 { file "highres/textures/1086.jpg" }
21 nightfrigh 2023
   normal { file "highres/textures/1086_n.png" parallaxbias 0.03 parallaxscale 0.1 }
1 plagman 2024
}
2025
texture 1087 {
2026
   pal 0 { file "highres/textures/1087.jpg" }
2027
   pal 2 { file "highres/textures/1087.jpg" }
21 nightfrigh 2028
   normal { file "highres/textures/1087_n.png" parallaxbias 0.03 parallaxscale 0.1 }
1 plagman 2029
}
2030
 
2031
texture 1097 { 
2032
   pal 0 { file "highres/textures/1097.png" } 
2033
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
2034
}
2035
texture 1098 { pal 0 { file "highres/textures/1098.jpg" } }
2036
texture 1099 { pal 0 { file "highres/textures/1099.jpg" } }
2037
 
2038
 
2039
texture 1100 {
2040
   pal 0 { file "highres/textures/1100.jpg" }
2041
   pal 8 { file "highres/textures/1100.jpg" }
2042
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
2043
}
2044
texture 1101 {
2045
   pal 0 { file "highres/textures/1101.jpg" }
18 nightfrigh 2046
   normal { file "highres/textures/1101_n.png" parallaxbias 0.03 parallaxscale 0.04 }
1 plagman 2047
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
2048
}
2049
texture 1102 { pal 0 { file "highres/textures/1102.jpg" } }
18 nightfrigh 2050
texture 1104 { 
2051
   pal 0 { file "highres/textures/1104.jpg" }
2052
   normal { file "highres/textures/1104_n.png" parallaxbias 0.03 parallaxscale 0.04 }
2053
}
1 plagman 2054
texture 1105 { 
2055
   pal 0 { file "highres/textures/1105.png" }
2056
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
2057
}
2058
texture 1106 { 
2059
   pal 0 { file "highres/textures/1106.png" }
2060
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
2061
}
2062
texture 1107 {
2063
   pal 0 { file "highres/textures/1107.png" }
2064
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2065
}
2066
texture 1108 { 
2067
   pal 0 { file "highres/textures/1108.png" }
2068
   pal 8 { file "highres/textures/1108_8.png" }
2069
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 } 
2070
}
2071
texture 1109 { pal 0 { file "highres/textures/1109.png" } }
2072
 
2073
texture 1110 { pal 0 { file "highres/textures/1110.jpg" } }
2074
texture 1116 {
2075
   pal 0 { file "highres/textures/1116.jpg" }
18 nightfrigh 2076
   normal { file "highres/textures/1116_n.png" parallaxbias 0.03 parallaxscale 0.06 }
1 plagman 2077
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
2078
}
2079
texture 1117 { pal 0 { file "highres/textures/1117.jpg" } }
2080
texture 1118 { pal 0 { file "highres/textures/1118.png" } }
2081
 
2082
texture 1120 { 
2083
   pal 0 { file "highres/textures/1120.png" }
2084
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 } 
2085
}
2086
texture 1121 { pal 0 { file "highres/textures/1121.jpg" } }
2087
texture 1124 { pal 0 { file "highres/textures/1124.png" } }
2088
texture 1127 { 
2089
   pal 0 { file "highres/textures/1127.png" }
2090
   detail { file "highres/detail/alien.png" xscale 0.6 yscale 0.15 } 
2091
}
2092
texture 1129 { pal 0 { file "highres/textures/1129.jpg" } }
2093
 
2094
texture 1130 {
2095
   pal 0 { file "highres/textures/1130.png" }
2096
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
2097
}
2098
texture 1131 {
2099
   pal 0 { file "highres/textures/1131.png" }
2100
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
2101
}
2102
texture 1132 {
2103
   pal 0 { file "highres/textures/1132.jpg" }
2104
   pal 8 { file "highres/textures/1132_8.jpg" }
18 nightfrigh 2105
   normal { file "highres/textures/1132_n.png" parallaxbias 0.03 parallaxscale 0.03 }
1 plagman 2106
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
2107
}
2108
texture 1133 {
2109
   pal 0 { file "highres/textures/1133.jpg" }
18 nightfrigh 2110
   normal { file "highres/textures/1133_n.png" parallaxbias 0.03 parallaxscale 0.06 }
1 plagman 2111
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
2112
}
2113
texture 1134 {
2114
   pal 0 { file "highres/textures/1134.jpg" }
18 nightfrigh 2115
   normal { file "highres/textures/1134_n.png" parallaxbias 0.03 parallaxscale 0.04 }
1 plagman 2116
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
2117
}
2118
texture 1135 {
2119
   pal 0 { file "highres/textures/1135.jpg" }
18 nightfrigh 2120
   normal { file "highres/textures/1135_n.png" parallaxbias 0.03 parallaxscale 0.03 }
1 plagman 2121
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
2122
}
2123
texture 1136 {
2124
   pal 0 { file "highres/textures/1136.jpg" }
2125
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
2126
}
2127
texture 1137 {
2128
   pal 0 { file "highres/textures/1137.png" }
2129
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
2130
}
2131
texture 1138 {
2132
   pal 0 { file "highres/textures/1138.png" }
2133
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
2134
}
2135
texture 1139 {
2136
   pal 0 { file "highres/textures/1139.jpg" }
2137
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
2138
}
2139
 
2140
texture 1140 {
2141
   pal 0 { file "highres/textures/1140.png" }
2142
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
2143
}
2144
texture 1141 {
2145
   pal 0 { file "highres/textures/1141.png" }
2146
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
2147
}
2148
texture 1144 {
2149
   pal 0 { file "highres/textures/1144.png" }
2150
   pal 13 { file "highres/textures/1144_13.png" }
2151
   pal 14 { file "highres/textures/1144_14.png" }
2152
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 }
2153
}
2154
texture 1145 { pal 0 { file "highres/textures/1145.png" } }
2155
texture 1146 { pal 0 { file "highres/textures/1146.png" } }
2156
texture 1147 { pal 0 { file "highres/textures/1147.png" } }
2157
texture 1148 { pal 0 { file "highres/textures/1148.png" } }
2158
texture 1149 { pal 0 { file "highres/textures/1149.png" } }
2159
 
2160
texture 1150 { pal 0 { file "highres/textures/1150.png" } }
2161
texture 1151 { 
2162
   pal 0 { file "highres/textures/1151.jpg" } 
2163
   detail { file "highres/detail/alien.png" xscale 0.6 yscale 0.15 }
2164
}
2165
texture 1152 { 
2166
   pal 0 { file "highres/textures/1152.jpg" }
2167
   pal 14 { file "highres/textures/1152_14.jpg" } 
2168
   pal 15 { file "highres/textures/1152_15.jpg" }
2169
   detail { file "highres/detail/alien.png" xscale 0.6 yscale 0.15 } 
2170
}
2171
texture 1156 { pal 0 { file "highres/textures/1156.png" } }
2172
 
2173
texture 1169 { 
13 parkar 2174
   pal 0 { file "highres/textures/1169_d.png" specpower 3.0 specfactor 0.1 } 
11 parkar 2175
   normal { file "highres/textures/1169_n.png" parallaxbias 0.04 parallaxscale 0.065 }
1 plagman 2176
}
2177
 
2178
texture 1170 {
2179
   pal 0 { file "highres/textures/1170.jpg" }
2180
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.15 }
2181
}
2182
texture 1171 {
2183
   pal 0 { file "highres/textures/1171.jpg" }
2184
   detail { file "highres/detail/concrete.png" xscale 0.6 yscale 0.6 }
2185
}
2186
texture 1173 { 
2187
   pal 0 { file "highres/textures/1173.png" }
2188
   detail { file "highres/detail/metal.png" scale 0.25 }
2189
}
2190
texture 1174 {
2191
   pal 0 { file "highres/textures/1174.png" }
2192
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
2193
}
2194
texture 1175 {
2195
   pal 0 { file "highres/textures/1175.png" }
2196
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
2197
}
2198
texture 1178 {
2199
   pal 0 { file "highres/textures/1178.png" }
2200
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.3 }
2201
}
2202
texture 1179 {
2203
   pal 0 { file "highres/textures/1179.png" }
2204
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
2205
}
2206
 
2207
texture 1182 {
2208
   pal 0 { file "highres/textures/1182.png" }
2209
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.15 }
2210
}
2211
texture 1183 {
2212
   pal 0 { file "highres/textures/1183.png" }
2213
   detail { file "highres/detail/rock.png" xscale 0.6 yscale 0.15 }
2214
}
2215
texture 1184 {
2216
   pal 0 { file "highres/textures/1184.png" }
2217
   detail { file "highres/detail/rock.png" xscale 1.2 yscale 0.15 }
2218
}
2219
texture 1185 {
2220
   pal 0 { file "highres/textures/1185.png" }
2221
   detail { file "highres/detail/dirt2.png" xscale 0.15 yscale 0.15 }
2222
}
2223
texture 1186 {
2224
   pal 0 { file "highres/textures/1186.png" }
2225
   detail { file "highres/detail/metal_worn.png" xscale 1.2 yscale 0.15 }
2226
}
2227
texture 1187 {
2228
   pal 0 { file "highres/textures/1187.png" }
2229
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 }
2230
}
2231
texture 1188 {
2232
   pal 0 { file "highres/textures/1188.png" }
2233
   detail { file "highres/detail/wood_h3.png" xscale 0.3 yscale 0.15 }
2234
}
2235
texture 1189 {
2236
   pal 0 { file "highres/textures/1189.png" }
2237
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.15 }
2238
}
2239
 
2240
texture 1190 {
2241
   pal 0 { file "highres/textures/1190.png" }
2242
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 }
2243
}
2244
texture 1191 {
2245
   pal 0 { file "highres/textures/1191.png" }
2246
   detail { file "highres/detail/rock.png" xscale 0.15 yscale 0.15 }
2247
}
2248
texture 1192 {
2249
   pal 0 { file "highres/textures/1192.png" }
2250
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.3 }
2251
}
2252
texture 1193 {
2253
   pal 0 { file "highres/textures/1193.png" }
2254
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 2.4 }
2255
}
2256
texture 1194 {
2257
   pal 0 { file "highres/textures/1194.png" }
2258
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 2.4 }
2259
}
2260
texture 1195 {
2261
   pal 0 { file "highres/textures/1195.png" }
2262
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 2.4 }
2263
}
2264
texture 1196 {
2265
   pal 0 { file "highres/textures/1196.png" }
2266
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 2.4 }
2267
}
2268
texture 1197 {
2269
   pal 0 { file "highres/textures/1197.png" }
2270
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 2.4 }
2271
}
2272
texture 1199 {
2273
   pal 0 { file "highres/textures/1199.png" }
2274
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 2.4 }
2275
}
2276
 
2277
 
2278
texture 1200 {
2279
   pal 0 { file "highres/textures/1200.png" }
2280
   detail { file "highres/detail/wood_h3.png" xscale 0.6 yscale 2.4 }
2281
}
2282
texture 1203 {
2283
   pal 0 { file "highres/textures/1203.png" nocompress }
2284
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.62 }
2285
}
2286
texture 1204 {
2287
   pal 0 { file "highres/textures/1204.png" specpower 2 specfactor 0.5 }
2288
   normal { file "highres/textures/1204_n.png" parallaxbias 0.025 parallaxscale 0.02 }
2289
   specular { file "highres/textures/1204_s.png" }
2290
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.3 }
2291
}
2292
texture 1205 {
2293
   pal 0 { file "highres/textures/1205.png" }
2294
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
2295
}
2296
texture 1206 {
2297
   pal 0 { file "highres/textures/1206.png" }
2298
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 1.2 }
2299
}
2300
 
2301
texture 1212 {
2302
   pal 0 { file "highres/textures/1212.png" }
2303
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.075 }
2304
}
2305
texture 1213 {
2306
   pal 0 { file "highres/textures/1213.png" }
2307
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.15 }
2308
}
2309
texture 1214 {
2310
   pal 0 { file "highres/textures/1214.png" }
2311
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.075 }
2312
}
2313
texture 1215 {
2314
   pal 0 { file "highres/textures/1215.png" }
2315
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.075 }
2316
   glow { file "highres/textures/1215_g.png" }
2317
}
2318
texture 1216 {
2319
   pal 0 { file "highres/textures/1216.png" }
2320
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.075 }
2321
}
2322
texture 1217 {
2323
   pal 0 { file "highres/textures/1217.png" }
2324
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.075 }
2325
}
2326
texture 1218 {
2327
   pal 0 { file "highres/textures/0900.png" }
2328
   detail { file "highres/detail/fabric.png" xscale 0.6 yscale 0.6 }
2329
}
2330
texture 1219 {
2331
   pal 0 { file "highres/textures/1219.png" }
2332
   detail { file "highres/detail/fabric.png" xscale 0.3 yscale 0.3 }
2333
}
2334
 
2335
texture 1279 {
2336
   pal 0 { file "highres/textures/1279.png" }
2337
   detail { file "highres/detail/rock.png" xscale 0.15 yscale 0.15 }
2338
}
2339
 
2340
texture 1280 { pal 0 { file "highres/textures/1280.jpg" } }
2341
texture 1281 { pal 0 { file "highres/textures/1281.jpg" } }
2342
texture 1282 { pal 0 { file "highres/textures/1282.jpg" } }
2343
texture 1283 { pal 0 { file "highres/textures/1283.jpg" } }
2344
texture 1284 { pal 0 { file "highres/textures/1284.jpg" } }
2345
texture 1285 { pal 0 { file "highres/textures/1285.jpg" } }
2346
texture 1286 { pal 0 { file "highres/textures/1286.jpg" } }
2347
texture 1287 { pal 0 { file "highres/textures/1287.jpg" } }
2348
texture 1288 { pal 0 { file "highres/textures/1288.jpg" } }
2349
 
2350
 
2351
// Tiles005
2352
 
2353
texture 1289 { pal 0 { file "highres/textures/1289.jpg" } }
2354
 
2355
texture 1290 { pal 0 { file "highres/textures/1290.jpg" } }
2356
texture 1291 { pal 0 { file "highres/textures/1291.jpg" } }
2357
texture 1292 { pal 0 { file "highres/textures/1292.jpg" } }
2358
texture 1298 { pal 0 { file "highres/textures/1298.png" } }
2359
texture 1299 { pal 0 { file "highres/textures/1299.png" } }
2360
 
2361
texture 1300 { pal 0 { file "highres/textures/1300.png" } }
2362
texture 1301 { pal 0 { file "highres/textures/1301.png" } }
2363
texture 1302 { pal 0 { file "highres/textures/1302.png" } }
2364
texture 1303 { pal 0 { file "highres/textures/1303.png" } }
2365
texture 1304 { pal 0 { file "highres/textures/1304.png" } }
2366
texture 1305 { pal 0 { file "highres/textures/1305.png" } }
2367
texture 1306 { pal 0 { file "highres/textures/1306.png" } }
2368
texture 1307 { pal 0 { file "highres/textures/1307.png" } }
2369
texture 1308 { pal 0 { file "highres/textures/1308.png" } }
2370
texture 1309 { pal 0 { file "highres/textures/1309.png" } }
2371
 
2372
texture 1310 { pal 0 { file "highres/textures/1310.png" } }
2373
texture 1311 { pal 0 { file "highres/textures/1311.png" } }
2374
 
2375
 
2376
// Tiles006
2377
// Tiles007
2378
// Tiles008
2379
// Tiles009
2380
 
2381
texture 2455 { pal 0 { file "highres/textures/2455.png" } }
2382
 
2383
 
2384
// Tiles010
2385
// Tiles011
2386
 
2387
texture 2920 {
2388
   pal 0 { file "highres/textures/2920.png" specpower 5 specfactor 0.5 }
2389
   normal { file "highres/textures/2920_n.png" }
2390
   detail { file "highres/detail/wood_h3.png" xscale 0.3 yscale 0.1 }
2391
}
2392
texture 2921 {
2393
   pal 0 { file "highres/textures/2921.png" }
2394
   detail { file "highres/detail/wood_h3.png" xscale 0.15 yscale 0.15 }
2395
}
2396
texture 2922 {
2397
   pal 0 { file "highres/textures/2922.jpg" }
2398
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.3 }
2399
}
2400
 
2401
 
2402
// Tiles012
2403
// Tiles013
2404
 
2405
texture 3370 { pal 0 { file "highres/textures/3370.png" } }
2406
texture 3371 { pal 0 { file "highres/textures/3371.png" } }
2407
texture 3372 { pal 0 { file "highres/textures/3372.png" } }
2408
texture 3375 { pal 0 { file "highres/textures/3375.png" } }
2409
texture 3376 { pal 0 { file "highres/textures/3376.png" } }
2410
texture 3377 { pal 0 { file "highres/textures/3377.png" } }
2411
texture 3378 { pal 0 { file "highres/textures/3378.png" } }
2412
 
2413
texture 3381 { pal 0 { file "highres/textures/3381.jpg" } }
2414
texture 3384 { 
2415
   pal 0 { file "highres/textures/3384.png" }
2416
   detail { file "highres/detail/marble.png" xscale 0.3 yscale 0.15 } 
2417
}
2418
texture 3385 { 
2419
   pal 0 { file "highres/textures/3385.png" }
2420
   detail { file "highres/detail/marble.png" xscale 0.6 yscale 0.15 } 
2421
}
2422
texture 3386 { 
2423
   pal 0 { file "highres/textures/3386.png" }
2424
   detail { file "highres/detail/marble.png" xscale 0.15 yscale 0.15 } 
2425
}
2426
texture 3387 { 
2427
   pal 0 { file "highres/textures/3387.png" }
2428
   detail { file "highres/detail/marble.png" xscale 0.15 yscale 0.15 } 
2429
}
2430
 
2431
texture 3392 {
2432
   pal 0 { file "highres/textures/3392.png" }
2433
   detail { file "highres/detail/grass.png" xscale 0.3 yscale 0.3 }
2434
}
2435
texture 3394 { pal 0 { file "highres/textures/3394.png" } }
2436
texture 3395 { pal 0 { file "highres/textures/3395.png" } }
2437
texture 3396 { pal 0 { file "highres/textures/3396.png" } }
2438
texture 3397 {
2439
   pal 0 { file "highres/textures/3397.png" }
2440
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
2441
}
2442
texture 3398 {
2443
   pal 0 { file "highres/textures/3398.png" }
2444
   detail { file "highres/detail/alien_rock.png" xscale 0.15 yscale 0.15 }
2445
}
2446
 
2447
 
2448
texture 3401 {
2449
   pal 0 { file "highres/textures/3401.png" }
2450
   detail { file "highres/detail/grass.png" xscale 0.15 yscale 0.15 }
2451
}
2452
texture 3402 {
2453
   pal 0 { file "highres/textures/3402.png" }
2454
   detail { file "highres/detail/grass.png" xscale 0.15 yscale 0.15 }
2455
}
2456
texture 3403 {
2457
   pal 0 { file "highres/textures/3403.png" }
2458
   detail { file "highres/detail/grass.png" xscale 0.15 yscale 0.15 }
2459
}
2460
texture 3405 {
2461
   pal 0 { file "highres/textures/3405.png" }
2462
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.075 }
2463
}
2464
texture 3406 {
2465
   pal 0 { file "highres/textures/3406.png" }
2466
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
2467
}
2468
texture 3407 {
2469
   pal 0 { file "highres/textures/3407.png" }
2470
   pal 5 { file "highres/textures/3407_5.png" }
18 nightfrigh 2471
   pal 7 { file "highres/textures/3407_7.png" }
1 plagman 2472
   pal 13 { file "highres/textures/3407_13.png" }
2473
   pal 14 { file "highres/textures/3407_14.png" }
2474
   pal 24 { file "highres/textures/3407_24.png" }
2475
   detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.15 }
2476
}
2477
 
2478
texture 3413 {
2479
   pal 0 { file "highres/textures/3413.png" }
2480
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
2481
}
2482
texture 3414 {
2483
   pal 0 { file "highres/textures/3414.jpg" }
2484
   detail { file "highres/detail/metal_fine.png" xscale 0.11 yscale 0.15 }
2485
}
2486
texture 3415 {
2487
   pal 0 { file "highres/textures/3415.jpg" }
2488
   detail { file "highres/detail/metal_fine.png" xscale 0.11 yscale 0.15 }
2489
}
2490
texture 3416 {
2491
   pal 0 { file "highres/textures/3416.png" }
2492
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2493
}
2494
texture 3417 {
2495
   pal 0 { file "highres/textures/3417.jpg" }
2496
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
2497
}
2498
 
2499
 
2500
// Tiles014
2501
// Tiles015
2502
// Tiles016
2503
 
2504
texture 4096 {
2505
   pal 0 { file "highres/textures/4096.png" }
2506
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
2507
}
2508
texture 4097 {
2509
   pal 0 { file "highres/textures/4097.png" }
2510
   pal 12 { file "highres/textures/4097_12.png" }
2511
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2512
}
2513
texture 4098 {
2514
   pal 0 { file "highres/textures/4098.png" }
2515
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2516
}
2517
 
2518
texture 4100 {
2519
   pal 0 { file "highres/textures/4100.png" }
2520
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2521
}
2522
texture 4101 {
2523
   pal 0 { file "highres/textures/4101.png" }
2524
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2525
}
2526
texture 4102 {
2527
   pal 0 { file "highres/textures/4102.png" }
2528
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2529
}
2530
texture 4103 {
2531
   pal 0 { file "highres/textures/4103.png" }
2532
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2533
}
2534
texture 4104 {
2535
   pal 0 { file "highres/textures/4104.png" }
2536
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2537
}
2538
texture 4105 {
2539
   pal 0 { file "highres/textures/4105.png" }
2540
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
2541
}
2542
texture 4106 {
2543
   pal 0 { file "highres/textures/4106.png" }
2544
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
2545
}
2546
texture 4108 {
2547
   pal 0 { file "highres/textures/4108.png" }
2548
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
2549
}
2550
 
2551
texture 4110 {
2552
   pal 0 { file "highres/textures/4110.png" }
2553
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.3 }
2554
}
2555
texture 4111 {
2556
   pal 0 { file "highres/textures/4111.jpg" }
2557
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.3 }
2558
}
2559
texture 4112 {
2560
   pal 0 { file "highres/textures/4112.png" }
2561
   detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.15 }
2562
}
2563
texture 4113 {
2564
   pal 0 { file "highres/textures/4113.png" }
2565
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.15 }
2566
}
2567
texture 4114 {
2568
   pal 0 { file "highres/textures/4114.png" }
2569
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.15 }
2570
}
2571
texture 4115 {
2572
   pal 0 { file "highres/textures/4115.png" }
2573
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.15 }
2574
}
2575
texture 4116 {
2576
   pal 0 { file "highres/textures/4116.png" }
2577
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.15 }
2578
}
2579
 
2580
texture 4120 {
2581
   pal 0 { file "highres/textures/4120.png" }
2582
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2583
}
2584
texture 4121 {
2585
   pal 0 { file "highres/textures/4121.png" }
2586
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2587
}
2588
texture 4122 {
2589
   pal 0 { file "highres/textures/4122.png" }
2590
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2591
}
2592
texture 4123 {
2593
   pal 0 { file "highres/textures/4123.jpg" }
18 nightfrigh 2594
   pal 7 { file "highres/textures/4123_7.png" }
1 plagman 2595
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2596
}
2597
texture 4124 {
2598
   pal 0 { file "highres/textures/4124.jpg" }
18 nightfrigh 2599
   pal 7 { file "highres/textures/4124_7.png" }
1 plagman 2600
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2601
}
2602
texture 4125 {
2603
   pal 0 { file "highres/textures/4125.png" }
2604
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
2605
}
2606
texture 4126 {
2607
   pal 0 { file "highres/textures/4126.png" }
2608
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
2609
}
2610
texture 4127 {
2611
   pal 0 { file "highres/textures/4127.png" }
2612
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2613
}
2614
texture 4128 {
2615
   pal 0 { file "highres/textures/4128.jpg" }
2616
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2617
}
2618
texture 4129 {
2619
   pal 0 { file "highres/textures/4129.jpg" }
2620
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2621
}
2622
 
2623
texture 4130 {
2624
   pal 0 { file "highres/textures/4130.png" }
2625
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2626
}
2627
texture 4131 {
2628
   pal 0 { file "highres/textures/4131.png" }
2629
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2630
}
2631
texture 4132 {
2632
   pal 0 { file "highres/textures/4132.png" }
2633
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2634
}
2635
texture 4133 {
2636
   pal 0 { file "highres/textures/4133.png" }
2637
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2638
}
2639
texture 4134 {
2640
   pal 0 { file "highres/textures/4134.png" }
2641
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2642
}
2643
texture 4135 {
2644
   pal 0 { file "highres/textures/4135.png" }
2645
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2646
}
2647
texture 4136 {
2648
   pal 0 { file "highres/textures/4136.png" }
2649
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2650
}
2651
texture 4137 {
2652
   pal 0 { file "highres/textures/4137.png" }
2653
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2654
}
2655
texture 4138 {
2656
   pal 0 { file "highres/textures/4138.png" }
2657
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
2658
}
2659
texture 4139 {
2660
   pal 0 { file "highres/textures/4139.png" }
2661
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
2662
}
2663
 
2664
texture 4140 {
2665
   pal 0 { file "highres/textures/4140.png" }
2666
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2667
}
2668
texture 4141 {
2669
   pal 0 { file "highres/textures/4141.png" }
2670
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2671
}
2672
texture 4142 {
2673
   pal 0 { file "highres/textures/4142.png" }
2674
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
2675
}
2676
texture 4143 {
2677
   pal 0 { file "highres/textures/4143.png" }
2678
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
2679
}
2680
texture 4144 {
2681
   pal 0 { file "highres/textures/4144.png" }
2682
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2683
}
2684
texture 4145 {
2685
   pal 0 { file "highres/textures/4145.png" }
2686
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2687
}
2688
texture 4146 {
2689
   pal 0 { file "highres/textures/4146.jpg" }
2690
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2691
}
2692
texture 4147 {
2693
   pal 0 { file "highres/textures/4147.png" }
2694
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2695
}
2696
texture 4148 {
2697
   pal 0 { file "highres/textures/4148.png" }
2698
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2699
}
2700
texture 4149 {
2701
   pal 0 { file "highres/textures/4149.png" }
2702
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2703
}
2704
 
2705
texture 4151 {
2706
   pal 0 { file "highres/textures/4151.jpg" }
2707
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 }
2708
}
2709
texture 4152 {
2710
   pal 0 { file "highres/textures/4152.png" }
2711
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2712
}
2713
texture 4154 { detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 } }
2714
texture 4155 { detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 } }
2715
 
2716
texture 4160 {
2717
   pal 0 { file "highres/textures/4160.png" }
2718
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2719
}
2720
texture 4161 {
2721
   pal 0 { file "highres/textures/4161.jpg" }
2722
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.3 }
2723
}
2724
texture 4162 { pal 0 { file "highres/textures/4162.png" } }
2725
texture 4163 { pal 0 { file "highres/textures/4163.png" } }
2726
texture 4164 { pal 0 { file "highres/textures/4164.png" } }
2727
texture 4165 {
2728
   pal 0 { file "highres/textures/4165.png" }
2729
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
2730
}
2731
texture 4166 {
2732
   pal 0 { file "highres/textures/4166.png" }
2733
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2734
}
2735
texture 4168 {
2736
   pal 0 { file "highres/textures/4168.png" }
2737
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
2738
}
2739
texture 4169 {
2740
   pal 0 { file "highres/textures/4169.png" }
2741
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2742
}
2743
 
2744
texture 4170 {
2745
   pal 0 { file "highres/textures/4170.png" }
2746
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2747
}
2748
texture 4171 {
2749
   pal 0 { file "highres/textures/4171.png" }
2750
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.3 }
2751
}
2752
texture 4172 {
2753
   pal 0 { file "highres/textures/4172.png" }
2754
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2755
}
2756
texture 4173 {
2757
   pal 0 { file "highres/textures/4173.png" }
2758
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2759
}
2760
texture 4174 {
2761
   pal 0 { file "highres/textures/4174.png" }
2762
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2763
}
2764
texture 4175 {
2765
   pal 0 { file "highres/textures/4175.png" }
2766
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2767
}
2768
texture 4176 { 
2769
   pal 0 { file "highres/textures/4176.jpg" } 
2770
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2771
}
10 parkar 2772
texture 4177 { 
2773
   pal 0 { file "highres/textures/4177.png" } 
2774
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
2775
}
21 nightfrigh 2776
texture 4178 { 
2777
   pal 0 { file "highres/textures/0207_10.png" }
2778
   pal 13 { file "highres/textures/4178_13.png" } 
2779
}
1 plagman 2780
 
2781
texture 4180 { pal 0 { file "highres/textures/4180.jpg" nocompress } }
2782
texture 4182 { pal 0 { file "highres/textures/4182.jpg" nocompress } }
2783
texture 4183 { pal 0 { file "highres/textures/4183.png" } }
2784
texture 4184 { pal 0 { file "highres/textures/4184.png" } }
2785
texture 4185 { pal 0 { file "highres/textures/4185.png" } }
2786
texture 4186 { pal 0 { file "highres/textures/4186.png" } }
2787
texture 4187 { pal 0 { file "highres/textures/4187.png" } }
2788
texture 4188 { pal 0 { file "highres/textures/4188.png" } }
2789
texture 4189 { pal 0 { file "highres/textures/4189.png" } }
2790
 
2791
texture 4190 {
2792
   pal 0 { file "highres/textures/4190.png" }
2793
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2794
}
2795
texture 4191 { pal 0 { file "highres/textures/4191.png" } }
2796
texture 4192 {
2797
   pal 0 { file "highres/textures/4192.jpg" }
2798
   pal 14 { file "highres/textures/4192_14.jpg" }
2799
}
2800
texture 4193 { pal 0 { file "highres/textures/4193.jpg" } }
2801
texture 4194 {
2802
   pal 0 { file "highres/textures/4194.png" }
2803
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
2804
}
2805
texture 4195 {
2806
   pal 0 { file "highres/textures/4195.png" }
2807
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
2808
}
2809
 
2810
texture 4200 {
2811
   pal 0 { file "highres/textures/4200.png" }
2812
   detail { file "highres/detail/wood_v3.png" xscale 0.3 yscale 0.15 }
2813
}
2814
texture 4201 {
2815
   pal 0 { file "highres/textures/4201.png" }
2816
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 }
2817
}
10 parkar 2818
texture 4202 { 
2819
   pal 0 { file "highres/textures/4202.png" } 
2820
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
2821
}
1 plagman 2822
texture 4206 {
2823
   pal 0 { file "highres/textures/4206.jpg" }
2824
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.15 }
2825
}
10 parkar 2826
texture 4207 { 
2827
   pal 0 { file "highres/textures/4207.png" } 
2828
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.15 }
2829
}
1 plagman 2830
texture 4208 {
2831
   pal 0 { file "highres/textures/4208.png" }
2832
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
2833
}
2834
 
2835
texture 4210 {
2836
   pal 0 { file "highres/textures/4210.png" }
2837
   pal 10 { file "highres/textures/4210_10.png" }
2838
   pal 11 { file "highres/textures/4210_11.png" }
2839
   pal 12 { file "highres/textures/4210_12.png" }
2840
   pal 13 { file "highres/textures/4210_13.png" }
2841
   pal 14 { file "highres/textures/4210_14.png" }
2842
   pal 15 { file "highres/textures/4210_15.png" }
2843
   pal 16 { file "highres/textures/4210_16.png" }
2844
   pal 18 { file "highres/textures/4210_12.png" }
2845
   pal 21 { file "highres/textures/4210_21.png" }
2846
   pal 22 { file "highres/textures/4210_11.png" }
2847
   pal 23 { file "highres/textures/4210_23.png" }
2848
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
2849
}
2850
texture 4211 {
2851
   pal 0 { file "highres/textures/4211.png" }
2852
   pal 10 { file "highres/textures/4211_10.png" }
2853
   pal 11 { file "highres/textures/4211_11.png" }
2854
   pal 12 { file "highres/textures/4211_12.png" }
2855
   pal 13 { file "highres/textures/4211_13.png" }
2856
   pal 14 { file "highres/textures/4211_14.png" }
2857
   pal 15 { file "highres/textures/4211_15.png" }
2858
   pal 16 { file "highres/textures/4211_16.png" }
2859
   pal 18 { file "highres/textures/4211_12.png" }
2860
   pal 21 { file "highres/textures/4211_21.png" }
2861
   pal 22 { file "highres/textures/4211_11.png" }
2862
   pal 23 { file "highres/textures/4211_23.png" }
2863
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
2864
}
2865
texture 4212 {
2866
   pal 0 { file "highres/textures/4212.png" }
2867
   pal 10 { file "highres/textures/4212_10.png" }
2868
   pal 11 { file "highres/textures/4212_11.png" }
2869
   pal 12 { file "highres/textures/4212_12.png" }
2870
   pal 13 { file "highres/textures/4212_13.png" }
2871
   pal 14 { file "highres/textures/4212_14.png" }
2872
   pal 15 { file "highres/textures/4212_15.png" }
2873
   pal 16 { file "highres/textures/4212_16.png" }
2874
   pal 18 { file "highres/textures/4212_12.png" }
2875
   pal 21 { file "highres/textures/4212_21.png" }
2876
   pal 22 { file "highres/textures/4212_11.png" }
2877
   pal 23 { file "highres/textures/4212_23.png" }
2878
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
2879
}
2880
texture 4213 {
2881
   pal 0 { file "highres/textures/4213.png" }
2882
   pal 10 { file "highres/textures/4213_10.png" }
2883
   pal 11 { file "highres/textures/4213_11.png" }
2884
   pal 12 { file "highres/textures/4213_12.png" }
2885
   pal 13 { file "highres/textures/4213_13.png" }
2886
   pal 14 { file "highres/textures/4213_14.png" }
2887
   pal 15 { file "highres/textures/4213_15.png" }
2888
   pal 16 { file "highres/textures/4213_16.png" }
2889
   pal 18 { file "highres/textures/4213_12.png" }
2890
   pal 21 { file "highres/textures/4213_21.png" }
2891
   pal 22 { file "highres/textures/4213_11.png" }
2892
   pal 23 { file "highres/textures/4213_23.png" }
2893
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
2894
}
2895
texture 4214 {
2896
   pal 0 { file "highres/textures/4214.png" }
2897
   pal 10 { file "highres/textures/4214_10.png" }
2898
   pal 11 { file "highres/textures/4214_11.png" }
2899
   pal 12 { file "highres/textures/4214_12.png" }
2900
   pal 13 { file "highres/textures/4214_13.png" }
2901
   pal 14 { file "highres/textures/4214_14.png" }
2902
   pal 15 { file "highres/textures/4214_15.png" }
2903
   pal 16 { file "highres/textures/4214_16.png" }
2904
   pal 18 { file "highres/textures/4214_12.png" }
2905
   pal 21 { file "highres/textures/4214_21.png" }
2906
   pal 22 { file "highres/textures/4214_11.png" }
2907
   pal 23 { file "highres/textures/4214_23.png" }
2908
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
2909
}
2910
texture 4215 {
2911
   pal 0 { file "highres/textures/4215.png" }
2912
   pal 10 { file "highres/textures/4215_10.png" }
2913
   pal 11 { file "highres/textures/4215_11.png" }
2914
   pal 12 { file "highres/textures/4215_12.png" }
2915
   pal 13 { file "highres/textures/4215_13.png" }
2916
   pal 14 { file "highres/textures/4215_14.png" }
2917
   pal 15 { file "highres/textures/4215_15.png" }
2918
   pal 16 { file "highres/textures/4215_16.png" }
2919
   pal 18 { file "highres/textures/4215_12.png" }
2920
   pal 21 { file "highres/textures/4215_21.png" }
2921
   pal 22 { file "highres/textures/4215_11.png" }
2922
   pal 23 { file "highres/textures/4215_23.png" }
2923
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
2924
}
2925
texture 4216 {
2926
   pal 0 { file "highres/textures/4216.png" }
2927
   pal 10 { file "highres/textures/4216_10.png" }
2928
   pal 11 { file "highres/textures/4216_11.png" }
2929
   pal 12 { file "highres/textures/4216_12.png" }
2930
   pal 13 { file "highres/textures/4216_13.png" }
2931
   pal 14 { file "highres/textures/4216_14.png" }
2932
   pal 15 { file "highres/textures/4216_15.png" }
2933
   pal 16 { file "highres/textures/4216_16.png" }
2934
   pal 18 { file "highres/textures/4216_12.png" }
2935
   pal 21 { file "highres/textures/4216_21.png" }
2936
   pal 22 { file "highres/textures/4216_11.png" }
2937
   pal 23 { file "highres/textures/4216_23.png" }
2938
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
2939
}
2940
texture 4217 {
2941
   pal 0 { file "highres/textures/4217.png" }
2942
   pal 10 { file "highres/textures/4217_10.png" }
2943
   pal 11 { file "highres/textures/4217_11.png" }
2944
   pal 12 { file "highres/textures/4217_12.png" }
2945
   pal 13 { file "highres/textures/4217_13.png" }
2946
   pal 14 { file "highres/textures/4217_14.png" }
2947
   pal 15 { file "highres/textures/4217_15.png" }
2948
   pal 16 { file "highres/textures/4217_16.png" }
2949
   pal 18 { file "highres/textures/4217_12.png" }
2950
   pal 21 { file "highres/textures/4217_21.png" }
2951
   pal 22 { file "highres/textures/4217_11.png" }
2952
   pal 23 { file "highres/textures/4217_23.png" }
2953
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
2954
}
2955
texture 4218 {
2956
   pal 0 { file "highres/textures/4218.png" }
2957
   pal 10 { file "highres/textures/4218_10.png" }
2958
   pal 11 { file "highres/textures/4218_11.png" }
2959
   pal 12 { file "highres/textures/4218_12.png" }
2960
   pal 13 { file "highres/textures/4218_13.png" }
2961
   pal 14 { file "highres/textures/4218_14.png" }
2962
   pal 15 { file "highres/textures/4218_15.png" }
2963
   pal 16 { file "highres/textures/4218_16.png" }
2964
   pal 18 { file "highres/textures/4218_12.png" }
2965
   pal 21 { file "highres/textures/4218_21.png" }
2966
   pal 22 { file "highres/textures/4218_11.png" }
2967
   pal 23 { file "highres/textures/4218_23.png" }
2968
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
2969
}
2970
texture 4219 {
2971
   pal 0 { file "highres/textures/4219.png" }
2972
   pal 10 { file "highres/textures/4219_10.png" }
2973
   pal 11 { file "highres/textures/4219_11.png" }
2974
   pal 12 { file "highres/textures/4219_12.png" }
2975
   pal 13 { file "highres/textures/4219_13.png" }
2976
   pal 14 { file "highres/textures/4219_14.png" }
2977
   pal 15 { file "highres/textures/4219_15.png" }
2978
   pal 16 { file "highres/textures/4219_16.png" }
2979
   pal 18 { file "highres/textures/4219_12.png" }
2980
   pal 21 { file "highres/textures/4219_21.png" }
2981
   pal 22 { file "highres/textures/4219_11.png" }
2982
   pal 23 { file "highres/textures/4219_23.png" }
2983
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
2984
}
2985
 
2986
texture 4220 {
2987
   pal 0 { file "highres/textures/4220.png" }
2988
   pal 10 { file "highres/textures/4220_10.png" }
2989
   pal 11 { file "highres/textures/4220_11.png" }
2990
   pal 12 { file "highres/textures/4220_12.png" }
2991
   pal 13 { file "highres/textures/4220_13.png" }
2992
   pal 14 { file "highres/textures/4220_14.png" }
2993
   pal 15 { file "highres/textures/4220_15.png" }
2994
   pal 16 { file "highres/textures/4220_16.png" }
2995
   pal 18 { file "highres/textures/4220_12.png" }
2996
   pal 21 { file "highres/textures/4220_21.png" }
2997
   pal 22 { file "highres/textures/4220_11.png" }
2998
   pal 23 { file "highres/textures/4220_23.png" }
2999
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
3000
}
3001
texture 4221 {
3002
   pal 0 { file "highres/textures/4221.png" }
3003
   pal 10 { file "highres/textures/4221_10.png" }
3004
   pal 11 { file "highres/textures/4221_11.png" }
3005
   pal 12 { file "highres/textures/4221_12.png" }
3006
   pal 13 { file "highres/textures/4221_13.png" }
3007
   pal 14 { file "highres/textures/4221_14.png" }
3008
   pal 15 { file "highres/textures/4221_15.png" }
3009
   pal 16 { file "highres/textures/4221_16.png" }
3010
   pal 18 { file "highres/textures/4221_12.png" }
3011
   pal 21 { file "highres/textures/4221_21.png" }
3012
   pal 22 { file "highres/textures/4221_11.png" }
3013
   pal 23 { file "highres/textures/4221_23.png" }
3014
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
3015
}
3016
texture 4222 {
3017
   pal 0 { file "highres/textures/4222.png" }
3018
   pal 10 { file "highres/textures/4222_10.png" }
3019
   pal 11 { file "highres/textures/4222_11.png" }
3020
   pal 12 { file "highres/textures/4222_12.png" }
3021
   pal 13 { file "highres/textures/4222_13.png" }
3022
   pal 14 { file "highres/textures/4222_14.png" }
3023
   pal 15 { file "highres/textures/4222_15.png" }
3024
   pal 16 { file "highres/textures/4222_16.png" }
3025
   pal 18 { file "highres/textures/4222_12.png" }
3026
   pal 21 { file "highres/textures/4222_21.png" }
3027
   pal 22 { file "highres/textures/4220_11.png" }
3028
   pal 23 { file "highres/textures/4222_23.png" }
3029
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
3030
}
3031
texture 4223 {
3032
   pal 0 { file "highres/textures/4223.png" }
3033
   pal 10 { file "highres/textures/4223_10.png" }
3034
   pal 11 { file "highres/textures/4223_11.png" }
3035
   pal 12 { file "highres/textures/4223_12.png" }
3036
   pal 13 { file "highres/textures/4223_13.png" }
3037
   pal 14 { file "highres/textures/4223_14.png" }
3038
   pal 15 { file "highres/textures/4223_15.png" }
3039
   pal 16 { file "highres/textures/4223_16.png" }
3040
   pal 18 { file "highres/textures/4223_12.png" }
3041
   pal 21 { file "highres/textures/4223_21.png" }
3042
   pal 22 { file "highres/textures/4223_11.png" }
3043
   pal 23 { file "highres/textures/4223_23.png" }
3044
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
3045
}
3046
texture 4224 {
3047
   pal 0 { file "highres/textures/4224.png" }
18 nightfrigh 3048
   pal 13 { file "highres/textures/4224_13.png" }
1 plagman 3049
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.075 }
3050
}
3051
texture 4225 {
3052
   pal 0 { file "highres/textures/4225.png" }
3053
   detail { file "highres/detail/paint.png" xscale 0.15 yscale 0.075 }
3054
}
3055
texture 4226 {
3056
   pal 0 { file "highres/textures/4226.png" }
3057
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.075 }
3058
}
3059
texture 4227 {
3060
   pal 0 { file "highres/textures/4227.png" }
3061
   detail { file "highres/detail/paint.png" xscale 0.15 yscale 0.075 }
3062
}
3063
 
3064
texture 4230 {
3065
   pal 0 { file "highres/textures/4230.png" }
3066
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
3067
}
3068
texture 4231 {
3069
   pal 0 { file "highres/textures/4231.png" }
3070
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
3071
}
3072
texture 4232 {
3073
   pal 0 { file "highres/textures/4232.png" }
3074
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.25 }
3075
}
3076
texture 4233 {
3077
   pal 0 { file "highres/textures/4233.png" }
3078
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.25 }
3079
}
3080
texture 4234 {
3081
   pal 0 { file "highres/textures/4234.png" }
3082
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.3 }
3083
}
3084
texture 4235 {
3085
   pal 0 { file "highres/textures/4235.png" }
3086
   detail { file "highres/detail/paint.png" xscale 0.3 yscale 0.15 }
3087
}
3088
texture 4236 {
3089
   pal 0 { file "highres/textures/4236.png" }
3090
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.6 }
3091
}
3092
texture 4237 {
3093
   pal 0 { file "highres/textures/4237.jpg" }
3094
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
3095
}
3096
 
21 nightfrigh 3097
texture 4240 { 
3098
   pal 0 { file "highres/textures/4240.png" } 
3099
   normal { file "highres/textures/4240_n.png" parallaxbias 0.05 parallaxscale 0.1 }
3100
}
3101
texture 4241 { 
3102
   pal 0 { file "highres/textures/4241.png" } 
3103
   normal { file "highres/textures/4241_n.png" parallaxbias 0.05 parallaxscale 0.1 }
3104
}
3105
texture 4242 { 
3106
   pal 0 { file "highres/textures/4242.png" } 
3107
   normal { file "highres/textures/4242_n.png" parallaxbias 0.05 parallaxscale 0.1 }
3108
}
3109
texture 4243 { 
3110
   pal 0 { file "highres/textures/4243.png" } 
3111
   normal { file "highres/textures/4243_n.png" parallaxbias 0.05 parallaxscale 0.1 }
3112
}
3113
texture 4244 { 
3114
   pal 0 { file "highres/textures/4244.png" } 
3115
   normal { file "highres/textures/4244_n.png" parallaxbias 0.05 parallaxscale 0.1 }
3116
}
3117
texture 4245 { 
3118
   pal 0 { file "highres/textures/4245.png" } 
3119
   normal { file "highres/textures/4245_n.png" parallaxbias 0.05 parallaxscale 0.1 }
3120
}
1 plagman 3121
texture 4249 {
3122
   pal 0 { file "highres/textures/4249.png" }
3123
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
3124
}
3125
 
3126
texture 4250 { pal 0 { file "highres/textures/4250.jpg" } }
3127
texture 4251 { pal 0 { file "highres/textures/4251.jpg" } }
3128
texture 4252 { pal 0 { file "highres/textures/4252.jpg" } }
3129
texture 4253 { pal 0 { file "highres/textures/4253.jpg" } }
3130
texture 4255 {
3131
   pal 0 { file "highres/textures/4255.png" }
3132
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
3133
}
3134
texture 4259 {
3135
   pal 0 { file "highres/textures/4259.png" }
3136
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
3137
}
3138
 
3139
texture 4260 {
3140
   pal 0 { file "highres/textures/4260.png" }
18 nightfrigh 3141
   pal 17 { file "highres/textures/4260_17.png" }
1 plagman 3142
   detail { file "highres/detail/paint.png" xscale 1.2 yscale 0.15 }
3143
}
3144
texture 4261 {
3145
   pal 0 { file "highres/textures/4261.png" }
18 nightfrigh 3146
   pal 17 { file "highres/textures/4261_17.png" }
1 plagman 3147
   detail { file "highres/detail/paint.png" xscale 1.2 yscale 0.15 }
3148
}
3149
texture 4262 {
3150
   pal 0 { file "highres/textures/4262.png" }
18 nightfrigh 3151
   pal 17 { file "highres/textures/4262_17.png" }
1 plagman 3152
   detail { file "highres/detail/paint.png" xscale 1.2 yscale 0.15 }
3153
}
3154
texture 4263 {
3155
   pal 0 { file "highres/textures/4263.png" }
18 nightfrigh 3156
   pal 17 { file "highres/textures/4263_17.png" }
1 plagman 3157
   detail { file "highres/detail/paint.png" xscale 1.2 yscale 0.15 }
3158
}
3159
texture 4268 {
3160
   pal 0 { file "highres/textures/4268.jpg" }
3161
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
3162
}
3163
 
3164
texture 4271 {
3165
   pal 0 { file "highres/textures/4271.png" }
3166
   pal 11 { file "highres/textures/4271_11.png" }
3167
   detail { file "highres/detail/paint.png" xscale 0.21 yscale 0.21 }
3168
}
3169
texture 4272 {
3170
   pal 0 { file "highres/textures/4272.png" }
3171
   pal 11 { file "highres/textures/4272_11.png" }
3172
   detail { file "highres/detail/paint.png" xscale 0.21 yscale 0.21 }
3173
}
3174
texture 4273 {
3175
   pal 0 { file "highres/textures/4273.png" }
3176
   pal 11 { file "highres/textures/4273_11.png" }
3177
   detail { file "highres/detail/paint.png" xscale 0.075 yscale 0.21 }
3178
}
3179
texture 4275 {
3180
   pal 0 { file "highres/textures/4275.png" }
3181
   detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.15 }
3182
}
3183
texture 4276 {
3184
   pal 0 { file "highres/textures/4276.png" }
3185
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
3186
}
3187
texture 4277 {
3188
   pal 0 { file "highres/textures/4277.png" }
3189
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
3190
}
3191
texture 4278 {
3192
   pal 0 { file "highres/textures/4278.png" }
3193
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
3194
}
3195
texture 4279 {
3196
   pal 0 { file "highres/textures/4279.png" }
3197
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
3198
}
3199
 
3200
texture 4280 {
3201
   pal 0 { file "highres/textures/4280.png" }
3202
   detail { file "highres/detail/rust.png" xscale 0.3 yscale 0.15 }
3203
}
3204
texture 4281 {
3205
   pal 0 { file "highres/textures/4281.png" }
3206
   detail { file "highres/detail/metal_worn.png" xscale 0.3 yscale 0.15 }
3207
}
3208
texture 4282 {
3209
   pal 0 { file "highres/textures/4282.png" }
3210
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
3211
}
3212
texture 4283 {
3213
   pal 0 { file "highres/textures/4283.png" }
3214
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
3215
}
3216
texture 4284 {
3217
   pal 0 { file "highres/textures/4284.png" }
18 nightfrigh 3218
   pal 17 { file "highres/textures/4284_17.png" }
1 plagman 3219
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.15 }
3220
}
3221
texture 4285 {
3222
   pal 0 { file "highres/textures/4285.png" }
18 nightfrigh 3223
   pal 17 { file "highres/textures/4285_17.png" }
1 plagman 3224
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
3225
}
3226
texture 4286 {
3227
   pal 0 { file "highres/textures/4286.png" }
18 nightfrigh 3228
   pal 17 { file "highres/textures/4286_17.png" }
1 plagman 3229
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
3230
}
3231
texture 4287 {
3232
   pal 0 { file "highres/textures/4287.png" }
18 nightfrigh 3233
   pal 17 { file "highres/textures/4287_17.png" }
1 plagman 3234
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 0.3 }
3235
}
3236
 
3237
texture 4290 { pal 0 { file "highres/textures/4290.png" } }
3238
texture 4291 { pal 0 { file "highres/textures/4291.png" } }
3239
texture 4292 { pal 0 { file "highres/textures/4292.png" } }
3240
texture 4293 { pal 0 { file "highres/textures/4293.png" } }
3241
texture 4296 { pal 0 { file "highres/textures/4296.png" } }
3242
 
3243
texture 4300 {
3244
   pal 0 { file "highres/textures/4300.jpg" }
3245
   detail { file "highres/detail/metal.png" xscale 0.075 yscale 0.15 }
3246
}
3247
texture 4302 {
3248
   pal 0 { file "highres/textures/4302.png" }
3249
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
3250
}
3251
texture 4303 {
3252
   pal 0 { file "highres/textures/4303.png" }
3253
   detail { file "highres/detail/wood_v3.png" xscale 0.15 yscale 0.15 }
3254
}
3255
texture 4304 {
3256
   pal 0 { file "highres/textures/4304.jpg" }
3257
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
3258
}
3259
texture 4305 {
3260
   pal 0 { file "highres/textures/4305.jpg" }
3261
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
3262
}
3263
texture 4306 {
3264
   pal 0 { file "highres/textures/4306.png" }
3265
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
3266
}
3267
texture 4307 {
3268
   pal 0 { file "highres/textures/4307.png" }
3269
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
3270
}
3271
texture 4308 {
3272
   pal 0 { file "highres/textures/4308.png" }
3273
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
3274
}
3275
 
3276
texture 4310 {
3277
   pal 0 { file "highres/textures/4310.png" }
3278
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3279
}
3280
texture 4317 { pal 0 { file "highres/textures/4317.png" } }
3281
texture 4318 { pal 0 { file "highres/textures/4318.png" } }
3282
texture 4319 {
3283
   pal 0 { file "highres/textures/4319.png" }
3284
   detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.15 }
3285
}
3286
 
3287
texture 4320 {
3288
   pal 0 { file "highres/textures/4320.png" }
3289
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.15 }
3290
}
3291
texture 4321 {
3292
   pal 0 { file "highres/textures/4321.png" }
3293
   detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.15 }
3294
}
3295
texture 4322 {
3296
   pal 0 { file "highres/textures/4322.png" }
3297
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.15 }
3298
}
3299
texture 4323 {
3300
   pal 0 { file "highres/textures/4323.png" }
3301
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.15 }
3302
}
3303
texture 4324 { pal 0 { file "highres/textures/4324.png" } }
3304
texture 4325 {
3305
   pal 0 { file "highres/textures/4325.png" }
3306
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3307
}
3308
texture 4326 {
3309
   pal 0 { file "highres/textures/4326.png" }
3310
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3311
}
3312
texture 4327 {
3313
   pal 0 { file "highres/textures/4327.png" }
3314
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3315
}
3316
texture 4328 {
3317
   pal 0 { file "highres/textures/4328.png" }
3318
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3319
}
3320
 
3321
texture 4330 {
3322
   pal 0 { file "highres/textures/4330.png" }
3323
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
3324
}
3325
texture 4331 {
3326
   pal 0 { file "highres/textures/4331.png" }
3327
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
3328
}
3329
texture 4332 {
3330
   pal 0 { file "highres/textures/4332.png" }
3331
   detail { file "highres/detail/asphalt2.png" xscale 0.3 yscale 0.3 }
3332
}
3333
texture 4333 {
3334
   pal 0 { file "highres/textures/4333.png" }
3335
   detail { file "highres/detail/asphalt2.png" xscale 0.3 yscale 0.3 }
3336
}
3337
texture 4334 {
3338
   pal 0 { file "highres/textures/4334.png" }
3339
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 1.2 }
3340
}
3341
texture 4335 {
3342
   pal 0 { file "highres/textures/4335.png" }
3343
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 1.2 }
3344
}
3345
texture 4336 {
3346
   pal 0 { file "highres/textures/4322.png" }
3347
   detail { file "highres/detail/concrete.png" xscale 0.3 yscale 0.15 }
3348
}
3349
texture 4337 {
3350
   pal 0 { file "highres/textures/4321.png" }
3351
   detail { file "highres/detail/concrete.png" xscale 0.15 yscale 0.15 }
3352
}
3353
 
3354
// Tiles017
3355
 
3356
texture 4364 {
3357
   pal 0 { file "highres/textures/4364.png" }
3358
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
3359
}
3360
texture 4365 {
3361
   pal 0 { file "highres/textures/4365.png" }
3362
   detail { file "highres/detail/metal.png" xscale 0.6 yscale 0.15 }
3363
}
3364
texture 4366 {
3365
   pal 0 { file "highres/textures/4366.png" }
3366
   detail { file "highres/detail/metal.png" xscale 0.3 yscale 1.2 }
3367
}
3368
 
3369
texture 4390 {
3370
   pal 0 { file "highres/textures/4390.png" }
3371
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.6 }
3372
}
3373
texture 4391 {
3374
   pal 0 { file "highres/textures/4391.png" }
3375
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
3376
}
3377
texture 4392 {
3378
   pal 0 { file "highres/textures/4392.png" }
3379
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
3380
}
3381
texture 4393 {
3382
   pal 0 { file "highres/textures/4393.png" }
3383
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
3384
}
3385
texture 4394 {
3386
   pal 0 { file "highres/textures/4394.png" }
3387
   detail { file "highres/detail/metal_fine.png" xscale 0.15 yscale 0.3 }
3388
}
3389
 
3390
 
3391
texture 4418 { pal 0 { file "highres/textures/4418.png" } }
3392
 
3393
texture 4428 {
3394
   pal 0 { file "highres/textures/4428.png" }
3395
   detail { file "highres/detail/wood_h3.png" xscale 0.3 yscale 0.3 }
3396
}
3397
 
3398
texture 4437 { pal 0 { file "highres/textures/4437.png" } }
3399
 
3400
texture 4499 {
3401
   pal 0 { file "highres/textures/4499.png" }
3402
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.15 }
3403
}
3404
 
3405
texture 4500 {
3406
   pal 0 { file "highres/textures/4500.png" }
3407
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.4 }
3408
}
3409
texture 4501 {
3410
   pal 0 { file "highres/textures/4501.png" }
3411
   detail { file "highres/detail/metal_fine.png" xscale 0.6 yscale 0.4 }
3412
}
3413
 
3414
texture 4531 {
3415
   pal 0 { file "highres/textures/4531.png" }
20 nightfrigh 3416
   pal 23 { file "highres/textures/4531_23.png" }
1 plagman 3417
   detail { file "highres/detail/fabric.png" xscale 1.2 yscale 1.2 }
3418
}
3419
texture 4532 {
3420
   pal 0 { file "highres/textures/4532.png" }
3421
   detail { file "highres/detail/paint.png" xscale 0.6 yscale 0.6 }
3422
}
3423
 
3424
texture 4567 { pal 0 { file "highres/textures/4567.png" } }
3425
 
3426
texture 4594 { pal 0 { file "highres/textures/4594.png" } }
3427
texture 4595 { pal 0 { file "highres/textures/4595.png" } }
3428
texture 4596 { pal 0 { file "highres/textures/4596.png" } }
3429
texture 4597 { pal 0 { file "highres/textures/4597.png" } }
3430
texture 4598 { pal 0 { file "highres/textures/4598.png" } }
3431
texture 4599 { pal 0 { file "highres/textures/4599.png" } }
3432
 
3433
 
3434
// Tiles018
3435
// Tiles019
3436
 
3437
texture 4888 {
3438
   pal 0 { file "highres/textures/4888.png" }
3439
   pal 10 { file "highres/textures/4888_10.png" }
3440
   pal 11 { file "highres/textures/4888_11.png" }
3441
   pal 12 { file "highres/textures/4888_12.png" }
3442
   pal 13 { file "highres/textures/4888_13.png" }
3443
   pal 14 { file "highres/textures/4888_14.png" }
3444
   pal 15 { file "highres/textures/4888_15.png" }
3445
   pal 16 { file "highres/textures/4888_16.png" }
3446
   pal 18 { file "highres/textures/4888_12.png" }
3447
   pal 21 { file "highres/textures/4888_21.png" }
3448
   pal 22 { file "highres/textures/4888_11.png" }
3449
   pal 23 { file "highres/textures/4888_23.png" }
3450
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3451
}
3452
 
3453
 
3454
texture 4924 {
3455
   pal 0 { file "highres/textures/4924.png" }
3456
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3457
}
3458
texture 4925 {
3459
   pal 0 { file "highres/textures/4925.png" }
3460
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3461
}
3462
texture 4926 {
3463
   pal 0 { file "highres/textures/4926.png" }
3464
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3465
}
3466
texture 4927 {
3467
   pal 0 { file "highres/textures/4927.png" }
3468
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3469
}
3470
texture 4928 {
3471
   pal 0 { file "highres/textures/4928.png" }
3472
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3473
}
3474
texture 4929 {
3475
   pal 0 { file "highres/textures/4929.png" }
3476
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3477
}
3478
 
3479
texture 4931 {
3480
   pal 0 { file "highres/textures/4931.png" }
3481
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3482
}
3483
texture 4932 {
3484
   pal 0 { file "highres/textures/4932.png" }
3485
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3486
}
3487
texture 4933 {
3488
   pal 0 { file "highres/textures/4933.png" }
3489
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3490
}
3491
texture 4934 {
3492
   pal 0 { file "highres/textures/4934.png" }
3493
   detail { file "highres/detail/metal_fine.png" xscale 0.3 yscale 0.3 }
3494
}
3495
 
3496
 
3497
texture 5063 {
3498
   pal 0 { file "highres/textures/5063.jpg" }
3499
   detail { file "highres/detail/metal.png" xscale 0.15 yscale 0.15 }
3500
}
3501
texture 5064 { pal 0 { file "highres/textures/5064.png" } }
3502
texture 5065 {
3503
   pal 0 { file "highres/textures/5065.png" }
3504
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
3505
}
3506
texture 5066 {
3507
   pal 0 { file "highres/textures/5066.png" }
3508
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
3509
}
3510
texture 5067 {
3511
   pal 0 { file "highres/textures/5067.png" }
3512
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
3513
}
3514
texture 5068 {
3515
   pal 0 { file "highres/textures/5068.png" }
3516
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
3517
}
3518
texture 5069 {
3519
   pal 0 { file "highres/textures/5069.png" }
3520
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
3521
}
3522
 
3523
texture 5070 {
3524
   pal 0 { file "highres/textures/5070.png" }
3525
   detail { file "highres/detail/rock.png" xscale 0.3 yscale 0.3 }
3526
}
3527
texture 5071 {
3528
   pal 0 { file "highres/textures/5071.png" }
3529
   detail { file "highres/detail/alien_concrete_1.png" xscale 0.3 yscale 0.3 }
3530
}
3531
texture 5072 {
3532
   pal 0 { file "highres/textures/5072.png" }
3533
   detail { file "highres/detail/alien_concrete_0.png" xscale 0.3 yscale 0.3 }
3534
}
3535
texture 5073 {
3536
   pal 0 { file "highres/textures/5073.png" }
3537
   detail { file "highres/detail/alien_concrete_1.png" xscale 0.3 yscale 0.3 }
3538
}
3539
texture 5074 {
3540
   pal 0 { file "highres/textures/5074.png" }
3541
   detail { file "highres/detail/alien_concrete_0.png" xscale 0.3 yscale 0.3 }
3542
}
3543
texture 5075 {
3544
   pal 0 { file "highres/textures/5075.png" }
3545
   detail { file "highres/detail/alien_concrete_1.png" xscale 0.3 yscale 0.3 }
3546
}
3547
texture 5076 {
3548
   pal 0 { file "highres/textures/5076.png" }
3549
   detail { file "highres/detail/alien_concrete_0.png" xscale 0.3 yscale 0.3 }
3550
}
3551
texture 5077 {
3552
   pal 0 { file "highres/textures/5077.png" }
3553
   detail { file "highres/detail/alien_concrete_1.png" xscale 0.3 yscale 0.3 }
3554
}
3555
texture 5078 {
3556
   pal 0 { file "highres/textures/5078.png" }
3557
   detail { file "highres/detail/alien_concrete_0.png" xscale 0.3 yscale 0.3 }
3558
}
3559
 
3560
texture 5081 {
3561
   pal 0 { file "highres/textures/5081.png" }
3562
   detail { file "highres/detail/alien_rust_1.png" xscale 0.3 yscale 0.15 }
3563
}
3564
texture 5082 {
3565
   pal 0 { file "highres/textures/5082.png" }
3566
   detail { file "highres/detail/alien_rust_0.png" xscale 0.3 yscale 0.15 }
3567
}
3568
texture 5083 { 
3569
   pal 0 { file "highres/textures/5083.jpg" } 
3570
   pal 15 { file "highres/textures/5083_15.jpg" } 
3571
   detail { file "highres/detail/alien_paint_1.png" xscale 0.3 yscale 0.15 }
3572
}
3573
texture 5084 { 
3574
   pal 0 { file "highres/textures/5084.jpg" } 
3575
   pal 15 { file "highres/textures/5084_15.jpg" } 
3576
   detail { file "highres/detail/alien_paint_0.png" xscale 0.3 yscale 0.15 }
3577
}
3578
texture 5085 {
3579
   pal 0 { file "highres/textures/5085.jpg" }
3580
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
3581
}
3582
texture 5086 {
3583
   pal 0 { file "highres/textures/5086.jpg" }
3584
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
3585
}
3586
texture 5087 {
3587
   pal 0 { file "highres/textures/5087.jpg" }
3588
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
3589
}
3590
texture 5088 {
3591
   pal 0 { file "highres/textures/5088.jpg" }
3592
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
3593
}
3594
texture 5089 {
3595
   pal 0 { file "highres/textures/5089.jpg" }
3596
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
3597
}
3598
 
3599
texture 5090 {
3600
   pal 0 { file "highres/textures/5090.jpg" }
3601
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
3602
}
3603
texture 5091 {
3604
   pal 0 { file "highres/textures/5091.png" }
3605
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.3 }
3606
}
3607
texture 5092 {
3608
   pal 0 { file "highres/textures/5092.png" }
3609
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.3 }
3610
}
3611
texture 5093 {
3612
   pal 0 { file "highres/textures/5093.jpg" }
3613
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 }
3614
}
3615
texture 5094 {
3616
   pal 0 { file "highres/textures/5094.jpg" }
3617
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
3618
}
3619
texture 5095 {
3620
   pal 0 { file "highres/textures/5095.jpg" }
18 nightfrigh 3621
   normal { file "highres/textures/1104_n.png" parallaxbias 0.03 parallaxscale 0.04 }
1 plagman 3622
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.15 }
3623
}
3624
texture 5096 {
3625
   pal 0 { file "highres/textures/5096.png" }
3626
   detail { file "highres/detail/metal_worn.png" xscale 0.15 yscale 0.3 }
3627
}
3628
texture 5097 {
3629
   pal 0 { file "highres/textures/5097.png" }
3630
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.3 }
3631
}
3632
texture 5098 {
3633
   pal 0 { file "highres/textures/5098.jpg" }
3634
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
3635
}
3636
 
3637
texture 5105 {
3638
   pal 0 { file "highres/textures/5105.png" }
21 nightfrigh 3639
   normal { file "highres/textures/5105_n.png" parallaxbias 0.03 parallaxscale 0.08 }
1 plagman 3640
   detail { file "highres/detail/sand.png" xscale 0.3 yscale 0.3 }
3641
}
3642
texture 5107 {
3643
   pal 0 { file "highres/textures/5107.jpg" }
18 nightfrigh 3644
   normal { file "highres/textures/5107_n.png" parallaxbias 0.03 parallaxscale 0.06 }
1 plagman 3645
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
3646
}
3647
texture 5108 {
3648
   pal 0 { file "highres/textures/5108.jpg" }
18 nightfrigh 3649
   normal { file "highres/textures/1101_n.png" parallaxbias 0.03 parallaxscale 0.04 }
1 plagman 3650
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
3651
}
3652
texture 5109 {
3653
   pal 0 { file "highres/textures/5109.png" }
3654
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
3655
}
3656
 
3657
texture 5110 {
14 parkar 3658
   pal 0 { file "highres/textures/5110.png" specpower 2.0 specfactor 0.5 }
23 nightfrigh 3659
   normal { file "highres/textures/5110_n.png" parallaxbias 0.03 parallaxscale 0.06 }
1 plagman 3660
   detail { file "highres/detail/sand.png" xscale 0.15 yscale 0.15 }
3661
}
3662
texture 5111 {
14 parkar 3663
   pal 0 { file "highres/textures/5111.png" specpower 2.0 specfactor 0.5 }
23 nightfrigh 3664
   normal { file "highres/textures/5110_n.png" parallaxbias 0.03 parallaxscale 0.06 }
1 plagman 3665
   detail { file "highres/detail/sand.png" xscale 0.15 yscale 0.15 }
3666
}
3667
texture 5112 {
14 parkar 3668
   pal 0 { file "highres/textures/5112.png" specpower 2.0 specfactor 0.5 }
23 nightfrigh 3669
   normal { file "highres/textures/5110_n.png" parallaxbias 0.03 parallaxscale 0.06 }
1 plagman 3670
   detail { file "highres/detail/sand.png" xscale 0.15 yscale 0.15 }
3671
}
3672
texture 5113 {
14 parkar 3673
   pal 0 { file "highres/textures/5113.png" specpower 2.0 specfactor 0.5 }
3674
   normal { file "highres/textures/5113_n.png" parallaxbias 0.03 parallaxscale 0.1 }
1 plagman 3675
   detail { file "highres/detail/rock.png" xscale 0.15 yscale 0.15 }
3676
}
3677
texture 5114 {
14 parkar 3678
   pal 0 { file "highres/textures/5114.png" specpower 2.0 specfactor 0.5 }
3679
   normal { file "highres/textures/5113_n.png" parallaxbias 0.03 parallaxscale 0.1 }
1 plagman 3680
   detail { file "highres/detail/rock.png" xscale 0.15 yscale 0.15 }
3681
}
3682
texture 5115 {
14 parkar 3683
   pal 0 { file "highres/textures/5115.png" specpower 2.0 specfactor 0.5 }
3684
   normal { file "highres/textures/5113_n.png" parallaxbias 0.03 parallaxscale 0.1 }
1 plagman 3685
   detail { file "highres/detail/rock.png" xscale 0.15 yscale 0.15 }
3686
}
3687
texture 5116 {
3688
   pal 0 { file "highres/textures/5116.png" }
3689
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
3690
}
3691
texture 5117 {
3692
   pal 0 { file "highres/textures/5117.png" }
3693
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
3694
}
3695
texture 5118 {
3696
   pal 0 { file "highres/textures/5118.png" }
3697
   detail { file "highres/detail/alien.png" xscale 0.15 yscale 0.15 }
3698
}
3699
texture 5119 {
3700
   pal 0 { file "highres/textures/5119.jpg" }
18 nightfrigh 3701
   normal { file "highres/textures/5119_n.png" parallaxbias 0.03 parallaxscale 0.06 }
1 plagman 3702
   detail { file "highres/detail/alien.png" xscale 0.3 yscale 0.3 }
3703
}