Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Goers <mega@osirion.org>2012-01-21 06:34:46 +0000
committerEvan Goers <mega@osirion.org>2012-01-21 06:34:46 +0000
commit043298fde2798a68c6fe0331ef6b45da7c408e4f (patch)
tree4ffcc71417e947da263731a41c5788a919cd14fa /base/materials
parent071180c0bcfe5e0ef6e3092e75b06c736107b7dd (diff)
Fixed some models that used textures that are now decals.
Re-did pirate windows. Detailed some models.
Diffstat (limited to 'base/materials')
-rw-r--r--base/materials/detail.shader37
1 files changed, 37 insertions, 0 deletions
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
+}