From: Jakob MG <jakob_mg@hotmail.com>
Date: Sun, 23 May 2010 12:55:16 +0000 (+0200)
Subject: exx fixes, tryign again.
X-Git-Tag: xonotic-v0.1.0preview~173
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=34a67281ce079fd346e4834cda83143416648a3e;p=xonotic%2Fxonotic-maps.pk3dir.git

exx fixes, tryign again.
---

diff --git a/scripts/exx.shader b/scripts/exx.shader
index 977566c2..1a7b3259 100644
--- a/scripts/exx.shader
+++ b/scripts/exx.shader
@@ -376,7 +376,7 @@ textures/exx/floor-grate01
 
 	{
 		map textures/exx/floor/floor_grate01.tga
-		blendFunc blend
+            alphaFunc GT0
 	}
 	{
 		map $lightmap
@@ -401,7 +401,7 @@ textures/exx/floor-grate02
 
 	{
 		map textures/exx/floor/floor_grate02.tga
-		blendFunc blend
+            alphaFunc GT0
 	}
 	{
 		map $lightmap
@@ -426,7 +426,7 @@ textures/exx/floor-grate03
 
 	{
 		map textures/exx/floor/floor_grate03.tga
-		blendFunc blend
+            alphaFunc GT0
 	}
 	{
 		map $lightmap
@@ -451,7 +451,7 @@ textures/exx/floor-grate04
 
 	{
 		map textures/exx/floor/floor_grate04.tga
-		blendFunc blend
+            alphaFunc GT0
 	}
 	{
 		map $lightmap
@@ -1306,6 +1306,30 @@ textures/exx/trim-vert01
 		blendfunc filter
 	}
 }
+textures/exx/trim-horz01
+{
+	qer_editorimage textures/exx/trim/trim_horz01.tga
+	
+	surfaceparm metalsteps
+	q3map_bounceScale  1.5
+	dpoffsetmapping - 2
+	dpglossintensitymod  4
+	dpglossexponentmod  2
+
+
+	{
+		map textures/exx/trim/trim_horz01.tga
+		
+
+	}
+	{
+		map $lightmap
+		rgbGen identity
+		tcGen lightmap
+		blendfunc filter
+	}
+}
+
 textures/exx/wall-bigrib02
 {
 	qer_editorimage textures/exx/wall/wall_bigrib02.tga
diff --git a/textures/exx/floor/floor_grate02.tga b/textures/exx/floor/floor_grate02.tga
index 3ddda5d4..f7f0a687 100644
Binary files a/textures/exx/floor/floor_grate02.tga and b/textures/exx/floor/floor_grate02.tga differ
diff --git a/textures/exx/floor/floor_grate04.tga b/textures/exx/floor/floor_grate04.tga
index 6a94d33f..42cdac04 100644
Binary files a/textures/exx/floor/floor_grate04.tga and b/textures/exx/floor/floor_grate04.tga differ
diff --git a/textures/exx/trim/trim_horz01.tga b/textures/exx/trim/trim_horz01.tga
new file mode 100644
index 00000000..8e317e29
Binary files /dev/null and b/textures/exx/trim/trim_horz01.tga differ
diff --git a/textures/exx/trim/trim_horz01_gloss.tga b/textures/exx/trim/trim_horz01_gloss.tga
new file mode 100644
index 00000000..4b25f3ef
Binary files /dev/null and b/textures/exx/trim/trim_horz01_gloss.tga differ
diff --git a/textures/exx/trim/trim_horz01_norm.tga b/textures/exx/trim/trim_horz01_norm.tga
new file mode 100644
index 00000000..83c2298b
Binary files /dev/null and b/textures/exx/trim/trim_horz01_norm.tga differ
diff --git a/textures/exx/trim/trim_vert_01_norm.tga b/textures/exx/trim/trim_vert_01_norm.tga
new file mode 100644
index 00000000..d741ce57
Binary files /dev/null and b/textures/exx/trim/trim_vert_01_norm.tga differ