FTE: Remove legacy scripts/ directory

This commit is contained in:
MotoLegacy 2024-11-25 20:37:33 -08:00
parent 4a7b1b7870
commit d0082e13dc
6 changed files with 0 additions and 329 deletions

View file

@ -1,23 +0,0 @@
models/machines/mglow$.mdl_0.lmp
{
program defaultskin
progblendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
diffusemap models/machines/mglow$.mdl_0.tga
alphafunc ge128
}
models/props/chandelier$.mdl_0.lmp
{
program defaultskin
progblendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
diffusemap models/props/chandelier$.mdl_0.tga
alphafunc ge128
}
models/props/tree_swamp$.mdl_0.lmp
{
program defaultskin
progblendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
diffusemap models/props/tree_swamp$.mdl_0.tga
alphafunc ge128
}

View file

@ -1,170 +0,0 @@
textures/dev/white
{
{
map $nearest:textures/dev/white.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/gray
{
{
map $nearest:textures/dev/gray.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/graydark
{
{
map $nearest:textures/dev/graydark.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/black
{
{
map $nearest:textures/dev/black.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/green
{
{
map $nearest:textures/dev/green.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/blue
{
{
map $nearest:textures/dev/blue.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/brown
{
{
map $nearest:textures/dev/brown.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/beige
{
{
map $nearest:textures/dev/beige.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/orange
{
{
map $nearest:textures/dev/orange.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/red
{
{
map $nearest:textures/dev/red.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/purple
{
{
map $nearest:textures/dev/purple.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/yellow
{
{
map $nearest:textures/dev/yellow.tga
rgbGen identity
}
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
textures/dev/test_sky
{
qer_editorimage textures/dev/edsky.tga
q3map_globaltexture
q3map_lightsubdivide 256
q3map_surfaceLight 120
q3map_sun 0.7 0.6 0.8 550 60 45
surfaceparm sky
surfaceparm noimpact
surfaceparm nolightmap
surfaceparm nomarks
skyparms textures/tropical/sky - -
}

View file

@ -1,7 +0,0 @@
greyscale
{
program greyscale
{
map $rt:greyscale
}
}

View file

@ -1,7 +0,0 @@
menu/bg
{
{
map menu/bg.tga
rgbGen identity
}
}

View file

@ -1,112 +0,0 @@
mg_ammo
{
program shaders/mg_ammo.glsl
{
map $nearest:models/mg_ammo.png
}
}
muzzleflash
{
cull disable
//program shaders/cel_additive.glsl
{
map models/weapons/mg/matalt3.tga
blendFunc GL_SRC_ALPHA GL_ONE
rgbGen identity
alphaGen entity
}
}
bloodsplat
{
cull disable
program shaders/splat.glsl
{
map textures/blood2.tga
rgbGen identity
alphaGen entity
}
}
bloodsplat2
{
cull disable
program shaders/splat2.glsl
{
map textures/blood2.tga
blendFunc blend
rgbGen vertex
alphaGen vertex
}
}
pistol
{
bemode rtlight
{
program shaders/cel_rtlight.glsl
{
map $diffuse
blendFunc add
}
{
map $lightcubemap
}
{
map $shadowmap
}
}
//program shaders/celshade.glsl
nomipmaps
{
map $nearest:models/weapons/pistol/pistol.tga
rgbGen lightingDiffuse
alphaGen entity
}
}
mgtex
{
bemode rtlight
{
program shaders/cel_rtlight.glsl
{
map $diffuse
blendFunc add
}
{
map $lightcubemap
}
{
map $shadowmap
}
}
//program shaders/celshade.glsl
nomipmaps
{
map $nearest:models/weapons/mg/mgtex.tga
rgbGen lightingDiffuse
alphaGen entity
}
}
outline
{
cull back
program shaders/outline.glsl
{
}
}
perse
{
program shaders/celshade.glsl
nomipmaps
{
map $nearest:models/perse.tga
rgbGen lightingDiffuse
alphaGen entity
}
}

View file

@ -1,10 +0,0 @@
tracers/mg
{
cull disable
{
map $nearest:models/weapons/mg/tracer.tga
rgbGen identity
alphaGen vertex
blendFunc GL_SRC_ALPHA GL_ONE
}
}