From 75fae3cc30c8d969f620a19ce914c00d9646f902 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 21 Dec 2010 15:56:04 +0000 Subject: Removed common/hint material, added common/noclip, updated related textures. --- base/materials/common.shader | 14 ++++++++------ base/textures/common/engine.tga | Bin 1810 -> 1868 bytes base/textures/common/hint.tga | Bin 1942 -> 0 bytes base/textures/common/noclip.tga | Bin 0 -> 1699 bytes 4 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 base/textures/common/hint.tga create mode 100644 base/textures/common/noclip.tga (limited to 'base') diff --git a/base/materials/common.shader b/base/materials/common.shader index fb9099f..ee30bef 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -7,16 +7,21 @@ textures/common/caulk textures/common/clip { qer_editorimage textures/common/clip.tga - qer_trans 0.20 + qer_trans 0.20 ignore + // make radiant recognize this material as clip. ignored by osirion + surfaceparm playerclip } -textures/common/hint +textures/common/noclip { - qer_editorimage textures/common/hint.tga + qer_editorimage textures/common/noclip.tga qer_trans 0.20 ignore + // make radiant recognize this material as clip. ignored by osirion + surfaceparm playerclip } + textures/common/engine { qer_editorimage textures/common/engine.tga @@ -24,7 +29,6 @@ textures/common/engine bright } -// don't touch textures/common/entity { qer_editorimage textures/common/entity.tga @@ -49,7 +53,6 @@ textures/common/entity_bright bright } -// don't touch textures/common/entity_dark { qer_editorimage textures/common/entity_dark.tga @@ -74,7 +77,6 @@ textures/common/entity_dark_bright bright } -// don't touch textures/common/entity_second { qer_editorimage textures/common/entity_second.tga diff --git a/base/textures/common/engine.tga b/base/textures/common/engine.tga index d72dc19..9b0c8e1 100644 Binary files a/base/textures/common/engine.tga and b/base/textures/common/engine.tga differ diff --git a/base/textures/common/hint.tga b/base/textures/common/hint.tga deleted file mode 100644 index 393d4fc..0000000 Binary files a/base/textures/common/hint.tga and /dev/null differ diff --git a/base/textures/common/noclip.tga b/base/textures/common/noclip.tga new file mode 100644 index 0000000..2a96635 Binary files /dev/null and b/base/textures/common/noclip.tga differ -- cgit v1.2.3