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
|
textures/morphed/gelslime
{
qer_editorimage textures/morphed/gelslime.tga
q3map_lightimage textures/morphed/gelslime_glow.tga
qer_trans 0.75
surfaceparm noimpact
surfaceparm trans
surfaceparm nonsolid
surfaceparm slime
q3map_surfacelight 280
Q3map_TessSize 128
cull none
{
map textures/morphed/gelslime.tga
rgbGen identity
depthWrite
blendfunc blend
}
{
map $lightmap
blendfunc blend
rgbGen identity
tcGen lightmap
depthFunc equal
}
}
textures/morphed/gelslime_warp
{
qer_editorimage textures/morphed/gelslime.tga
q3map_lightimage textures/morphed/gelslime_glow.tga
qer_trans 0.75
surfaceparm noimpact
surfaceparm trans
surfaceparm nonsolid
surfaceparm slime
q3map_surfacelight 280
deformVertexes wave 150.0 sin 2 5 0.25 0.1
Q3map_TessSize 128
cull none
{
map textures/morphed/gelslime.tga
rgbGen identity
depthWrite
blendfunc blend
}
{
map $lightmap
blendfunc blend
rgbGen identity
tcGen lightmap
depthFunc equal
}
}
textures/morphed/gelslime_bright
{
qer_editorimage textures/morphed/gelslime_bright.tga
qer_trans 0.5
surfaceparm noimpact
surfaceparm trans
surfaceparm nonsolid
surfaceparm slime
q3map_surfacelight 320
Q3map_TessSize 128
cull none
{
map textures/morphed/gelslime_bright.tga
blendFunc add
rgbGen identity
//tcMod turb <base> <amplitude> <phase><freq>
tcMod turb 1 0.15 0 0.15
tcMod scroll 0 0.2
}
}
textures/morphed/gelslime_bright_warp
{
qer_editorimage textures/morphed/gelslime_bright.tga
qer_trans 0.5
surfaceparm noimpact
surfaceparm trans
surfaceparm nonsolid
surfaceparm slime
q3map_surfacelight 320
deformVertexes wave 150.0 sin 2 5 0.25 0.1
Q3map_TessSize 128
cull none
{
map textures/morphed/gelslime_bright.tga
blendFunc add
rgbGen identity
}
}
|