From 761c9015fed782780c93886cea043993f8989145 Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Sat, 21 Jan 2012 10:33:26 +0000 Subject: Gave current decals nicer qer_editorimages. Added missing supertanker_rib*. --- base/materials/detail.shader | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) (limited to 'base/materials') diff --git a/base/materials/detail.shader b/base/materials/detail.shader index 7f19a93..c971c15 100644 --- a/base/materials/detail.shader +++ b/base/materials/detail.shader @@ -17,7 +17,7 @@ textures/detail/warn_16_entitysecond textures/detail/warn_16_decal_entity { qer_editorimage textures/detail/warn_16 - texture textures/detail/warn_16 + texture textures/detail/warn_16_trans color 1.00 1.00 1.00 entity decal @@ -26,25 +26,25 @@ textures/detail/warn_16_decal_entity textures/detail/warn_16_decal_entitysecond { qer_editorimage textures/detail/warn_16 - texture textures/detail/warn_16 + texture textures/detail/warn_16_trans color 1.00 1.00 1.00 entitySecond decal } -textures/detail/tigerstripe_entity +textures/detail/tigerstripe_decal_entity { qer_editorimage textures/detail/tigerstripe - texture textures/detail/tigerstripe + texture textures/detail/tigerstripe_trans color 1.00 1.00 1.00 entity decal } -textures/detail/tigerstripe_entitysecond +textures/detail/tigerstripe_decal_entitysecond { qer_editorimage textures/detail/tigerstripe - texture textures/detail/tigerstripe + texture textures/detail/tigerstripe_trans color 1.00 1.00 1.00 entitySecond decal @@ -74,23 +74,33 @@ textures/detail/dockingbay_orange_light bright } -textures/detail/danger_entity +textures/detail/danger_decal { - qer_editorimage textures/detail/danger_entity - texture textures/detail/danger + qer_editorimage textures/detail/danger + texture textures/detail/danger_trans + color 1.00 1.00 1.00 + decal +} + +textures/detail/danger_decal_entity +{ + qer_editorimage textures/detail/danger + texture textures/detail/danger_trans color 1.00 1.00 1.00 entity + decal } -textures/detail/danger_entitysecond +textures/detail/danger_decal_entitysecond { - qer_editorimage textures/detail/danger_entitysecond - texture textures/detail/danger + qer_editorimage textures/detail/danger + texture textures/detail/danger_trans color 1.00 1.00 1.00 entitySecond + decal } -textures/detail/gatling +textures/detail/gatling_decal { qer_editorimage textures/detail/gatling texture textures/detail/gatling_trans @@ -99,10 +109,10 @@ textures/detail/gatling decal } -textures/detail/shark_512 +textures/detail/shark_512_decal { qer_editorimage textures/detail/shark_512 - texture textures/detail/shark_512 + texture textures/detail/shark_512_trans color 1.00 1.00 1.00 decal } @@ -110,7 +120,7 @@ textures/detail/shark_512 textures/detail/line { qer_editorimage textures/detail/line - texture textures/detail/line + texture textures/detail/line_trans color 1.00 1.00 1.00 bright decal -- cgit v1.2.3