mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-29 15:12:07 +00:00
aff6156a3f
Added new car - Lotus Disabled sv_pure for reflect & plate fix Changed default settings in code
135 lines
No EOL
2.7 KiB
Text
135 lines
No EOL
2.7 KiB
Text
//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
|
|
}
|
|
} |