Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
7 lars 1
textures/ctf/ctf_blueflag
2
{
3
    surfaceparm nomarks
4
    cull disable
5
    deformVertexes normal 0.5 0.1
6
    tessSize 64
7
    {
8
        map textures/effects/redflagmap.tga
9
        blendFunc GL_ONE GL_ONE
10
        rgbGen identity
11
        tcGen environment
12
        tcMod scale 9 3
13
        tcMod scroll 0.1 0.7
14
    }
15
    {
16
        map $lightmap
17
        blendFunc GL_DST_COLOR GL_ONE_MINUS_DST_ALPHA
18
        rgbGen identity
19
    }
20
}
21
 
22
textures/ctf/ctf_redflag
23
{
24
    surfaceparm nomarks
25
    cull disable
26
    deformVertexes normal 0.3 0.2
27
    tessSize 64
28
    {
29
        map textures/effects/blueflagmap.tga
30
        blendFunc GL_ONE GL_ONE
31
        rgbGen identity
32
        tcGen environment
33
        tcMod scale 9 3
34
        tcMod scroll 0.1 0.7
35
    }
36
    {
37
        map $lightmap
38
        blendFunc GL_DST_COLOR GL_ONE_MINUS_DST_ALPHA
39
        rgbGen identity
40
    }
41
}
42
 
43
powerups/redflag
44
{
45
    deformVertexes wave 100 sin 3 0 0 0
46
    {
47
        map textures/effects/redflagmap.tga
48
        blendFunc GL_ONE GL_ONE
49
        tcGen environment
50
        tcMod turb 0 0.2 0 1
51
    }
52
}
53
 
54
powerups/blueflag
55
{
56
    deformVertexes wave 100 sin 3 0 0 0
57
    {
58
        map textures/effects/blueflagmap.tga
59
        blendFunc GL_ONE GL_ONE
60
        tcGen environment
61
        tcMod turb 0 0.2 0 1
62
    }
63
}
64
 
65
sprites/team_red
66
{
67
    nomipmaps
68
    nopicmip
69
    {
70
        map sprites/friend_r.tga
71
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
72
    }
73
}
74
 
75
sprites/team_blue
76
{
77
    nomipmaps
78
    nopicmip
79
    {
80
        map sprites/friend_b.tga
81
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
82
    }
83
}
84
 
85
models/powerups/trek/flag_blue
86
{
87
    cull disable
88
    {
89
        map models/powerups/trek/flag_blue.tga
90
    }
91
}
92
 
93
models/powerups/trek/flag_red
94
{
95
    cull disable
96
    {
97
        map models/powerups/trek/flag_red.tga
98
    }
99
}
100