Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
7 lars 1
sprites/class_hero
2
{
3
    nomipmaps
4
    nopicmip
5
    {
6
        map sprites/hero.tga
7
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
8
    }
9
}
10
 
11
models/players2/buster/nobadge
12
{
13
    {
14
        map models/players2/buster/nobadge.tga
15
        blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
16
        rgbGen lightingDiffuse
17
    }
18
}
19
 
20
models/players2/arachnia/colar
21
{
22
    cull disable
23
    {
24
        map models/players2/arachnia/colar.tga
25
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
26
        rgbGen lightingDiffuse
27
    }
28
}
29
 
30
models/players2/arachnia/skirt_red
31
{
32
    cull disable
33
    {
34
        map models/players2/arachnia/skirt_red.tga
35
        rgbGen lightingDiffuse
36
    }
37
}
38
 
39
models/players2/arachnia/skirt_blue
40
{
41
    cull disable
42
    {
43
        map models/players2/arachnia/skirt_blue.tga
44
        rgbGen lightingDiffuse
45
    }
46
}
47
 
48
models/players2/arachnia/skirt
49
{
50
    cull disable
51
    {
52
        map models/players2/arachnia/skirt.tga
53
        rgbGen lightingDiffuse
54
    }
55
}
56
 
57
models/players2/goodheart/skirt_red
58
{
59
    cull disable
60
    {
61
        map models/players2/goodheart/skirt_red.tga
62
        rgbGen lightingDiffuse
63
    }
64
}
65
 
66
models/players2/goodheart/skirt_blue
67
{
68
    cull disable
69
    {
70
        map models/players2/goodheart/skirt_blue.tga
71
        rgbGen lightingDiffuse
72
    }
73
}
74
 
75
models/players2/goodheart/skirt
76
{
77
    cull disable
78
    {
79
        map models/players2/goodheart/skirt.tga
80
        rgbGen lightingDiffuse
81
    }
82
}
83
 
84
icons/w_icon_borg_assimilator
85
{
86
    nopicmip
87
    {
88
        map icons/w_icon_borg_assimilator.tga
89
        blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
90
    }
91
}
92
 
93
icons/w_icon_borg_weapon
94
{
95
    nopicmip
96
    {
97
        map icons/w_icon_borg_weapon.tga
98
        blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
99
    }
100
}
101
 
102
icons/icon_borgqueen
103
{
104
    nopicmip
105
    {
106
        map icons/icon_borgqueen.tga
107
        blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
108
    }
109
}
110
 
111
icons/icon_borg
112
{
113
    nopicmip
114
    {
115
        map menu/art/pc_borg.tga
116
        blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
117
    }
118
}
119
 
120
menu/common/romulan
121
{
122
    {
123
        map menu/common/romulan.tga
124
        blendFunc GL_ONE GL_ONE
125
    }
126
}
127
 
128
menu/common/klingon
129
{
130
    {
131
        map menu/common/klingon.tga
132
        blendFunc GL_ONE GL_ONE
133
    }
134
}
135
 
136
menu/common/borg_logo
137
{
138
    {
139
        map menu/common/borg_logo.tga
140
        blendFunc GL_ONE GL_ONE
141
    }
142
}
143