fixed broken shader (thx insellium)

added new dm map by insellium
This commit is contained in:
q3rally 2021-03-02 20:01:57 +00:00
parent 398e860694
commit a43f8f2c3e
8 changed files with 5574 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 KiB

BIN
baseq3r/maps/q1r_dm01.bsp Normal file

Binary file not shown.

5531
baseq3r/maps/q1r_dm01.map Normal file

File diff suppressed because it is too large Load diff

View file

@ -1412,6 +1412,36 @@ textures/sfx/flame1
}
textures/sfx/flame2
{
surfaceparm nomarks
surfaceparm nolightmap
surfaceparm trans
cull none
q3map_surfacelight 7500
{
animMap 10 textures/sfx/flame1.tga textures/sfx/flame2.tga textures/sfx/flame3.tga textures/sfx/flame4.tga textures/sfx/flame5.tga textures/sfx/flame6.tga textures/sfx/flame7.tga textures/sfx/flame8.tga
blendFunc GL_ONE GL_ONE
rgbGen wave inverseSawtooth 0 1 0 10
}
{
animMap 10 textures/sfx/flame2.tga textures/sfx/flame3.tga textures/sfx/flame4.tga textures/sfx/flame5.tga textures/sfx/flame6.tga textures/sfx/flame7.tga textures/sfx/flame8.tga textures/sfx/flame1.tga
blendFunc GL_ONE GL_ONE
rgbGen wave sawtooth 0 1 0 10
}
{
map textures/sfx/flameball.tga
blendFunc GL_ONE GL_ONE
rgbGen wave sin .6 .2 0 .6
}
}
// ------------------------------------------------------------
// 15.camera flash
// ------------------------------------------------------------

View file

@ -0,0 +1,12 @@
{
map "q1r_dm01"
longname "The Bowl"
fraglimit 50
timelimit 10
type "q3r_dm q3r_team_dm q3r_derby"
starts "17"
observerspots "0"
weapons "6"
powerups "1"
author "Terata (Remastered by insellium)"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

View file

@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define BASETA "missionpack"
#ifndef PRODUCT_VERSION
#define PRODUCT_VERSION "v0.0.3.0_r301"
#define PRODUCT_VERSION "v0.0.3.0_r302"
#endif