Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2015-02-01 21:29:48 +0000
committerStijn Buys <ingar@osirion.org>2015-02-01 21:29:48 +0000
commitb1d113961bfbbfcd05d40b130c773fdb91a2c9d9 (patch)
tree085b6ec51b50263f5e4ebf50d992b904929d2839 /base/materials/common.shader
parentf1d92bf3d471914b9cc39f1dac454a03634e4b07 (diff)
Corrected a number of broken materials.
Diffstat (limited to 'base/materials/common.shader')
-rw-r--r--base/materials/common.shader44
1 files changed, 22 insertions, 22 deletions
diff --git a/base/materials/common.shader b/base/materials/common.shader
index b88da99..79ee1a1 100644
--- a/base/materials/common.shader
+++ b/base/materials/common.shader
@@ -56,7 +56,7 @@ textures/common/entity
qer_editorimage textures/common/entity
{
color 1.00 1.00 1.00
- entity
+ rgbgen entity
}
}
@@ -65,7 +65,7 @@ textures/common/entity_shiny
qer_editorimage textures/common/entity
{
color 1.00 1.00 1.00
- entity
+ rgbgen entity
map textures/fx/generic_env
environment
}
@@ -75,8 +75,8 @@ textures/common/entity_bright
{
qer_editorimage textures/common/entity
{
- entity
color 1.00 1.00 1.00
+ rgbgen entity
bright
}
}
@@ -85,17 +85,17 @@ textures/common/entity_dark
{
qer_editorimage textures/common/entity_dark
{
- entity
color 0.50 0.50 0.50
+ rgbgen entity
}
}
textures/common/entity_dark_shiny
{
qer_editorimage textures/common/entity_dark
- {
- entity
+ {
color 0.50 0.50 0.50
+ rgbgen entity
map textures/fx/generic_env
environment
}
@@ -104,9 +104,9 @@ textures/common/entity_dark_shiny
textures/common/entity_dark_bright
{
qer_editorimage textures/common/entity_dark
- {
- entity
+ {
color 0.50 0.50 0.50
+ rgbgen entity
bright
}
}
@@ -114,18 +114,18 @@ textures/common/entity_dark_bright
textures/common/entity_second
{
qer_editorimage textures/common/entity_second
- {
- entitySecond
+ {
color 1.00 1.00 1.00
+ rgbgen entitysecond
}
}
textures/common/entity_second_shiny
{
qer_editorimage textures/common/entity_second
- {
- entitySecond
+ {
color 1.00 1.00 1.00
+ rgbgen entitysecond
map textures/fx/generic_env
environment
}
@@ -135,8 +135,8 @@ textures/common/entity_second_bright
{
qer_editorimage textures/common/entity_second
{
- entitySecond
color 1.00 1.00 1.00
+ rgbgen entitysecond
bright
}
}
@@ -145,8 +145,8 @@ textures/common/entity_second_dark
{
qer_editorimage textures/common/entity_second_dark
{
- entitySecond
color 0.50 0.50 0.50
+ rgbgen entitysecond
}
}
@@ -154,8 +154,8 @@ textures/common/entity_second_dark_shiny
{
qer_editorimage textures/common/entity_second_dark
{
- entitySecond
color 0.50 0.50 0.50
+ rgbgen entitysecond
map textures/fx/generic_env
environment
}
@@ -165,8 +165,8 @@ textures/common/entity_second_dark_bright
{
qer_editorimage textures/common/entity_second_dark
{
- entitySecond
color 0.50 0.50 0.50
+ rgbgen entitysecond
bright
}
}
@@ -176,8 +176,8 @@ textures/common/entity_third
{
qer_editorimage textures/common/entity_third
{
- entityThird
color 1.00 1.00 1.00
+ rgbgen entitythird
}
}
@@ -185,8 +185,8 @@ textures/common/entity_third_shiny
{
qer_editorimage textures/common/entity_third
{
- entityThird
color 1.00 1.00 1.00
+ rgbgen entitythird
map textures/fx/generic_env
environment
}
@@ -196,8 +196,8 @@ textures/common/entity_third_bright
{
qer_editorimage textures/common/entity_third
{
- entityThird
color 1.00 1.00 1.00
+ rgbgen entitythird
bright
}
}
@@ -206,8 +206,8 @@ textures/common/entity_third_dark
{
qer_editorimage textures/common/entity_third_dark
{
- entityThird
color 0.50 0.50 0.50
+ rgbgen entitythird
}
}
@@ -215,8 +215,8 @@ textures/common/entity_third_dark_shiny
{
qer_editorimage textures/common/entity_third_dark
{
- entityThird
color 0.50 0.50 0.50
+ rgbgen entitythird
map textures/fx/generic_env
environment
}
@@ -226,8 +226,8 @@ textures/common/entity_third_dark_bright
{
qer_editorimage textures/common/entity_third_dark
{
- entityThird
color 0.50 0.50 0.50
+ rgbgen entitythird
bright
}
}