From 043298fde2798a68c6fe0331ef6b45da7c408e4f Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Sat, 21 Jan 2012 06:34:46 +0000 Subject: Fixed some models that used textures that are now decals. Re-did pirate windows. Detailed some models. --- base/materials/detail.shader | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'base/materials') diff --git a/base/materials/detail.shader b/base/materials/detail.shader index 3e4b885..7f19a93 100644 --- a/base/materials/detail.shader +++ b/base/materials/detail.shader @@ -14,12 +14,31 @@ textures/detail/warn_16_entitysecond entitySecond } +textures/detail/warn_16_decal_entity +{ + qer_editorimage textures/detail/warn_16 + texture textures/detail/warn_16 + color 1.00 1.00 1.00 + entity + decal +} + +textures/detail/warn_16_decal_entitysecond +{ + qer_editorimage textures/detail/warn_16 + texture textures/detail/warn_16 + color 1.00 1.00 1.00 + entitySecond + decal +} + textures/detail/tigerstripe_entity { qer_editorimage textures/detail/tigerstripe texture textures/detail/tigerstripe color 1.00 1.00 1.00 entity + decal } textures/detail/tigerstripe_entitysecond @@ -28,6 +47,7 @@ textures/detail/tigerstripe_entitysecond texture textures/detail/tigerstripe color 1.00 1.00 1.00 entitySecond + decal } textures/detail/dockingbay_light @@ -86,3 +106,20 @@ textures/detail/shark_512 color 1.00 1.00 1.00 decal } + +textures/detail/line +{ + qer_editorimage textures/detail/line + texture textures/detail/line + color 1.00 1.00 1.00 + bright + decal +} + +textures/detail/window +{ + qer_editorimage textures/detail/window + texture textures/detail/window_trans + color 1.00 1.00 1.00 + decal +} -- cgit v1.2.3