diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analmango.shader | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index d444bc3..80af6f6 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -458,5 +458,41 @@ textures/analmango/crystal map textures/analmango/crystal.tga tcGen environment blendfunc blend - } + } +} + +// textures/nexus6/slime_s with more surface light +textures/analmango/slime +{ + qer_editorimage textures/nexus6/slime7.tga + q3map_lightimage textures/nexus6/slime7.tga + q3map_globaltexture + + surfaceparm noimpact + surfaceparm slime + surfaceparm nolightmap + surfaceparm trans + + q3map_surfacelight 500 + tessSize 32 + cull disable + + deformVertexes wave 100 sin 0 1 .5 .5 + + { + map textures/nexus6/slime7c.tga + rgbGen const ( 0.5 0.5 0.5 ) + blendfunc add + tcMod turb .3 .2 1 .05 + tcMod scroll .01 .01 + } + + { + map textures/nexus6/slime7.tga + rgbGen const ( 0.75 0.75 0.75 ) + blendfunc add + tcMod turb .2 .1 1 .05 + tcMod scale .5 .5 + tcMod scroll .02 .01 + } } |