From b094364838f0a083decd1edb9eedae4c3af5397f Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 5 Jan 2017 01:02:22 +0100 Subject: More work on p9, connect it to p6. --- scripts/analmango.shader | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'scripts') 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 + } } -- cgit