Q3R_DM02 Map Updated!

This commit is contained in:
insellium 2021-04-04 08:15:27 +00:00
parent 4f04a97fdf
commit 00bf6222a4
6 changed files with 4118 additions and 3934 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -6,5 +6,5 @@ type "q3r_derby q3r_dm q3r_team_dm"
starts "8"
observerspots "1"
weapons "RL,PG,SG"
author "gout"
author "gout (updated by insellium)"
}

View file

@ -3470,14 +3470,9 @@ textures/q3r_sponsors/q3r_long_01
{
qer_editorimage textures/q3r_sponsors/q3rlong01.tga
{
map textures/base_wall/concrete.jpg
}
{
map textures/q3r_sponsors/q3rlong01.tga
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
tcMod scale .5 .5
}
}
@ -6274,3 +6269,74 @@ textures/q3r_trees/tree03_still
depthFunc equal
}
}
// ------------------------------------------------------------
// 289.q3r_dirt_grass (darkdirt01)
// ------------------------------------------------------------
textures/q3r_dirt_grass/darkdirt01
{
surfaceparm SURF_DIRT
surfaceparm dust
{
map textures/q3r_dirt_grass/darkdirt01.tga
}
}
// ------------------------------------------------------------
// 290.base_floor (concretefloor2)
// ------------------------------------------------------------
textures/base_floor/concretefloor2
{
{
map textures/base_wall/chrome_env.tga
tcgen environment
rgbgen wave sin .25 0 0 0
}
{
map textures/base_floor/concretefloor2.tga
blendFunc GL_ZERO GL_SRC_ALPHA
rgbgen identity
}
{
map textures/base_floor/concretefloor2.tga
blendFunc GL_ONE GL_SRC_ALPHA
rgbgen identity
}
{
map $lightmap
blendfunc gl_dst_color gl_zero
rgbgen identity
}
}
// ------------------------------------------------------------
// 291.jim (bigscreen)
// ------------------------------------------------------------
textures/jim/bigscreen
{
{
map textures/jim/bigscreen.tga
}
{
map gfx/misc/screen01.tga
blendFunc Add
tcMod scroll 7.1 0.2
tcmod scale .8 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB