Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
62 chriss 1
textures/holodeck_temple/ctfc_sky_light
2
{
3
    qer_editorimage textures/common/stars_bk.tga
4
    surfaceparm noimpact
5
    surfaceparm nomarks
6
    surfaceparm nolightmap
7
    surfaceparm sky
8
    q3map_sun 0.9 0.9 1 35 65 75
9
    skyParms env/stars 512 -
10
}
11
 
12
textures/holodeck_temple/ctfc_sky_light2
13
{
14
    qer_editorimage textures/common/stars_bk.tga
15
    surfaceparm noimpact
16
    surfaceparm nomarks
17
    surfaceparm nolightmap
18
    surfaceparm sky
19
	q3map_surfacelight 35
20
    q3map_sun 0.9 0.9 1 35 65 75
21
    skyParms env/stars 512 -
22
}
23
 
24
textures/holodeck_temple/ctfc_lava
25
{
26
	qer_editorimage textures/holodeck_training/lava2.tga
27
    surfaceparm lava
28
    surfaceparm nolightmap
29
    surfaceparm nosteps
30
    surfaceparm trans
31
	q3map_surfacelight 500
32
    {
33
        map textures/holodeck_training/lava2.tga
34
        rgbGen identity
35
        tcMod scroll -0.02 -0.01
36
    }
37
    {
38
        map textures/holodeck_training/lava2_mult.tga
39
        blendFunc GL_DST_COLOR GL_SRC_COLOR
40
        rgbGen identity
41
        tcMod scale 2 2
42
        tcMod scroll 0.01 0.02
43
    }
44
    {
45
        map textures/holodeck_training/lava2_mult.tga
46
        blendFunc GL_DST_COLOR GL_SRC_COLOR
47
        detail
48
        rgbGen identity
49
        tcMod scale 3 3
50
        tcMod scroll -0.015 -0.025
51
    }
52
}
53
 
54
textures/holodeck_temple/ctfc_firepool
55
{
56
    surfaceparm nolightmap
57
    surfaceparm nonsolid
58
    surfaceparm trans
59
    {
60
        map textures/holodeck_temple/ctfc_firepool.tga
61
        blendFunc GL_ONE GL_ONE
62
		rgbGen wave sin 0.85 0.15 0 0.5
63
        tcMod turb 0 0.0025 0 0.5
64
        tcMod stretch noise 1 0.002 0 5
65
    }
66
}
67
 
68
textures/holodeck_temple/ctfc_fog
69
{
70
    surfaceparm nolightmap
71
    surfaceparm nonsolid
72
    surfaceparm trans
73
    {
74
        map textures/holodeck_temple/ctfc_fog.tga
75
        blendFunc GL_ONE GL_ONE
76
		rgbGen wave sin 0.75 0.25 0 0.35
77
    }
78
}
79
 
80
textures/holodeck_temple/ctfc_psychicvortex
81
{
82
    surfaceparm nolightmap
83
    surfaceparm nonsolid
84
    surfaceparm trans
85
    {
86
        clampmap textures/holodeck_temple/ctfc_psychicvortex.tga
87
        blendFunc GL_ONE GL_ONE
88
		rgbGen wave sin 0.75 0.25 2 0.3
89
        tcMod rotate -9.5
90
    }
91
    {
92
        clampmap textures/holodeck_temple/ctfc_psychicvortex2.tga
93
        blendFunc GL_ONE GL_ONE
94
		rgbGen wave sin 0.75 0.25 0 0.22
95
        tcMod rotate 12.5
96
    }
97
}
98
 
99
textures/holodeck_temple/ctfc_redlighttube
100
{
101
	qer_editorimage textures/holodeck_temple/ctfc_lighttube
102
//	surfaceparm nolightmap
103
//	surfaceparm pointlight
104
	{
105
		map textures/holodeck_temple/ctfc_redbubbles.tga
106
		blendFunc GL_ONE GL_ZERO
107
		tcMod scroll 0.0 0.5
108
		rgbGen identity
109
	}
110
	{
111
		map textures/holodeck_temple/ctfc_redbubbles.tga
112
		blendFunc GL_ONE GL_ONE
113
		tcMod scale -1 0.82
114
		tcMod scroll 0.0 0.2
115
		detail
116
		rgbGen identity
117
	}
118
    {
119
        map textures/holodeck_temple/ctfc_lighttube.tga
120
        blendFunc GL_ONE GL_SRC_ALPHA
121
		rgbGen identity
122
    }
123
    {
124
        map $lightmap
125
        blendFunc GL_DST_COLOR GL_ZERO
126
		rgbGen identity
127
    }
128
}
129
 
130
textures/holodeck_temple/ctfc_bluelighttube
131
{
132
	qer_editorimage textures/holodeck_temple/ctfc_lighttube
133
//	surfaceparm nolightmap
134
//	surfaceparm pointlight
135
	{
136
		map textures/holodeck_temple/ctfc_bluebubbles.tga
137
		blendFunc GL_ONE GL_ZERO
138
		tcMod scroll 0.0 0.5
139
		rgbGen identity
140
	}
141
	{
142
		map textures/holodeck_temple/ctfc_bluebubbles.tga
143
		blendFunc GL_ONE GL_ONE
144
		tcMod scale -1 0.82
145
		tcMod scroll 0.0 0.2
146
		detail
147
		rgbGen identity
148
	}
149
    {
150
        map textures/holodeck_temple/ctfc_lighttube.tga
151
        blendFunc GL_ONE GL_SRC_ALPHA
152
		rgbGen identity
153
    }
154
    {
155
        map $lightmap
156
        blendFunc GL_DST_COLOR GL_ZERO
157
		rgbGen identity
158
    }
159
}
160
 
161
textures/holodeck_temple/ctfc_whitelighttube
162
{
163
	qer_editorimage textures/holodeck_temple/ctfc_lighttube
164
//	surfaceparm nolightmap
165
//	surfaceparm pointlight
166
	{
167
		map textures/holodeck_temple/ctfc_whitebubbles.tga
168
		blendFunc GL_ONE GL_ZERO
169
		tcMod scroll 0.0 0.5
170
		rgbGen identity
171
	}
172
	{
173
		map textures/holodeck_temple/ctfc_whitebubbles.tga
174
		blendFunc GL_ONE GL_ONE
175
		tcMod scale -1 0.82
176
		tcMod scroll 0.0 0.2
177
		detail
178
		rgbGen identity
179
	}
180
    {
181
        map textures/holodeck_temple/ctfc_lighttube.tga
182
        blendFunc GL_ONE GL_SRC_ALPHA
183
		rgbGen identity
184
    }
185
    {
186
        map $lightmap
187
        blendFunc GL_DST_COLOR GL_ZERO
188
		rgbGen identity
189
    }
190
}
191
 
192
textures/holodeck_temple/ctfc_stone1
193
{
194
	{
195
		map textures/holodeck_temple/ctfc_stone1.tga
196
		blendFunc GL_ONE GL_ZERO
197
		rgbGen identity
198
	}
199
	{
200
		map textures/detail/stonerough.tga
201
		blendFunc GL_DST_COLOR GL_SRC_COLOR
202
		tcMod scale 8 8
203
		detail
204
		rgbGen identity
205
	}
206
    {
207
        map $lightmap
208
        blendFunc GL_DST_COLOR GL_ZERO
209
		rgbGen identity
210
    }
211
}
212
 
213
textures/holodeck_temple/ctfc_stone2
214
{
215
	{
216
		map textures/holodeck_temple/ctfc_stone2.tga
217
		blendFunc GL_ONE GL_ZERO
218
		rgbGen identity
219
	}
220
	{
221
		map textures/detail/stonerough.tga
222
		blendFunc GL_DST_COLOR GL_SRC_COLOR
223
		tcMod scale 8 8
224
		detail
225
		rgbGen identity
226
	}
227
    {
228
        map $lightmap
229
        blendFunc GL_DST_COLOR GL_ZERO
230
		rgbGen identity
231
    }
232
}
233
 
234
textures/holodeck_temple/ctfc_stone3
235
{
236
	{
237
		map textures/holodeck_temple/ctfc_stone3.tga
238
		blendFunc GL_ONE GL_ZERO
239
		rgbGen identity
240
	}
241
	{
242
		map textures/detail/stonerough.tga
243
		blendFunc GL_DST_COLOR GL_SRC_COLOR
244
		tcMod scale 8 8
245
		detail
246
		rgbGen identity
247
	}
248
    {
249
        map $lightmap
250
        blendFunc GL_DST_COLOR GL_ZERO
251
		rgbGen identity
252
    }
253
}
254
 
255
textures/holodeck_temple/ctfc_stone4
256
{
257
	{
258
		map textures/holodeck_temple/ctfc_stone4.tga
259
		blendFunc GL_ONE GL_ZERO
260
		rgbGen identity
261
	}
262
	{
263
		map textures/detail/stonerough.tga
264
		blendFunc GL_DST_COLOR GL_SRC_COLOR
265
		tcMod scale 8 8
266
		detail
267
		rgbGen identity
268
	}
269
    {
270
        map $lightmap
271
        blendFunc GL_DST_COLOR GL_ZERO
272
		rgbGen identity
273
    }
274
}
275
 
276
textures/holodeck_temple/ctfc_tile1
277
{
278
	{
279
		map textures/holodeck_temple/ctfc_tile1.tga
280
		blendFunc GL_ONE GL_ZERO
281
		rgbGen identity
282
	}
283
	{
284
		map textures/detail/stoneholey2.tga
285
		blendFunc GL_DST_COLOR GL_SRC_COLOR
286
		tcMod scale 16 16
287
		detail
288
		rgbGen identity
289
	}
290
    {
291
        map $lightmap
292
        blendFunc GL_DST_COLOR GL_ZERO
293
		rgbGen identity
294
    }
295
}
296
 
297
textures/holodeck_temple/ctfc_rock1
298
{
299
	{
300
		map textures/holodeck_temple/ctfc_rock1.tga
301
		blendFunc GL_ONE GL_ZERO
302
		rgbGen identity
303
	}
304
	{
305
		map textures/detail/stonerough.tga
306
		blendFunc GL_DST_COLOR GL_SRC_COLOR
307
		tcMod scale 8 8
308
		detail
309
		rgbGen identity
310
	}
311
    {
312
        map $lightmap
313
        blendFunc GL_DST_COLOR GL_ZERO
314
		rgbGen identity
315
    }
316
}
317
 
318
textures/holodeck_temple/ctfc_trim1
319
{
320
	{
321
		map textures/holodeck_temple/ctfc_trim1.tga
322
		blendFunc GL_ONE GL_ZERO
323
		rgbGen identity
324
	}
325
	{
326
		map textures/detail/stoneholey2.tga
327
		blendFunc GL_DST_COLOR GL_SRC_COLOR
328
		tcMod scale 8 4
329
		detail
330
		rgbGen identity
331
	}
332
    {
333
        map $lightmap
334
        blendFunc GL_DST_COLOR GL_ZERO
335
		rgbGen identity
336
    }
337
}
338
 
339
textures/holodeck_temple/ctfc_trim2
340
{
341
	{
342
		map textures/holodeck_temple/ctfc_trim2.tga
343
		blendFunc GL_ONE GL_ZERO
344
		rgbGen identity
345
	}
346
	{
347
		map textures/detail/stoneholey2.tga
348
		blendFunc GL_DST_COLOR GL_SRC_COLOR
349
		tcMod scale 16 8
350
		detail
351
		rgbGen identity
352
	}
353
    {
354
        map $lightmap
355
        blendFunc GL_DST_COLOR GL_ZERO
356
		rgbGen identity
357
    }
358
}
359
 
360
textures/holodeck_temple/ctfc_trim3
361
{
362
	{
363
		map textures/holodeck_temple/ctfc_trim3.tga
364
		blendFunc GL_ONE GL_ZERO
365
		rgbGen identity
366
	}
367
	{
368
		map textures/detail/stoneholey2.tga
369
		blendFunc GL_DST_COLOR GL_SRC_COLOR
370
		tcMod scale 8 4
371
		detail
372
		rgbGen identity
373
	}
374
    {
375
        map $lightmap
376
        blendFunc GL_DST_COLOR GL_ZERO
377
		rgbGen identity
378
    }
379
}