mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
fixed lotus shader
useless .arena file removed
This commit is contained in:
parent
7bea27efcc
commit
ff5fac055b
3 changed files with 163 additions and 145 deletions
|
@ -5194,4 +5194,167 @@ models/players/gremlin/black
|
|||
rgbGen lightingdiffuse
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//red
|
||||
models/players/lotus/red
|
||||
{
|
||||
{
|
||||
map textures/reflect/reflect.jpg
|
||||
tcGen environment
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/red.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
depthWrite
|
||||
}
|
||||
{
|
||||
map textures/reflect/reflect.jpg
|
||||
tcGen environment
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/red_spec_mask.tga
|
||||
alphaGen const 0.8
|
||||
blendFunc blend
|
||||
depthWrite
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
||||
|
||||
//blue
|
||||
models/players/lotus/blue
|
||||
{
|
||||
{
|
||||
map textures/reflect/reflect.jpg
|
||||
tcGen environment
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/blue.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
depthWrite
|
||||
}
|
||||
{
|
||||
map textures/reflect/reflect.jpg
|
||||
tcGen environment
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/blue_spec_mask.tga
|
||||
alphaGen const 0.8
|
||||
blendFunc blend
|
||||
depthWrite
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
||||
|
||||
//green
|
||||
models/players/lotus/green
|
||||
{
|
||||
{
|
||||
map textures/reflect/reflect.jpg
|
||||
tcGen environment
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/green.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
depthWrite
|
||||
}
|
||||
{
|
||||
map textures/reflect/reflect.jpg
|
||||
tcGen environment
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/green_spec_mask.tga
|
||||
alphaGen const 0.8
|
||||
blendFunc blend
|
||||
depthWrite
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
||||
|
||||
//yellow
|
||||
models/players/lotus/yellow
|
||||
{
|
||||
{
|
||||
map textures/reflect/reflect.jpg
|
||||
tcGen environment
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/yellow.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
depthWrite
|
||||
}
|
||||
{
|
||||
map textures/reflect/reflect.jpg
|
||||
tcGen environment
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/yellow_spec_mask.tga
|
||||
alphaGen const 0.8
|
||||
blendFunc blend
|
||||
depthWrite
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
||||
|
||||
models/players/lotus/chrome
|
||||
{
|
||||
{
|
||||
map textures/reflect/chrometest2.jpg
|
||||
tcGen environment
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/shine.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
depthWrite
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
||||
|
||||
models/players/lotus/wiper
|
||||
{
|
||||
cull disable
|
||||
{
|
||||
map models/players/lotus/wiper.tga
|
||||
// opacity mask
|
||||
blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
}
|
||||
}
|
||||
|
||||
models/players/lotus/headLights
|
||||
{
|
||||
{
|
||||
map models/players/lotus/shine.tga
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/shineEmissive.tga
|
||||
blendFunc add
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
||||
|
||||
models/players/lotus/tailLights
|
||||
{
|
||||
{
|
||||
map models/players/lotus/red.tga
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/bodyEmissive.tga
|
||||
blendFunc add
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
|
@ -1,135 +0,0 @@
|
|||
//red
|
||||
models/players/lotus/red
|
||||
{
|
||||
{
|
||||
map models/players/lotus/red.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
depthWrite
|
||||
}
|
||||
{
|
||||
map textures/reflect/reflect.tga
|
||||
tcGen environment
|
||||
blendFunc add
|
||||
}
|
||||
{
|
||||
map models/players/lotus/red_spec_mask.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//blue
|
||||
models/players/lotus/blue
|
||||
{
|
||||
{
|
||||
map models/players/lotus/blue.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
depthWrite
|
||||
}
|
||||
{
|
||||
map textures/reflect/reflect.tga
|
||||
tcGen environment
|
||||
blendFunc add
|
||||
}
|
||||
{
|
||||
map models/players/lotus/blue_spec_mask.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
||||
|
||||
//green
|
||||
models/players/lotus/green
|
||||
{
|
||||
{
|
||||
map models/players/lotus/green.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
depthWrite
|
||||
}
|
||||
{
|
||||
map textures/reflect/reflect.tga
|
||||
tcGen environment
|
||||
blendFunc add
|
||||
}
|
||||
{
|
||||
map models/players/lotus/green_spec_mask.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
||||
|
||||
//yellow
|
||||
models/players/lotus/yellow
|
||||
{
|
||||
{
|
||||
map models/players/lotus/yellow.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
depthWrite
|
||||
}
|
||||
{
|
||||
map textures/reflect/reflect.tga
|
||||
tcGen environment
|
||||
blendFunc add
|
||||
}
|
||||
{
|
||||
map models/players/lotus/yellow_spec_mask.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
||||
|
||||
models/players/lotus/chrome
|
||||
{
|
||||
{
|
||||
map textures/reflect/chrometest2.jpg
|
||||
tcGen environment
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/shine.tga
|
||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
depthWrite
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
||||
|
||||
models/players/lotus/wiper
|
||||
{
|
||||
cull disable
|
||||
{
|
||||
map models/players/lotus/wiper.tga
|
||||
// opacity mask
|
||||
blendfunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
||||
}
|
||||
}
|
||||
|
||||
models/players/lotus/headLights
|
||||
{
|
||||
{
|
||||
map models/players/lotus/shine.tga
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/shineEmissive.tga
|
||||
blendFunc add
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
||||
|
||||
models/players/lotus/tailLights
|
||||
{
|
||||
{
|
||||
map models/players/lotus/red.tga
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
{
|
||||
map models/players/lotus/bodyEmissive.tga
|
||||
blendFunc add
|
||||
rgbGen lightingdiffuse
|
||||
}
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
map "q3r_domination_test"
|
||||
longname "Domination Test Map"
|
||||
type "q3r_dom"
|
||||
starts "8"
|
||||
observerspots "0"
|
||||
weapons "0"
|
||||
powerups "0"
|
||||
author "Perle"
|
||||
}
|
Loading…
Reference in a new issue