From baf1d487a81f92b8452e38efdb0a18ca6a1bb211 Mon Sep 17 00:00:00 2001 From: Debugger Date: Mon, 12 Aug 2013 17:41:18 +0200 Subject: [PATCH] moving 2 textures to 'base' --- scripts/exomorphx.shader | 12 ++++++------ .../exomorphx/{floor => base}/metal_floor04b.tga | Bin .../{floor => base}/metal_floor04b_gloss.tga | Bin .../{floor => base}/metal_floor04b_norm.tga | Bin .../{floor => base}/metal_floor04b_reflect.tga | Bin .../exomorphx/{floor => base}/metal_floor04c.tga | Bin .../{floor => base}/metal_floor04c_gloss.tga | Bin .../{floor => base}/metal_floor04c_norm.tga | Bin .../{floor => base}/metal_floor04c_reflect.tga | Bin 9 files changed, 6 insertions(+), 6 deletions(-) rename textures/exomorphx/{floor => base}/metal_floor04b.tga (100%) rename textures/exomorphx/{floor => base}/metal_floor04b_gloss.tga (100%) rename textures/exomorphx/{floor => base}/metal_floor04b_norm.tga (100%) rename textures/exomorphx/{floor => base}/metal_floor04b_reflect.tga (100%) rename textures/exomorphx/{floor => base}/metal_floor04c.tga (100%) rename textures/exomorphx/{floor => base}/metal_floor04c_gloss.tga (100%) rename textures/exomorphx/{floor => base}/metal_floor04c_norm.tga (100%) rename textures/exomorphx/{floor => base}/metal_floor04c_reflect.tga (100%) diff --git a/scripts/exomorphx.shader b/scripts/exomorphx.shader index 9eb8b3d6..6182b024 100644 --- a/scripts/exomorphx.shader +++ b/scripts/exomorphx.shader @@ -1694,9 +1694,9 @@ textures/exomorphx/floor-metal_floor04a } } -textures/exomorphx/floor-metal_floor04b +textures/exomorphx/base-metal_floor04b { - qer_editorimage textures/exomorphx/floor/metal_floor04b + qer_editorimage textures/exomorphx/base/metal_floor04b dpoffsetmapping - 2.28641290560094684604 match8 220.49524300000000000000 dpglossintensitymod 2 dpglossexponentmod 4 @@ -1705,7 +1705,7 @@ textures/exomorphx/floor-metal_floor04b q3map_bouncescale 1.50 { - map textures/exomorphx/floor/metal_floor04b + map textures/exomorphx/base/metal_floor04b } { @@ -1716,9 +1716,9 @@ textures/exomorphx/floor-metal_floor04b } } -textures/exomorphx/floor-metal_floor04c +textures/exomorphx/base-metal_floor04c { - qer_editorimage textures/exomorphx/floor/metal_floor04c + qer_editorimage textures/exomorphx/base/metal_floor04c dpoffsetmapping - 2.28641290560094684604 match8 220.49524300000000000000 dpglossintensitymod 2 dpglossexponentmod 4 @@ -1727,7 +1727,7 @@ textures/exomorphx/floor-metal_floor04c q3map_bouncescale 1.50 { - map textures/exomorphx/floor/metal_floor04c + map textures/exomorphx/base/metal_floor04c } { diff --git a/textures/exomorphx/floor/metal_floor04b.tga b/textures/exomorphx/base/metal_floor04b.tga similarity index 100% rename from textures/exomorphx/floor/metal_floor04b.tga rename to textures/exomorphx/base/metal_floor04b.tga diff --git a/textures/exomorphx/floor/metal_floor04b_gloss.tga b/textures/exomorphx/base/metal_floor04b_gloss.tga similarity index 100% rename from textures/exomorphx/floor/metal_floor04b_gloss.tga rename to textures/exomorphx/base/metal_floor04b_gloss.tga diff --git a/textures/exomorphx/floor/metal_floor04b_norm.tga b/textures/exomorphx/base/metal_floor04b_norm.tga similarity index 100% rename from textures/exomorphx/floor/metal_floor04b_norm.tga rename to textures/exomorphx/base/metal_floor04b_norm.tga diff --git a/textures/exomorphx/floor/metal_floor04b_reflect.tga b/textures/exomorphx/base/metal_floor04b_reflect.tga similarity index 100% rename from textures/exomorphx/floor/metal_floor04b_reflect.tga rename to textures/exomorphx/base/metal_floor04b_reflect.tga diff --git a/textures/exomorphx/floor/metal_floor04c.tga b/textures/exomorphx/base/metal_floor04c.tga similarity index 100% rename from textures/exomorphx/floor/metal_floor04c.tga rename to textures/exomorphx/base/metal_floor04c.tga diff --git a/textures/exomorphx/floor/metal_floor04c_gloss.tga b/textures/exomorphx/base/metal_floor04c_gloss.tga similarity index 100% rename from textures/exomorphx/floor/metal_floor04c_gloss.tga rename to textures/exomorphx/base/metal_floor04c_gloss.tga diff --git a/textures/exomorphx/floor/metal_floor04c_norm.tga b/textures/exomorphx/base/metal_floor04c_norm.tga similarity index 100% rename from textures/exomorphx/floor/metal_floor04c_norm.tga rename to textures/exomorphx/base/metal_floor04c_norm.tga diff --git a/textures/exomorphx/floor/metal_floor04c_reflect.tga b/textures/exomorphx/base/metal_floor04c_reflect.tga similarity index 100% rename from textures/exomorphx/floor/metal_floor04c_reflect.tga rename to textures/exomorphx/base/metal_floor04c_reflect.tga -- 2.39.2