From 9f0fb44d574dc96857cc3a390652665dfd2c4a87 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 15 Feb 2018 18:56:12 +0100 Subject: Start polishing the cannon room. --- scripts/analmango.particle | 2 +- scripts/analmango.shader | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/analmango.particle b/scripts/analmango.particle index bd6251c..40ab747 100644 --- a/scripts/analmango.particle +++ b/scripts/analmango.particle @@ -193,4 +193,4 @@ analmango_rocket delay 0 period 0 - ~0% } -} \ No newline at end of file +} diff --git a/scripts/analmango.shader b/scripts/analmango.shader index b3972cb..600d8dd 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -502,6 +502,7 @@ textures/analmango/outdoor_window textures/analmango/acid { qer_trans .5 + q3map_surfaceLight 300 q3map_globaltexture surfaceparm noimpact @@ -518,8 +519,8 @@ textures/analmango/acid { map textures/analmango/acid.jpg - rgbGen const ( 0.5 0.5 0.5 ) - blendfunc filter + rgbGen const ( 1 1 1 ) + blendfunc add tcMod turb .3 .2 1 .05 tcMod scroll .01 .01 } @@ -1152,7 +1153,7 @@ textures/analmango/aldaris_park textures/analmango/explosion_mark { - surfaceparm nolightmaps + surfaceparm nolightmap polygonOffset { -- cgit