Platform: Restructure the directory, add example maps and sources.

This commit is contained in:
Marco Cawthorne 2020-09-24 15:33:35 +02:00
parent 62f3444fcb
commit b6e9aceb02
473 changed files with 2232 additions and 0 deletions

View File

@ -0,0 +1,4 @@
COLOR=255 255 255
ALPHA=255
SIZE=12
PATH=fonts/Tahoma.ttf

View File

@ -0,0 +1,2 @@
COLOR=90 106 80
ALPHA=255

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,11 @@
// Vera Visions Material
{
fogParms ( 0.5 0.5 0.5 ) 1024
surfaceParm fog
surfaceParm nolightmap
surfaceParm nonsolid
surfaceParm trans
qer_editorImage "textures/sfx/fog.tga"
qer_trans 0.4
}

View File

@ -0,0 +1,16 @@
// Vera Visions Material
{
qer_editorImage "textures/liquid/water2.tga"
sort banner
qer_trans 0.8
surfaceParm nonsolid
surfaceParm trans
surfaceParm water
surfaceParm nodlight
{
program refract
map $refraction
map "textures/liquid/water1_n.tga"
}
}

View File

@ -0,0 +1,13 @@
// Vera Visions Material
{
surfaceparm metal
diffusemap textures/sfx/alpha.tga
{
program lightmapped_reflectcube
map $diffuse
map $normalmap
map $reflectcube
}
}

Binary file not shown.

View File

@ -0,0 +1,12 @@
// Vera Visions Material
{
polygonOffset 1
diffusemap "textures/sfx/alpha.tga"
{
program lightmapped_reflectcube
map $diffuse
map $normalmap
map $reflectcube
}
}

View File

@ -0,0 +1,12 @@
// Vera Visions Material
{
noPicMip
noMipmaps
diffusemap "textures/ui/avatar_missing.tga"
{
program sprite
map $diffusemap
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}

View File

@ -0,0 +1,9 @@
// Vera Visions Material
{
diffusemap "textures/ui/icons/cancel.tga"
{
program sprite
map $diffusemap
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}

View File

@ -0,0 +1,9 @@
// Vera Visions Material
{
diffusemap "textures/ui/icons/cd.tga"
{
program sprite
map $diffusemap
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}

Binary file not shown.

View File

@ -0,0 +1,9 @@
// Vera Visions Material
{
diffusemap "textures/ui/icons/console.tga"
{
program sprite
map $diffusemap
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}

View File

@ -0,0 +1,9 @@
// Vera Visions Material
{
diffusemap "textures/ui/icons/desktop.tga"
{
program sprite
map $diffusemap
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}

Some files were not shown because too many files have changed in this diff Show More