summaryrefslogtreecommitdiff
path: root/scripts/analmango.shader
blob: e5082d2f20fa9b3727f778f41b40fa4c170f65b6 (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
207
208
209
210
211
212
213
214
215
216
217
218
textures/analmango/clock_0
{
	surfaceparm nomarks

	{
		map textures/analmango/clock_0.jpg
	}
}

textures/analmango/clock_1
{
	surfaceparm nomarks

	{
		map textures/analmango/clock_1.jpg
	}
}

textures/analmango/clock_2
{
	surfaceparm nomarks

	{
		map textures/analmango/clock_2.jpg
	}
}

textures/analmango/clock_3
{
	surfaceparm nomarks

	{
		map textures/analmango/clock_3.jpg
	}
}

textures/analmango/clock_4
{
	surfaceparm nomarks

	{
		map textures/analmango/clock_4.jpg
	}
}

textures/analmango/clock_5
{
	surfaceparm nomarks

	{
		map textures/analmango/clock_5.jpg
	}
}

textures/analmango/clock_6
{
	surfaceparm nomarks

	{
		map textures/analmango/clock_6.jpg
	}
}

textures/analmango/clock_7
{
	surfaceparm nomarks

	{
		map textures/analmango/clock_7.jpg
	}
}

textures/analmango/clock_8
{
	surfaceparm nomarks

	{
		map textures/analmango/clock_8.jpg
	}
}

textures/analmango/clock_9
{
	surfaceparm nomarks

	{
		map textures/analmango/clock_9.jpg
	}
}

textures/analmango/dretchpwner
{
	qer_editorimage textures/analmango/dretchpwner_diffuse.jpg

	{
		map textures/analmango/dretchpwner_diffuse.jpg
	}
	{
		map textures/analmango/dretchpwner_glow.jpg
		blendFunc add
		rgbGen wave sin 0.9 0.1 0 4200.309
	}
}

textures/analmango/grate_slick
{
	qer_editorimage textures/common/slick.tga
	surfaceparm alphashadow
	surfaceparm trans
	surfaceparm nomarks
	surfaceparm metalsteps
	surfaceparm slick
	cull none
	nopicmip

	{
		map textures/nexus6/e6bsegrtflr256.tga
		alphaFunc GE128
		depthWrite
	}
	{
		map $lightmap
		depthFunc equal
		blendFunc filter
	}
}

textures/analmango/grate
{
	qer_editorimage textures/nexus6/e6bsegrtflr256.tga
	surfaceparm alphashadow
	surfaceparm trans
	surfaceparm nomarks
	surfaceparm metalsteps
	cull none
	nopicmip

	{
		map textures/nexus6/e6bsegrtflr256.tga
		alphaFunc GE128
		depthWrite
	}
	{
		map $lightmap
		depthFunc equal
		blendFunc filter
	}
}

textures/analmango/redlight_2K5_nonsolid
{
 	qer_editorimage textures/karith/trem2redlight.jpg
	q3map_lightimage textures/karith/trem2redlight.jpg
 	surfaceparm nomarks
 	surfaceparm nonsolid
 	q3map_surfacelight 2500
 	{
 		map textures/karith/trem2redlight.jpg
 	}
 	{
 		map $lightmap
 		blendfunc filter
 		tcGen lightmap
 	}
 	{
 		map textures/karith/trem2redlight.jpg
 		blendfunc add
 	}
}

textures/analmango/sausage
{
	surfaceparm nonsolid
	polygonOffset

	{
		map textures/analmango/sausage.jpg
		blendFunc filter
	}
}

textures/analmango/euclid
{
	surfaceparm nolightmap
	surfaceparm ladder
	q3map_surfacelight 500

	{
		map textures/analmango/euclid.jpg
	}
}


//Figure this shit out - Needs a nice texture I think
//Works perfectly fine, but couldn't get to tweak it properly myself
//Texture needs alpha channel & 90-100%-ish transparency

textures/analmango/mirrorfloor
{
	qer_editorimage textures/analmango/reflec_floor1.tga
	surfaceparm nolightmap
	portal
	{
		map textures/common/mirror1.tga
		blendfunc gl_one gl_one_minus_src_alpha
		depthWrite
	}
	{
		map textures/analmango/reflec_floor1.tga
		blendfunc filter
	}
	{
		map textures/analmango/reflec_floor1.tga
		blendfunc add
		rgbGen const ( 0.6 0.6 0.64 )
	}
}