diff --git a/baseq3r/env/ely_sunset/readme b/baseq3r/env/ely_sunset/readme new file mode 100644 index 00000000..c3db6e86 --- /dev/null +++ b/baseq3r/env/ely_sunset/readme @@ -0,0 +1,3 @@ +These sky boxes have been downloaded from http://www.3delyvisions.com. They were produced by Colin Lowndes using a properly licensed copy of TerraGen. The author granted permission to distribute these sky boxes under the GNU General Public License version 2. Thanks, Colin! + +I (Laszlo Menczel aka Speaker) converted the textures to TGA format and resized the ones not conforming to the power-of-two texture size rule of Quake3. Also renamed the textures to conform to the name conventions of sky boxes in Quake3 (i.e. using the postfixes _bk, _ft, _lf, _rt and _up). The original boxes did not have 'down' textures. I made a 512x512 neutral grey image and added copies of this to each sky box as a fake 'down' texture. diff --git a/baseq3r/env/ely_sunset/sunset_bk.tga b/baseq3r/env/ely_sunset/sunset_bk.tga new file mode 100644 index 00000000..9fee503e Binary files /dev/null and b/baseq3r/env/ely_sunset/sunset_bk.tga differ diff --git a/baseq3r/env/ely_sunset/sunset_dn.tga b/baseq3r/env/ely_sunset/sunset_dn.tga new file mode 100644 index 00000000..7f2ac899 Binary files /dev/null and b/baseq3r/env/ely_sunset/sunset_dn.tga differ diff --git a/baseq3r/env/ely_sunset/sunset_ft.tga b/baseq3r/env/ely_sunset/sunset_ft.tga new file mode 100644 index 00000000..cc044599 Binary files /dev/null and b/baseq3r/env/ely_sunset/sunset_ft.tga differ diff --git a/baseq3r/env/ely_sunset/sunset_lf.tga b/baseq3r/env/ely_sunset/sunset_lf.tga new file mode 100644 index 00000000..6dd5d356 Binary files /dev/null and b/baseq3r/env/ely_sunset/sunset_lf.tga differ diff --git a/baseq3r/env/ely_sunset/sunset_rt.tga b/baseq3r/env/ely_sunset/sunset_rt.tga new file mode 100644 index 00000000..6d0f66ce Binary files /dev/null and b/baseq3r/env/ely_sunset/sunset_rt.tga differ diff --git a/baseq3r/env/ely_sunset/sunset_up.tga b/baseq3r/env/ely_sunset/sunset_up.tga new file mode 100644 index 00000000..347452ef Binary files /dev/null and b/baseq3r/env/ely_sunset/sunset_up.tga differ diff --git a/baseq3r/scripts/ely_sunset.shader b/baseq3r/scripts/ely_sunset.shader new file mode 100644 index 00000000..5ddb87ff --- /dev/null +++ b/baseq3r/scripts/ely_sunset.shader @@ -0,0 +1,14 @@ +// Direction & elevation checked and adjusted - Speaker + +textures/skies/ely_sunset +{ + qer_editorimage env/ely_sunset/sunset_ft.tga + surfaceparm noimpact + surfaceparm nolightmap + q3map_globaltexture + q3map_lightsubdivide 256 + surfaceparm sky + q3map_surfacelight 50 + q3map_sun 1 0.7 0.7 80 350 10 + skyparms env/ely_sunset/sunset - - +}