Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
62 chriss 1
textures/captainproton/bulbglow
2
{
3
    surfaceparm nolightmap
4
    {
5
        map textures/captainproton/bulbglow.tga
6
        blendFunc GL_ONE GL_ZERO
7
        rgbGen wave sin 0.75 0.25 0 1
8
    }
9
    {
10
        map textures/detail/gleam.tga
11
        blendFunc GL_DST_COLOR GL_SRC_COLOR
12
        rgbGen identity
13
        tcGen environment
14
    }
15
}
16
 
17
textures/captainproton/bulb
18
{
19
    surfaceparm nolightmap
20
    {
21
        map textures/captainproton/bulb.tga
22
        blendFunc GL_ONE GL_ZERO
23
        rgbGen identity
24
    }
25
    {
26
        map textures/detail/gleam.tga
27
        blendFunc GL_DST_COLOR GL_SRC_COLOR
28
        rgbGen identity
29
        tcGen environment
30
    }
31
}
32
 
33
textures/captainproton/panel1_glow
34
{
35
    {
36
        map $lightmap
37
        blendFunc GL_ONE GL_ZERO
38
        rgbGen identity
39
    }
40
    {
41
        map textures/captainproton/panel1.tga
42
        blendFunc GL_DST_COLOR GL_ZERO
43
        rgbGen identity
44
    }
45
    {
46
        map textures/captainproton/panel1_glow.tga
47
        blendFunc GL_ONE GL_ONE
48
        rgbGen wave sin 0.5 0.5 0 1
49
    }
50
}
51
 
52
textures/captainproton/controlpanel2_glow
53
{
54
    {
55
        map $lightmap
56
        blendFunc GL_ONE GL_ZERO
57
        rgbGen identity
58
    }
59
    {
60
        map textures/captainproton/controlpanel2.tga
61
        blendFunc GL_DST_COLOR GL_ZERO
62
        rgbGen identity
63
    }
64
    {
65
        map textures/captainproton/controlpanel2_glow.tga
66
        blendFunc GL_ONE GL_ONE
67
        rgbGen wave sin 0.5 0.5 0 1
68
    }
69
}
70
 
71
textures/captainproton/rockwall_vlight
72
{
73
    //q3map_forcesunlight
74
    qer_editorimage textures/captainproton/rockwall.tga
75
    surfaceparm nolightmap
76
    {
77
        map textures/captainproton/rockwall.tga
78
        rgbGen vertex
79
    }
80
}
81
 
82
textures/captainproton/energybarrier
83
{
84
    surfaceparm nolightmap
85
    surfaceparm trans
86
    {
87
        map textures/captainproton/energybarrier.tga
88
        blendFunc GL_DST_COLOR GL_SRC_COLOR
89
        tcMod scale 2 2
90
        tcMod scroll 0 -1
91
    }
92
    {
93
        map textures/captainproton/energybarrier.tga
94
        blendFunc GL_DST_COLOR GL_SRC_COLOR
95
        tcMod scale 3.25 3.25
96
        tcMod scroll 0 -2
97
    }
98
}
99
 
100
textures/captainproton/lava
101
{
102
    q3map_surfacelight 250
103
    surfaceparm lava
104
    surfaceparm nolightmap
105
    surfaceparm nosteps
106
    surfaceparm trans
107
    cull disable
108
    deformVertexes wave 200 sin 0 1 0 0.25
109
    tessSize 96
110
    {
111
        map textures/captainproton/lava.tga
112
        rgbGen identity
113
        tcMod scroll -0.02 -0.01
114
    }
115
    {
116
        map textures/captainproton/lava_mult.tga
117
        blendFunc GL_DST_COLOR GL_SRC_COLOR
118
        rgbGen identity
119
        tcMod scale 2 2
120
        tcMod scroll 0.01 0.02
121
    }
122
    {
123
        map textures/captainproton/lava_mult.tga
124
        blendFunc GL_DST_COLOR GL_SRC_COLOR
125
        detail
126
        rgbGen identity
127
        tcMod scale 3 3
128
        tcMod scroll -0.015 -0.025
129
    }
130
}
131
 
132
textures/captainproton/drapes
133
{
134
    surfaceparm trans
135
    cull disable
136
    {
137
        map textures/captainproton/drapes.tga
138
        alphaFunc GE128
139
        blendFunc GL_ONE GL_ZERO
140
        rgbGen identity
141
    }
142
    {
143
        map $lightmap
144
        blendFunc GL_DST_COLOR GL_ZERO
145
        depthFunc equal
146
    }
147
}
148
 
149
textures/captainproton/latticework2_alpha
150
{
151
    qer_editorimage textures/captainproton/latticework2
152
    surfaceparm trans
153
    {
154
        map textures/captainproton/latticework2.tga
155
        alphaFunc GE128
156
        blendFunc GL_ONE GL_ZERO
157
        depthWrite
158
        rgbGen identity
159
    }
160
    {
161
        map $lightmap
162
        blendFunc GL_DST_COLOR GL_ZERO
163
        depthFunc equal
164
        rgbGen identity
165
    }
166
}
167
 
168
textures/borg/borg_middle_red
169
{
170
    {
171
        map textures/borg/gradiant_red.tga
172
        blendFunc GL_ONE GL_ZERO
173
        tcMod scroll 0 1
174
    }
175
    {
176
        map textures/borg/borg_middle_red.tga
177
        blendFunc GL_ONE GL_SRC_ALPHA
178
    }
179
    {
180
        map $lightmap
181
        blendFunc GL_DST_COLOR GL_ZERO
182
        rgbGen identity
183
    }
184
}
185
 
186
textures/borg/borg_middle_blue
187
{
188
    {
189
        map textures/borg/gradiant_blue.tga
190
        blendFunc GL_ONE GL_ZERO
191
        tcMod scroll 0 1
192
    }
193
    {
194
        map textures/borg/borg_middle_blue.tga
195
        blendFunc GL_ONE GL_SRC_ALPHA
196
    }
197
    {
198
        map $lightmap
199
        blendFunc GL_DST_COLOR GL_ZERO
200
        rgbGen identity
201
    }
202
}
203
 
204
textures/borg/ribbing5_red
205
{
206
    {
207
        map $lightmap
208
        rgbGen identity
209
    }
210
    {
211
        map textures/borg/ribbing5_red.tga
212
        blendFunc GL_DST_COLOR GL_ZERO
213
        rgbGen identity
214
    }
215
    {
216
        map textures/voyager/pulse1_red.tga
217
        blendFunc GL_ONE GL_ONE
218
        rgbGen wave sin 0.5 0.25 0.25 0.25
219
        tcMod turb 0.2 0.2 0.1 1
220
        tcMod scale 0.25 0.25
221
        tcMod scroll -0.5 -1.2
222
    }
223
}
224
 
225
textures/borg/light4_red
226
{
227
    q3map_surfacelight 50000
228
    light 0.5
229
    surfaceparm nolightmap
230
    {
231
        map textures/borg/light4_red.tga
232
    }
233
}
234
 
235
textures/holodeck_temple/water1f_again
236
{
237
    qer_trans 0.25
238
    surfaceparm nomarks
239
    surfaceparm nolightmap
240
    surfaceparm trans
241
    surfaceparm water
242
    surfaceparm pointlight
243
    deformVertexes wave 100 sin 0 2 0 0.5
244
    tessSize 96
245
    {
246
        map textures/holodeck_temple/water1f.tga
247
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
248
        rgbGen vertex
249
        tcMod scroll 0.09 -0.07
250
    }
251
    {
252
        map textures/garden/clouds_dark.tga
253
        blendFunc GL_DST_COLOR GL_SRC_COLOR
254
        tcGen environment
255
        tcMod scroll 0.025 0.025
256
    }
257
    {
258
        //* detail
259
        map textures/garden/clouds_dark.tga
260
        blendFunc GL_DST_COLOR GL_SRC_COLOR
261
        tcGen environment
262
        tcMod scroll -0.035 -0.015
263
    }
264
}
265
 
266
textures/holodeck_temple/water1f_twosided
267
{
268
    qer_editorimage textures/holodeck_temple/water1f.tga
269
    qer_trans 0.25
270
    surfaceparm nomarks
271
    surfaceparm nolightmap
272
    surfaceparm trans
273
    surfaceparm water
274
    surfaceparm pointlight
275
    cull disable
276
    deformVertexes wave 200 sin 0 6 0 0.5
277
    tessSize 144
278
    {
279
        map textures/holodeck_temple/water1f.tga
280
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
281
        rgbGen vertex
282
        tcMod scroll 0.05 -0.03
283
    }
284
    {
285
        map textures/holodeck_temple/water1f.tga
286
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
287
        rgbGen vertex
288
        tcMod scroll 0.045 0.05
289
    }
290
}
291
 
292
textures/holodeck_temple/daysky_light_frost
293
{
294
    q3map_lightimage textures/holodeck_temple/lightcyan.tga
295
    qer_editorimage textures/common/sky.tga
296
    surfaceparm noimpact
297
    surfaceparm nomarks
298
    surfaceparm nolightmap
299
    surfaceparm sky
300
    q3map_sun 1 1 1 175 65 45
301
    skyParms env/camelot 512 -
302
    {
303
        map textures/skies/clouds1.tga
304
        blendFunc GL_ONE GL_ZERO
305
        tcMod scale 8 8
306
        tcMod scroll 0.04 0.02
307
    }
308
}
309
 
310
textures/terrain/ctf_valley
311
{
312
    //q3map_novertexshadows
313
    //q3map_forcesunlight
314
    qer_editorimage textures/garden/rock_color.tga
315
    surfaceparm nolightmap
316
    {
317
        map textures/garden/dirt1.tga
318
        rgbGen vertex
319
        alphaGen vertex
320
    }
321
    {
322
        map textures/garden/grass.tga
323
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
324
        rgbGen vertex
325
        alphaGen vertex
326
    }
327
}
328
 
329
textures/terrain/proton_0to1
330
{
331
    //q3map_novertexshadows
332
    //q3map_forcesunlight
333
    qer_editorimage textures/garden/rock_color.tga
334
    surfaceparm nolightmap
335
    {
336
        map textures/captainproton/rockwall.tga
337
        rgbGen vertex
338
        alphaGen vertex
339
    }
340
    {
341
        map textures/captainproton/rockfloor3.tga
342
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
343
        rgbGen vertex
344
        alphaGen vertex
345
    }
346
}
347
 
348
textures/common/terrain
349
{
350
    qer_editorimage textures/garden/dirt1.tga
351
    surfaceparm nodraw
352
}
353
 
354
textures/common/nacelle_lightred
355
{
356
    //q3map_surfacelight 2500
357
    q3map_lightimage textures/common/lightred.tga
358
    qer_editorimage textures/common/nacelle_red.tga
359
    {
360
        map $lightmap
361
        rgbGen identity
362
    }
363
    {
364
        map textures/common/greysquare2_nacelle.tga
365
        blendFunc GL_DST_COLOR GL_ZERO
366
        rgbGen identity
367
    }
368
    {
369
        map textures/common/nacelle_red.tga
370
        blendFunc GL_ONE GL_ONE
371
    }
372
}
373
 
374
textures/common/nacelle_lightblue
375
{
376
    //q3map_surfacelight 2500
377
    q3map_lightimage textures/common/lightblue.tga
378
    qer_editorimage textures/common/nacelle_blue.tga
379
    {
380
        map $lightmap
381
        rgbGen identity
382
    }
383
    {
384
        map textures/common/greysquare2_nacelle.tga
385
        blendFunc GL_DST_COLOR GL_ZERO
386
        rgbGen identity
387
    }
388
    {
389
        map textures/common/nacelle_blue.tga
390
        blendFunc GL_ONE GL_ONE
391
    }
392
}
393
 
394
textures/common/nacelle_lightwhite
395
{
396
    //q3map_surfacelight 2500
397
    qer_editorimage textures/common/nacelle_white.tga
398
    {
399
        map $lightmap
400
        rgbGen identity
401
    }
402
    {
403
        map textures/common/greysquare2_nacelle.tga
404
        blendFunc GL_DST_COLOR GL_ZERO
405
        rgbGen identity
406
    }
407
    {
408
        map textures/common/nacelle_white.tga
409
        blendFunc GL_ONE GL_ONE
410
    }
411
}
412
 
413
textures/common/sky_light_reservoir
414
{
415
    qer_editorimage textures/common/sky.tga
416
    surfaceparm noimpact
417
    surfaceparm nomarks
418
    surfaceparm nolightmap
419
    surfaceparm sky
420
	skyparms - 512 -
421
    {
422
        map textures/skies/clouds2.tga
423
        blendFunc GL_ONE GL_ZERO
424
        tcMod scale 8 8
425
        tcMod scroll 0.05 0.025
426
    }
427
	{
428
        clampmap textures/skies/lightred-blue.tga
429
        blendFunc GL_DST_COLOR GL_ZERO
430
        tcMod transform 1 0 0 1 -1.075 -1.075
431
    }
432
}
433
 
434
textures/common/sky_light_singularity
435
{
436
    q3map_lightimage textures/common/white.tga
437
    qer_editorimage textures/common/sky.tga
438
    q3map_surfacelight 125
439
    surfaceparm noimpact
440
    surfaceparm nomarks
441
    surfaceparm nolightmap
442
    surfaceparm sky
443
    q3map_sun 1 0.75 0.75 145 65 65
444
    {
445
        map textures/common/black.tga
446
    }
447
}
448
 
449
textures/common/sky_clouds1
450
{
451
    qer_editorimage map
452
    surfaceparm noimpact
453
    surfaceparm nomarks
454
    surfaceparm nolightmap
455
    surfaceparm sky
456
    q3map_sun 1 1 1 75 65 45
457
    skyParms env/stars 512 -
458
    {
459
        map textures/skies/clouds.tga
460
        blendFunc GL_ONE GL_ZERO
461
        tcMod scale 2 2
462
        tcMod scroll 0.05 0.05
463
    }
464
}
465
 
466
textures/garden/rock_color_vertexlight
467
{
468
    qer_editorimage textures/garden/rock_color.tga
469
    surfaceparm nolightmap
470
    surfaceparm pointlight
471
    {
472
        map textures/garden/rock_color.tga
473
        rgbGen vertex
474
    }
475
}
476
 
477
textures/garden/dirt1_vertexlight
478
{
479
    qer_editorimage textures/garden/dirt1.tga
480
    surfaceparm nolightmap
481
    surfaceparm pointlight
482
    {
483
        map textures/garden/dirt1.tga
484
        rgbGen vertex
485
    }
486
}
487
 
488
textures/scavenger/k_basic7_b_noclip
489
{
490
    qer_editorimage textures/scavenger/k_basic7_b.tga
491
    surfaceparm metalsteps
492
    surfaceparm nonsolid
493
    {
494
        map $lightmap
495
        rgbGen identity
496
    }
497
    {
498
        map textures/scavenger/k_basic7_b.tga
499
        blendFunc GL_DST_COLOR GL_ZERO
500
    }
501
    {
502
        map textures/detail/metalsmooth.tga
503
        blendFunc GL_DST_COLOR GL_SRC_COLOR
504
        detail
505
        tcMod scale 12 12
506
    }
507
}
508
 
509
textures/scavenger/m_basic_seam_noclip
510
{
511
    qer_editorimage textures/scavenger/m_basic_seam.tga
512
    surfaceparm nonsolid
513
    {
514
        map $lightmap
515
    }
516
    {
517
        map textures/scavenger/m_basic_seam.tga
518
        blendFunc GL_DST_COLOR GL_ZERO
519
    }
520
    {
521
        map textures/detail/sheetflake_lowcontrast.tga
522
        blendFunc GL_DST_COLOR GL_SRC_COLOR
523
        detail
524
        tcMod scale 16 16
525
    }
526
}
527
 
528
textures/skies/clouds2
529
{
530
    q3map_lightimage textures/common/white.tga
531
    qer_editorimage textures/common/sky.tga
532
    q3map_surfacelight 550
533
    surfaceparm noimpact
534
    surfaceparm nomarks
535
    surfaceparm nolightmap
536
    surfaceparm sky
537
    {
538
        map textures/skies/clouds2.tga
539
        blendFunc GL_ONE GL_ZERO
540
        tcMod scale 4 4
541
        tcMod scroll 0.05 0.025
542
    }
543
    {
544
        map textures/skies/clouds2.tga
545
        blendFunc GL_DST_COLOR GL_SRC_COLOR
546
        tcMod scale 3.5 3.5
547
        tcMod scroll 0.05 0.025
548
    }
549
}
550
 
551
textures/voyager/floor1_identity
552
{
553
    qer_editorimage textures/voyager/floor1.tga
554
    {
555
        map $lightmap
556
        rgbGen identity
557
    }
558
    {
559
        clampmap textures/voyager/floor1.tga
560
        blendFunc GL_DST_COLOR GL_ZERO
561
        rgbGen identity
562
    }
563
    {
564
        clampmap textures/voyager/floor1lit.tga
565
        blendFunc GL_ONE GL_ONE
566
    }
567
}
568
 
569
textures/voyager/floor2_identity
570
{
571
    qer_editorimage textures/voyager/floor2.tga
572
    {
573
        map $lightmap
574
        rgbGen identity
575
    }
576
    {
577
        clampmap textures/voyager/floor2.tga
578
        blendFunc GL_DST_COLOR GL_ZERO
579
        rgbGen identity
580
    }
581
    {
582
        clampmap textures/voyager/floor2lit.tga
583
        blendFunc GL_ONE GL_ONE
584
    }
585
}
586
 
587
textures/voyager/floor3_identity
588
{
589
    qer_editorimage textures/voyager/floor3.tga
590
    {
591
        map $lightmap
592
        rgbGen identity
593
    }
594
    {
595
        clampmap textures/voyager/floor3.tga
596
        blendFunc GL_DST_COLOR GL_ZERO
597
        rgbGen identity
598
    }
599
    {
600
        clampmap textures/voyager/floor3lit.tga
601
        blendFunc GL_ONE GL_ONE
602
    }
603
}
604
 
605
textures/voyager/floor4_identity
606
{
607
    qer_editorimage textures/voyager/floor4.tga
608
    {
609
        map $lightmap
610
        rgbGen identity
611
    }
612
    {
613
        clampmap textures/voyager/floor4.tga
614
        blendFunc GL_DST_COLOR GL_ZERO
615
        rgbGen identity
616
    }
617
    {
618
        clampmap textures/voyager/floor4lit.tga
619
        blendFunc GL_ONE GL_ONE
620
    }
621
}
622
 
623
textures/singularity/rainbowthing
624
{
625
    surfaceparm nolightmap
626
    surfaceparm nonsolid
627
    {
628
        map textures/singularity/energy.tga
629
        blendFunc GL_ONE GL_ZERO
630
        tcMod scale 5 3
631
        tcMod scroll 0.025 0.75
632
    }
633
    {
634
        map textures/singularity/energy.tga
635
        blendFunc GL_ONE GL_ONE
636
        detail
637
        tcMod scale 5 3
638
        tcMod scroll -0.025 -0.75
639
    }
640
    {
641
        map textures/singularity/rainbowthing.tga
642
        blendFunc GL_DST_COLOR GL_ZERO
643
    }
644
}
645
 
646
textures/singularity/flare_red
647
{
648
    light 1
649
    surfaceparm nolightmap
650
    surfaceparm nonsolid
651
    surfaceparm trans
652
    deformVertexes autoSprite
653
    {
654
        map textures/singularity/flare_red.tga
655
        blendFunc GL_ONE GL_ONE
656
    }
657
}
658
 
659
textures/singularity/flare_blue
660
{
661
    light 1
662
    surfaceparm nolightmap
663
    surfaceparm nonsolid
664
    surfaceparm trans
665
    deformVertexes autoSprite
666
    {
667
        map textures/singularity/flare_blue.tga
668
        blendFunc GL_ONE GL_ONE
669
    }
670
}
671
 
672
textures/singularity/redflare
673
{
674
    surfaceparm nolightmap
675
    surfaceparm nonsolid
676
    surfaceparm trans
677
    cull disable
678
    {
679
        map textures/singularity/redflare.tga
680
        blendFunc GL_ONE GL_ONE
681
        rgbGen wave noise 0.5 0.2 0 31
682
    }
683
}
684
 
685
textures/singularity/blueflare
686
{
687
    surfaceparm nolightmap
688
    surfaceparm nonsolid
689
    surfaceparm trans
690
    cull disable
691
    {
692
        map textures/singularity/blueflare.tga
693
        blendFunc GL_ONE GL_ONE
694
        rgbGen wave noise 0.5 0.2 0 31
695
    }
696
}
697
 
698
textures/forge/energything_nonsolid
699
{
700
    qer_editorimage textures/forge/energything.tga
701
    surfaceparm nomarks
702
    surfaceparm nolightmap
703
    surfaceparm nonsolid
704
    surfaceparm trans
705
    cull disable
706
    {
707
        map textures/forge/energything.tga
708
        blendFunc GL_ONE GL_ONE
709
        rgbGen wave sin 0.65 0.35 0 1
710
    }
711
    {
712
        map textures/forge/energything2.tga
713
        blendFunc GL_ONE GL_ONE
714
        tcMod scroll 562 0
715
    }
716
}
717
 
718
textures/new_effects/energythingblue_nonsolid
719
{
720
    qer_editorimage textures/borg/static2.tga
721
    surfaceparm nomarks
722
    surfaceparm nolightmap
723
    surfaceparm nonsolid
724
    surfaceparm trans
725
    cull disable
726
    {
727
        map textures/borg/static2.tga
728
        blendFunc GL_ONE GL_ONE
729
        rgbGen wave sin 0.65 0.35 0 1
730
    }
731
    {
732
       map textures/borg/static2.tga
733
        blendFunc GL_ONE GL_ONE
734
        tcMod scroll 562 0
735
    }
736
}
737
 
738
gfx/misc/red_flarebw
739
{
740
    cull disable
741
    {
742
        map gfx/misc/red_flarebw.tga
743
        blendFunc GL_ONE GL_ONE
744
    }
745
}
746
 
747
gfx/misc/red_ringbw
748
{
749
    cull disable
750
    {
751
        map gfx/misc/red_ringbw.tga
752
        blendFunc GL_ONE GL_ONE
753
    }
754
}
755
 
756
gfx/misc/tet1bw
757
{
758
    cull disable
759
    {
760
        map gfx/misc/tet1bw.tga
761
        blendFunc GL_ONE GL_ONE
762
    }
763
}
764
 
765
gfx/misc/trail2bw
766
{
767
    cull disable
768
    {
769
        map gfx/misc/trail2bw.tga
770
        blendFunc GL_ONE GL_ONE
771
    }
772
}
773