summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-01-05 01:02:22 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-01-05 01:02:22 +0100
commitb094364838f0a083decd1edb9eedae4c3af5397f (patch)
tree2b8de0dc16f060bbedc618264a54bc8dd89ddf6f /scripts
parentcd12b27205c502d19af66a975d7bc940f8fd2bdd (diff)
More work on p9, connect it to p6.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/analmango.shader38
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
+ }
}