From: Kristian Johansson Date: Sat, 19 Jun 2010 16:29:29 +0000 (+0200) Subject: New sky, Heaven. Non sci-fi theme though. X-Git-Tag: xonotic-v0.1.0preview~141^2~4^2~6 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=12fb32ce66dbcba2f8e91bbdf1c3db2105f169c1 New sky, Heaven. Non sci-fi theme though. --- diff --git a/env/heaven/heaven_bk.tga b/env/heaven/heaven_bk.tga new file mode 100644 index 00000000..deaa2f47 Binary files /dev/null and b/env/heaven/heaven_bk.tga differ diff --git a/env/heaven/heaven_dn.tga b/env/heaven/heaven_dn.tga new file mode 100644 index 00000000..e910f4a9 Binary files /dev/null and b/env/heaven/heaven_dn.tga differ diff --git a/env/heaven/heaven_ft.tga b/env/heaven/heaven_ft.tga new file mode 100644 index 00000000..9b331a01 Binary files /dev/null and b/env/heaven/heaven_ft.tga differ diff --git a/env/heaven/heaven_lf.tga b/env/heaven/heaven_lf.tga new file mode 100644 index 00000000..fadddf29 Binary files /dev/null and b/env/heaven/heaven_lf.tga differ diff --git a/env/heaven/heaven_preview.png b/env/heaven/heaven_preview.png new file mode 100644 index 00000000..cd76caa3 Binary files /dev/null and b/env/heaven/heaven_preview.png differ diff --git a/env/heaven/heaven_rt.tga b/env/heaven/heaven_rt.tga new file mode 100644 index 00000000..f64a5416 Binary files /dev/null and b/env/heaven/heaven_rt.tga differ diff --git a/env/heaven/heaven_up.tga b/env/heaven/heaven_up.tga new file mode 100644 index 00000000..32004458 Binary files /dev/null and b/env/heaven/heaven_up.tga differ diff --git a/scripts/exosystem.shader b/scripts/exosystem.shader index 782d1632..62a2a878 100644 --- a/scripts/exosystem.shader +++ b/scripts/exosystem.shader @@ -1,29 +1,44 @@ -textures/skies/exosystem -{ - qer_editorimage env/exosystem/exosystem_preview.tga - - surfaceparm noimpact - surfaceparm nolightmap - surfaceparm nomarks - surfaceparm sky - - //q3map_sun - q3map_sun 1 1 1 350 60 41.743 - q3map_surfacelight 550 - skyparms env/exosystem/exosystem - - -} - -textures/skies/exosystem2 -{ - qer_editorimage env/exosystem/exosystem2_preview.tga - - surfaceparm noimpact - surfaceparm nolightmap - surfaceparm nomarks - surfaceparm sky - - //q3map_sun - q3map_sun 1 .40625 .17578125 150 -55.452 17.379 - q3map_surfacelight 300 - skyparms env/exosystem/exosystem2 - - -} \ No newline at end of file +textures/skies/exosystem +{ + qer_editorimage env/exosystem/exosystem_preview.tga + + surfaceparm noimpact + surfaceparm nolightmap + surfaceparm nomarks + surfaceparm sky + + //q3map_sun + q3map_sun 1 1 1 350 60 41.743 + q3map_surfacelight 550 + skyparms env/exosystem/exosystem - - +} + +textures/skies/exosystem2 +{ + qer_editorimage env/exosystem/exosystem2_preview.tga + + surfaceparm noimpact + surfaceparm nolightmap + surfaceparm nomarks + surfaceparm sky + + //q3map_sun + q3map_sun 1 .40625 .17578125 150 -55.452 17.379 + q3map_surfacelight 300 + skyparms env/exosystem/exosystem2 - - +} + +textures/skies/heaven +{ + qer_editorimage env/heaven/heaven_preview.tga + + surfaceparm noimpact + surfaceparm nolightmap + surfaceparm nomarks + surfaceparm sky + + //q3map_sun + q3map_sun .9607843137254902 .7176470588235294 .3803921568627451 350 270 10 + q3map_surfacelight 300 + skyparms env/heaven/heaven - - +}