Subversion-Projekte sthq.colony7

Revision

Revision 7 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
32 lars 1
 
2
models/mapobjects/cargo/shutle_alpha_decal.tga
3
{
4
    surfaceparm nodraw
5
 
6
}
7
 
7 lars 8
textures/col7_3/ads
9
{
32 lars 10
    qer_editorimage textures/col7_3/ads1.tga
11
    surfaceparm nodamage
12
    surfaceparm nomarks
13
    surfaceparm detail
14
    nopicmip
15
    {
16
        animMap 0.25 textures/col7_3/ads1.tga textures/col7_3/ads3.tga
17
    }
7 lars 18
 }
19
 
20
textures/col7_3/static
21
{
32 lars 22
    qer_editorimage textures/col7_3/static_1.tga
23
    surfaceparm nodamage
24
    surfaceparm nomarks
25
    {
26
        map $lightmap
27
    }
28
    {
29
        animMap 0.6 textures/col7_3/static_1.tga textures/col7_3/static_2.tga textures/col7_3/static_3.tga textures/col7_3/static_4.tga
30
        blendFunc GL_DST_COLOR GL_ZERO
31
    }
7 lars 32
}
33
 
34
textures/col7_3/text
35
{
32 lars 36
    q3map_surfacelight 20
37
    {
38
        map textures/col7_3/text.jpg
39
        tcMod scroll 0.4 0
40
    }
7 lars 41
}
42
 
43
textures/col7_3/curtain_torn
44
{
32 lars 45
    q3map_surfacelight 10
46
    qer_nocarve
47
    qer_trans 0.4
48
    surfaceparm nodamage
49
    surfaceparm nomarks
50
    surfaceparm nonsolid
51
    surfaceparm trans
52
    cull disable
53
    deformVertexes wave 8 sin 0 2 0 0.2
54
    {
55
        map textures/col7_3/curtain_torn.tga
56
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
57
        rgbGen vertex
58
    }
7 lars 59
}
60
 
61
textures/col7_3/fog_blue
62
{
32 lars 63
    qer_editorimage textures/borg/fog.tga
64
    q3map_surfacelight 4
65
    qer_nocarve
66
    qer_trans 0.4
67
    surfaceparm fog
68
    surfaceparm nonsolid
69
    surfaceparm trans
70
    fogparms ( 0 0 0.4 ) 1024
7 lars 71
}
72
 
73
textures/col7_3/fog_yeller
74
{
32 lars 75
    qer_editorimage textures/borg/fog.tga
76
    q3map_surfacelight 3
77
    qer_nocarve
78
    qer_trans 0.4
79
    surfaceparm fog
80
    surfaceparm nonsolid
81
    surfaceparm trans
82
    fogparms ( 0.1 0.3 0 ) 1024
7 lars 83
}
84
 
85
textures/col7_3/fog_greenish
86
{
32 lars 87
    qer_editorimage textures/borg/fog.tga
88
    q3map_surfacelight 4
89
    qer_nocarve
90
    qer_trans 0.4
91
    surfaceparm fog
92
    surfaceparm nonsolid
93
    surfaceparm trans
94
    fogparms ( 0 0.4 0 ) 1600
7 lars 95
}
96
 
97
textures/col7_3/h2o
98
{
32 lars 99
    qer_editorimage textures/col7_3/h2o.tga
100
    qer_trans 0.2
101
    surfaceparm trans
102
    surfaceparm water
103
    cull disable
104
    deformVertexes wave 90 sin 0 2 0 0.5
105
    tessSize 48
106
    {
107
        map textures/col7_3/h2o.tga
108
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
109
        rgbGen vertex
110
        tcMod scroll 0.05 -0.03
111
    }
112
    {
113
        map textures/col7_3/h2o.tga
114
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
115
        rgbGen vertex
116
        tcMod scroll 0.025 0.04
117
    }
7 lars 118
}
119