summaryrefslogtreecommitdiff
path: root/assets/scripts/aw_aliens.shader
blob: a7b1e33d081a38d683bfd65a8f2ece496ffb2297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
spore001
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore001.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore002
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore002.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore003
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore003.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore004
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore004.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore005
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore005.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore006
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore006.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore007
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore007.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore008
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore008.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore009
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore009.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore010
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore010.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore011
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore011.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore012
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore012.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore013
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore013.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore014
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore014.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore015
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore015.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore016
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore016.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}

spore017
{
	nopicmip
	cull disable
  {
    map gfx/spore/spore017.bmp
    blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
	}
}


models/weapons/acidbomb/acid_move
{
	{
  	map $lightmap
  	rgbGen identity
	}
	{
		map models/weapons/acidbomb/acidb.jpg
		rgbGen wave sin 0.7 0.3 0 0.25 
		tcMod scroll 0.2 0.2
	}
	{
  	map models/weapons/acidbomb/acid.tga
  	blendFunc blend
    alphaFunc GE128
    depthWrite
    rgbGen lightingDiffuse
	}
}

models/weapons/acidbomb/acid_static
{
	{
	  map models/weapons/acidbomb/acid.tga
	}
	{
  	map $lightmap
  	rgbGen identity
  	blendFunc filter
    alphaFunc GE128
    depthWrite
    rgbGen lightingDiffuse
	}
}