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
|
textures/toxic/toxic_sky
{
qer_editorimage env/green_dark/green_dark_lf.tga
q3map_lightimage env/green_dark/green_dark_lf.tga
skyParms env/green_dark/green_dark 128 -
surfaceparm noimpact
surfaceparm nolightmap
surfaceparm nomarks
surfaceparm sky
q3map_surfacelight 200
// q3map_sunExt red green blue intensity degrees elevation deviance samples
q3map_sunExt 0.55 0.55 0.55 100 215 40 4 4
}
textures/toxic/toxic_grate
{
qer_editorimage textures/kaznexctf2/grate.tga
surfaceparm nomarks
surfaceparm trans
cull none
nopicmip
{
map textures/kaznexctf2/grate.tga
rgbGen identity
depthWrite
//alphaFunc GE128
blendfunc blend
}
{
map $lightmap
blendfunc filter
rgbGen identity
tcGen lightmap
depthFunc equal
}
}
textures/toxic/toxic_slime
{
qer_editorimage textures/liquids/slime2.tga
surfaceparm noimpact
surfaceparm nonsolid
surfaceparm slime
surfaceparm trans
cull disable
deformVertexes wave 150 sin 2 5 0.25 0.1
tessSize 128
qer_trans 0.5
q3map_surfacelight 1200
{
map textures/liquids/slime2.tga
blendfunc add
rgbGen identity
tcMod turb 0 0.2 0 0.04
}
}
textures/toxic/toxic_slime_tube
{
qer_editorimage textures/liquids/slime2.tga
surfaceparm noimpact
surfaceparm nonsolid
surfaceparm slime
surfaceparm trans
cull disable
//deformVertexes wave 150 sin 2 5 0.25 0.1
tessSize 128
qer_trans 0.5
q3map_surfacelight 1200
{
map textures/liquids/slime2.tga
blendfunc add
rgbGen identity
tcMod scroll 0 -0.2
}
}
|