added "ely_sunset" skybox

I forgot to add to the previous commit.
This commit is contained in:
insellium 2022-02-03 01:12:01 +05:00
parent 08b7b80570
commit c444e2b27c
8 changed files with 17 additions and 0 deletions

3
baseq3r/env/ely_sunset/readme vendored Normal file
View file

@ -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.

BIN
baseq3r/env/ely_sunset/sunset_bk.tga vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

BIN
baseq3r/env/ely_sunset/sunset_dn.tga vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

BIN
baseq3r/env/ely_sunset/sunset_ft.tga vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

BIN
baseq3r/env/ely_sunset/sunset_lf.tga vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

BIN
baseq3r/env/ely_sunset/sunset_rt.tga vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

BIN
baseq3r/env/ely_sunset/sunset_up.tga vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

View file

@ -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 - -
}