From: Maik Merten Date: Mon, 15 Nov 2010 20:17:31 +0000 (+0100) Subject: beginnings of holographic propaganda screens that inform the futuristic workers on... X-Git-Tag: xonotic-v0.5.0~92^2~13 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=773e5a485ca15ee998963e2a0579f91f7fd2f399;p=xonotic%2Fxonotic-maps.pk3dir.git beginnings of holographic propaganda screens that inform the futuristic workers on what to do: "SLEEP - WORK - OBEY" and, of course, "OBEY - XON" --- diff --git a/scripts/map_courtfun.shader b/scripts/map_courtfun.shader new file mode 100644 index 00000000..1bed354c --- /dev/null +++ b/scripts/map_courtfun.shader @@ -0,0 +1,38 @@ +textures/map_courtfun/screenanim_work +{ + qer_editorimage textures/map_courtfun/screen_work.tga + surfaceparm trans + surfaceparm nomarks + surfaceparm nolightmap + cull none + { + animMap 1 textures/map_courtfun/screen_sleep.tga textures/map_courtfun/screen_work.tga textures/map_courtfun/screen_obey.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga + blendFunc GL_ONE GL_ONE + } +} + +textures/map_courtfun/screenanim_obey +{ + qer_editorimage textures/map_courtfun/screen_obey.tga + surfaceparm trans + surfaceparm nomarks + surfaceparm nolightmap + cull none + { + animMap 1 textures/map_courtfun/screen_obey.tga textures/map_courtfun/screen_xon.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga + blendFunc GL_ONE GL_ONE + } +} + +textures/map_courtfun/screen_backdrop +{ + qer_editorimage textures/map_courtfun/screen_work.tga + surfaceparm trans + surfaceparm nomarks + surfaceparm nolightmap + cull none + { + map textures/map_courtfun/screen_backdrop.tga + blendFunc GL_ONE GL_ONE + } +} diff --git a/textures/map_courtfun/screen_backdrop.tga b/textures/map_courtfun/screen_backdrop.tga new file mode 100644 index 00000000..0b779edf Binary files /dev/null and b/textures/map_courtfun/screen_backdrop.tga differ diff --git a/textures/map_courtfun/screen_black.tga b/textures/map_courtfun/screen_black.tga new file mode 100644 index 00000000..20440d31 Binary files /dev/null and b/textures/map_courtfun/screen_black.tga differ diff --git a/textures/map_courtfun/screen_obey.tga b/textures/map_courtfun/screen_obey.tga new file mode 100644 index 00000000..cca9b179 Binary files /dev/null and b/textures/map_courtfun/screen_obey.tga differ diff --git a/textures/map_courtfun/screen_sleep.tga b/textures/map_courtfun/screen_sleep.tga new file mode 100644 index 00000000..37634826 Binary files /dev/null and b/textures/map_courtfun/screen_sleep.tga differ diff --git a/textures/map_courtfun/screen_work.tga b/textures/map_courtfun/screen_work.tga new file mode 100644 index 00000000..b4a834ac Binary files /dev/null and b/textures/map_courtfun/screen_work.tga differ diff --git a/textures/map_courtfun/screen_xon.tga b/textures/map_courtfun/screen_xon.tga new file mode 100644 index 00000000..67458e9b Binary files /dev/null and b/textures/map_courtfun/screen_xon.tga differ