LAVA FALLS Map Updated!

added 2 car mapobjects with poor texture (for Lava Falls)
added skull model (for Lava Falls)
fixed base_wall/bluemetalsupport2f texture (for Lava Falls)
fixed blimp.shader
fixed glass_brown_r.tga for car skin "mini brown"
This commit is contained in:
insellium 2021-04-01 18:18:41 +00:00
parent db80a239ff
commit 8c6b49385b
21 changed files with 13458 additions and 8885 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View file

@ -12124,13 +12124,16 @@ textures/base_wall/bluemetalsupport2f
{
map textures/base_wall/bluemetalsupport2f.tga
blendFunc GL_ONE_MINUS_SRC_ALPHA GL_SRC_ALPHA
blendFunc blend
rgbGen identity
}
{
map $lightmap
blendfunc gl_dst_color gl_zero
blendfunc filter
rgbGen identity
}
}
// ------------------------------------------------------------

View file

@ -1,5 +1,5 @@
// ------------------------------------------------------------
// Shaders for Q3Rally Blimp - rewritten by P3rlE (fixed by insellium)
// Shaders for Q3Rally Blimp - rewritten by P3rlE
// based on the blimp.shader from stecki
// ------------------------------------------------------------
@ -30,7 +30,19 @@ models/mapobjects/blimp/red
}
// ------------------------------------------------------------
// 3.Blimp (blimp02)
// 3.Blimp (blimp01)
// ------------------------------------------------------------
models/mapobjects/blimp/blimp01
{
{
map models/mapobjects/blimp/blimp01.tga
rgbGen exactVertex
}
}
// ------------------------------------------------------------
// 4.Blimp (blimp02)
// ------------------------------------------------------------
models/mapobjects/blimp/blimp02

View file

@ -416,4 +416,36 @@ models/mapobjects/oak/oakblaetter3
map models/mapobjects/oak/oakblaetter3.tga
blendfunc blend
}
}
models/mapobjects/carmodels/reaper/main
{
{
map models/mapobjects/carmodels/reaper/main.tga
rgbGen exactVertex
}
}
models/mapobjects/carmodels/reaper/parts
{
{
map models/mapobjects/carmodels/reaper/parts.tga
rgbGen exactVertex
}
}
models/mapobjects/carmodels/reaper/tlites
{
{
map models/mapobjects/carmodels/reaper/tlites.tga
rgbGen exactVertex
}
}
models/mapobjects/carmodels/sidepipe/orange
{
{
map models/mapobjects/carmodels/sidepipe/orange.tga
rgbGen exactVertex
}
}

View file

@ -1,7 +1,7 @@
{
map "q3r_lavafalls"
longname "Lava Falls"
author "Cyberdemon (updated by gout)"
author "Cyberdemon (updated by insellium)"
fraglimit 5
type "q3r_racing q3r_team_racing q3r_racing_dm q3r_team_racing_dm"
starts "14"

View file

@ -370,4 +370,39 @@ textures/q3r_skies/env/ame_nebula
q3map_sun 1.00 0.90 1.00 70 90 90
q3map_surfacelight 70
skyparms textures/q3r_skies/env/ame_nebula/purplenebula - -
}
// ------------------------------------------------------------
// 20.skies (tim_dm3_red)
// ------------------------------------------------------------
textures/skies/tim_dm3_red
{
qer_editorimage textures/skies/stars_red.tga
surfaceparm noimpact
surfaceparm nomarks
surfaceparm nolightmap
surfaceparm sky
q3map_sun .5 .37 .19 70 30 70
//q3map_sun 1 .37 .19 70 30 70
q3map_surfacelight 80
skyparms - 512 -
//cloudparms 512 full
//lightning
{
map textures/skies/killsky_1.tga
tcMod scroll 0.05 .1
tcMod scale 2 2
depthWrite
}
{
map textures/skies/killsky_2.tga
blendfunc GL_ONE GL_ONE
tcMod scroll 0.05 0.06
tcMod scale 3 2
}
}