r2514 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 7 08:39:36 EDT 2007


Author: strahlemann
Date: 2007-05-07 08:39:36 -0400 (Mon, 07 May 2007)
New Revision: 2514

Modified:
   trunk/data/scripts/evil6_lights.shader
Log:
added 2 light shaders (made for slimepit_revisited)

Modified: trunk/data/scripts/evil6_lights.shader
===================================================================
--- trunk/data/scripts/evil6_lights.shader	2007-05-07 10:08:29 UTC (rev 2513)
+++ trunk/data/scripts/evil6_lights.shader	2007-05-07 12:39:36 UTC (rev 2514)
@@ -1,5 +1,40 @@
 // textures/evil6_lights/
+textures/evil6_lights/e6tinylight_s_1500
+{
+	qer_editorimage textures/evil6_lights/e6tinylight.jpg
+	q3map_surfacelight 1500
+	surfaceparm nomarks
+	{
+		map textures/evil6_lights/e6tinylight.jpg
+	}
+	{
+		map $lightmap
+		blendfunc filter
+	}
+	{
+		map textures/evil6_lights/e6tinylight_glow.jpg
+		blendfunc add
+	}
+}
 
+textures/evil6_lights/e6platelight_burnt_500
+{
+	qer_editorimage textures/evil6_lights/e6platelight_burnt.jpg
+	q3map_surfacelight 500
+	surfaceparm nomarks
+	{
+		map textures/evil6_lights/e6platelight_burnt.jpg
+	}
+	{
+		map $lightmap
+		blendfunc filter
+	}
+	{
+		map textures/evil6_lights/e6platelight_burnt_glow.jpg
+		blendfunc add
+	}
+}
+
 textures/evil6_lights/e6horzlight_s_nolight
 {
 	qer_editorimage textures/evil6_lights/e6horzlight.jpg




More information about the nexuiz-commits mailing list