diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-01-27 17:45:54 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-01-27 17:45:54 +0100 |
commit | f3aad5014c89d3d92af3f647755bea31ae2050ea (patch) | |
tree | 006e72b92f2f4474fa85e5f110f3c41e95e85b0b /scripts/analmango.shader | |
parent | 60aa3bd56f8de92fe9acd71063cba1a1f989bf25 (diff) |
Posters and decorations in Engineering.
Diffstat (limited to 'scripts/analmango.shader')
-rw-r--r-- | scripts/analmango.shader | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 57bec71..eeffebb 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -824,3 +824,88 @@ textures/analmango/CLASSIFIED blendFunc filter } } + +textures/paint10/tv1 +{ + qer_editorimage textures/paint10/tankbg.tga + surfaceparm nomarks + surfaceparm nolightmap + { + map textures/paint10/tankbg.tga + } + { + map textures/paint10/tankland.tga + blendFunc blend + tcMod scale 0.25 1 + tcMod scroll 0.06 0 + } + { + animmap 10 textures/paint10/tank1.tga textures/paint10/tank2.tga + blendFunc blend + } + { + map textures/paint10/tanklogo.tga + blendFunc blend + } +} + +textures/analmango/poster_analmanga +{ + surfaceparm nonsolid + surfaceparm trans + polygonOffset + + { + map textures/analmango/poster_analmanga.jpg + } + { + map $lightmap + blendFunc filter + } +} + +textures/analmango/poster_kaleka_kura +{ + surfaceparm nonsolid + surfaceparm trans + polygonOffset + + { + map textures/analmango/poster_kaleka_kura.jpg + } + { + map $lightmap + blendFunc filter + } +} + + +textures/analmango/poster_diamond +{ + surfaceparm nonsolid + surfaceparm trans + polygonOffset + + { + map textures/analmango/poster_diamond.jpg + } + { + map $lightmap + blendFunc filter + } +} + +textures/analmango/zittrigmann +{ + surfaceparm nonsolid + surfaceparm trans + surfaceparm nolightmap + { + map textures/analmango/zittrigmann.jpg + } + { + map textures/analmango/zittrigmann_glow.jpg + blendFunc add + rgbGen wave sin 0.5 0.5 0 0.15 + } +} |