Update testmap materials to have fallback info for pre-GLSL renderers
This commit is contained in:
parent
ce8731079f
commit
fb20b80b8f
85 changed files with 1153 additions and 193 deletions
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/ceiling.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/ceiling.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/counter.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/counter.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/desk.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/desk.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/door.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/door.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/floor.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/floor.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,5 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm alphashadow
|
||||
surfaceparm trans
|
||||
|
||||
if $programs
|
||||
program lightmapped_alphatest
|
||||
diffusemap textures/measure/ladder.tga
|
||||
diffusemap "textures/measure/ladder.tga"
|
||||
else
|
||||
{
|
||||
map "textures/measure/ladder.tga"
|
||||
alphaFunc GE128
|
||||
depthWrite
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
blendFunc filter
|
||||
depthFunc equal
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm alien
|
||||
diffusemap textures/measure/mat_alien.tga
|
||||
surfaceParm alien
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_alien.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_alien.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm computer
|
||||
diffusemap textures/measure/mat_computer.tga
|
||||
surfaceParm computer
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_computer.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_computer.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm concrete
|
||||
diffusemap textures/measure/mat_concrete.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_concrete.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_concrete.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm dirt
|
||||
diffusemap textures/measure/mat_dirt.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_dirt.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_dirt.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm flesh
|
||||
diffusemap textures/measure/mat_flesh.tga
|
||||
surfaceParm flesh
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_flesh.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_flesh.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm foliage
|
||||
diffusemap textures/measure/mat_foliage.tga
|
||||
surfaceParm foliage
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_foliage.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_foliage.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm glass
|
||||
diffusemap textures/measure/mat_glass.tga
|
||||
surfaceParm glass
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_glass.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_glass.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm grate
|
||||
diffusemap textures/measure/mat_grate.tga
|
||||
surfaceParm grate
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_grate.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_grate.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm metal
|
||||
diffusemap textures/measure/mat_metal.tga
|
||||
surfaceParm metal
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_metal.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_metal.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm sand
|
||||
diffusemap textures/measure/mat_sand.tga
|
||||
surfaceParm sand
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_sand.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_sand.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm slosh
|
||||
diffusemap textures/measure/mat_slosh.tga
|
||||
surfaceParm slosh
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_slosh.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_slosh.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm snow
|
||||
diffusemap textures/measure/mat_snow.tga
|
||||
surfaceParm snow
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_snow.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_snow.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm tile
|
||||
diffusemap textures/measure/mat_tile.tga
|
||||
surfaceParm tile
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_tile.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_tile.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm vent
|
||||
diffusemap textures/measure/mat_vent.tga
|
||||
surfaceParm vent
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_vent.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_vent.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,19 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
surfaceparm wood
|
||||
diffusemap textures/measure/mat_wood.tga
|
||||
surfaceParm wood
|
||||
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/mat_wood.tga
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/mat_wood.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/stairs1.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/stairs1.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/wall128.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/wall128.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
vmap_lightmapMergable
|
||||
qer_editorImage "textures/measure/wall128b.tga"
|
||||
qer_editorImage "textures/measure/wall128.tga"
|
||||
polygonOffset 1
|
||||
|
||||
if $programs
|
||||
{
|
||||
program terrain
|
||||
map "textures/measure/wall128.tga"
|
||||
|
@ -11,4 +12,21 @@
|
|||
map $whiteimage
|
||||
map $whiteimage
|
||||
}
|
||||
else
|
||||
{
|
||||
map "textures/measure/wall128.tga"
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/measure/wall128b.tga"
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
alphaGen vertex
|
||||
}
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
blendFunc filter
|
||||
depthFunc equal
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/wall128b.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/wall128b.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/wall128g.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/wall128g.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/wall128gr.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/wall128gr.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/wall128pl.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/wall128pl.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/wall32.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/wall32.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/wall64.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/wall64.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
if $programs
|
||||
program lightmapped
|
||||
diffusemap textures/measure/wall64a.tga
|
||||
|
||||
else
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map textures/measure/wall64a.tga
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,21 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/asphalt1.tga
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/asphalt1.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/asphalt1.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,11 +1,22 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/asphalt2.tga
|
||||
normalmap textures/next/asphalt2_normal.tga
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/asphalt2.tga"
|
||||
normalmap "textures/next/asphalt2_normal.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/asphalt2.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,21 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/asphalt3.tga
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/asphalt3.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/asphalt3.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/bunker1.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/bunker1.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/bunker1.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/bunker2.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/bunker2.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/bunker2.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/bunker3.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/bunker3.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/bunker3.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/bunker4.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/bunker4.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/bunker4.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/bunker5.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/bunker5.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/bunker5.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/bunker6.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/bunker6.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/bunker6.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/bunker7.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/bunker7.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/bunker7.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/bunker8.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/bunker8.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/bunker8.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/bunker9.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/bunker9.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/bunker9.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/cracked1.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/cracked1.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/cracked1.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/cracked2.tga
|
||||
surfaceParm concrete
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/cracked2.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/cracked2.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/dirty1.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/dirty1.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/dirty1.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/dirty2.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/dirty2.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/dirty2.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/dirty3.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/dirty3.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/dirty3.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/dirty4.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/dirty4.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/dirty4.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/earth1.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/earth1.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/earth1.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,12 +1,24 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/earth2.tga
|
||||
normalmap textures/next/earth2_normal.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/earth2.tga"
|
||||
normalmap "textures/next/earth2_normal.tga"
|
||||
{
|
||||
program lightmapped_reflectcube
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
map $reflectcube
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/earth2.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/earth3.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/earth3.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/earth3.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/earth4.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/earth4.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/earth4.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/earth5.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/earth5.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/earth5.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/earth6.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/earth6.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/earth6.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/earth7.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/earth7.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/earth7.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -3,8 +3,22 @@
|
|||
polygonOffset 1
|
||||
diffusemap textures/next/earth7.tga
|
||||
|
||||
if $programs
|
||||
{
|
||||
program terrain_alpha
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
}
|
||||
else
|
||||
{
|
||||
map "textures/next/earth7.tga"
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
alphaGen vertex
|
||||
}
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
blendFunc filter
|
||||
depthFunc equal
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/earth8.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/earth8.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/earth8.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/earth9.tga
|
||||
surfaceParm dirt
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/earth9.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/earth9.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/plywood1.tga
|
||||
surfaceParm wood
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/plywood1.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/plywood1.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/plywood2.tga
|
||||
surfaceParm wood
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/plywood2.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/plywood2.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/plywood3.tga
|
||||
surfaceParm wood
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/plywood3.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/plywood3.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/plywood4.tga
|
||||
surfaceParm wood
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/plywood4.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/plywood4.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/plywood5.tga
|
||||
surfaceParm wood
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/plywood5.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/plywood5.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/rusty1.tga
|
||||
surfaceParm metal
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/rusty1.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/rusty1.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
qer_editorImage "textures/next/rusty1.tga"
|
||||
polygonOffset 1
|
||||
|
||||
if $programs
|
||||
{
|
||||
program terrain
|
||||
map "textures/next/rusty5.tga"
|
||||
|
@ -10,4 +11,21 @@
|
|||
map $normalmap
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map "textures/next/rusty5.tga"
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/rusty7.tga"
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
alphaGen vertex
|
||||
}
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
blendFunc filter
|
||||
depthFunc equal
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/rusty2.tga
|
||||
surfaceParm metal
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/rusty2.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/rusty2.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/rusty3.tga
|
||||
surfaceParm metal
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/rusty3.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/rusty3.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/rusty4.tga
|
||||
surfaceParm metal
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/rusty4.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/rusty4.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/rusty5.tga
|
||||
surfaceParm metal
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/rusty5.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/rusty5.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/rusty6.tga
|
||||
surfaceParm metal
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/rusty6.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/rusty6.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/rusty7.tga
|
||||
surfaceParm metal
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/rusty7.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/rusty7.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,21 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/tarmac1.tga
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/tarmac1.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/tarmac1.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,21 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/tarmac2.tga
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/tarmac2.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/tarmac2.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/vent1.tga
|
||||
surfaceParm vent
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/vent1.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/vent1.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/vent2.tga
|
||||
surfaceParm vent
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/vent2.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/vent2.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/vent3.tga
|
||||
surfaceParm vent
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/vent3.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/vent3.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/vent4.tga
|
||||
surfaceParm vent
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/vent4.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/vent4.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,23 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/next/vent5.tga
|
||||
surfaceParm vent
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/next/vent5.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/next/vent5.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,17 +1,15 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
qer_editorImage textures/skies/dune.tga
|
||||
skyParms - 256 -
|
||||
vmap_globalTexture
|
||||
|
||||
qer_editorImage "textures/skies/dune.tga"
|
||||
surfaceParm sky
|
||||
surfaceParm noimpact
|
||||
surfaceParm nolightmap
|
||||
surfaceParm nodlight
|
||||
|
||||
nopicmip
|
||||
noPicMip
|
||||
nomipmaps
|
||||
|
||||
if $programs
|
||||
skyParms - 256 -
|
||||
{
|
||||
program skybox_hdr
|
||||
map $cube:textures/skies/dune_hdr/40th/bg
|
||||
|
@ -20,4 +18,21 @@
|
|||
map textures/skies/clouds/dunecloud.tga
|
||||
map textures/skies/clouds/dunecloud_layer.tga
|
||||
}
|
||||
else
|
||||
skyParms textures/skies/dune_hdr/250th/bg 256 -
|
||||
{
|
||||
map "textures/skies/clouds/dunecloud.tga"
|
||||
tcMod scroll 0.001 0.001
|
||||
tcMod scale 5 5
|
||||
blendFunc blend
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/skies/clouds/dunecloud_layer.tga"
|
||||
tcMod scroll 0.002 0.002
|
||||
tcMod scale 5 5
|
||||
blendFunc blend
|
||||
rgbGen identity
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,22 +1,29 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
qer_editorImage textures/skies/recotta.tga
|
||||
skyParms textures/skies/recotta/bg 256 -
|
||||
vmap_globalTexture
|
||||
|
||||
qer_editorImage "textures/skies/recotta.tga"
|
||||
surfaceParm sky
|
||||
surfaceParm noimpact
|
||||
surfaceParm nolightmap
|
||||
surfaceParm sky
|
||||
surfaceParm nodlight
|
||||
|
||||
vmap_skylight 200 4
|
||||
nopicmip
|
||||
noPicMip
|
||||
nomipmaps
|
||||
|
||||
if $programs
|
||||
skyParms - 256 -
|
||||
{
|
||||
program skybox
|
||||
map $cube:textures/skies/recotta/bg
|
||||
map textures/skies/clouds/dunecloud.tga
|
||||
map $blackimage
|
||||
}
|
||||
else
|
||||
skyParms textures/skies/recotta/bg 256 -
|
||||
{
|
||||
map "textures/skies/clouds/dunecloud.tga"
|
||||
tcMod scroll 0.001 0.001
|
||||
tcMod scale 5 5
|
||||
blendFunc blend
|
||||
rgbGen identity
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,21 +1,22 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
qer_editorImage textures/skies/smudge.tga
|
||||
skyParms - 256 -
|
||||
vmap_globalTexture
|
||||
|
||||
qer_editorImage "textures/skies/smudge.tga"
|
||||
surfaceParm sky
|
||||
surfaceParm noimpact
|
||||
surfaceParm nolightmap
|
||||
surfaceParm nodlight
|
||||
|
||||
nopicmip
|
||||
noPicMip
|
||||
nomipmaps
|
||||
|
||||
if $programs
|
||||
skyParms - 256 -
|
||||
{
|
||||
program skybox
|
||||
map $cube:textures/skies/smudge/bg
|
||||
map $blackimage
|
||||
map $blackimage
|
||||
}
|
||||
else
|
||||
skyParms textures/skies/smudge/bg 256 -
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,17 +1,15 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
qer_editorImage textures/skies/sundown/250th/bg_ft.tga
|
||||
skyParms - 256 -
|
||||
vmap_globalTexture
|
||||
|
||||
qer_editorImage "textures/skies/sundown.tga"
|
||||
surfaceParm sky
|
||||
surfaceParm noimpact
|
||||
surfaceParm nolightmap
|
||||
surfaceParm nodlight
|
||||
|
||||
nopicmip
|
||||
noPicMip
|
||||
nomipmaps
|
||||
|
||||
if $programs
|
||||
skyParms - 256 -
|
||||
{
|
||||
program skybox_hdr
|
||||
map $cube:textures/skies/sundown/40th/bg
|
||||
|
@ -20,4 +18,21 @@
|
|||
map textures/skies/clouds/dunecloud.tga
|
||||
map textures/skies/clouds/dunecloud_layer.tga
|
||||
}
|
||||
else
|
||||
skyParms textures/skies/sundown/250th/bg 256 -
|
||||
{
|
||||
map "textures/skies/clouds/dunecloud.tga"
|
||||
tcMod scroll 0.001 0.001
|
||||
tcMod scale 5 5
|
||||
blendFunc blend
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/skies/clouds/dunecloud_layer.tga"
|
||||
tcMod scroll 0.002 0.002
|
||||
tcMod scale 5 5
|
||||
blendFunc blend
|
||||
rgbGen identity
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,17 +1,15 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
qer_editorImage textures/skies/yukongold.tga
|
||||
skyParms - 256 -
|
||||
vmap_globalTexture
|
||||
|
||||
qer_editorImage "textures/skies/yukongold.tga"
|
||||
surfaceParm sky
|
||||
surfaceParm noimpact
|
||||
surfaceParm nolightmap
|
||||
surfaceParm nodlight
|
||||
|
||||
nopicmip
|
||||
noPicMip
|
||||
nomipmaps
|
||||
|
||||
|
||||
if $programs
|
||||
skyParms - 256 -
|
||||
{
|
||||
program skybox_parallax
|
||||
map textures/skies/clouds/dustycloud.tga
|
||||
|
@ -19,4 +17,14 @@
|
|||
map $cube:textures/skies/yukongold/bg
|
||||
map $cube:textures/skies/yukongold/fg
|
||||
}
|
||||
else
|
||||
skyParms textures/skies/yukongold/bg 256 textures/skies/yukongold/fg
|
||||
{
|
||||
map "textures/skies/clouds/dustycloud.tga"
|
||||
tcMod scroll 0.001 0.001
|
||||
tcMod scale 5 5
|
||||
blendFunc blend
|
||||
rgbGen identity
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
|
@ -1,10 +1,21 @@
|
|||
// Vera Visions Material
|
||||
{
|
||||
diffusemap textures/test_me.tga
|
||||
|
||||
if $programs
|
||||
diffusemap "textures/test_me.tga"
|
||||
{
|
||||
program lightmapped
|
||||
map $diffuse
|
||||
map $normalmap
|
||||
}
|
||||
else
|
||||
{
|
||||
map $lightmap
|
||||
rgbGen identity
|
||||
}
|
||||
{
|
||||
map "textures/test_me.tga"
|
||||
rgbGen identity
|
||||
blendFunc GL_DST_COLOR GL_ZERO
|
||||
}
|
||||
endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue