diff options
Diffstat (limited to 'scripts')
-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 + } +} |