mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-24 21:01:34 +00:00
Make Camaro reflective and add wheel to fix warning in menu.
This commit is contained in:
parent
48c243de89
commit
e059428dae
3 changed files with 58 additions and 49 deletions
BIN
baseq3r/models/players/camaro/wheel.md3
Normal file
BIN
baseq3r/models/players/camaro/wheel.md3
Normal file
Binary file not shown.
|
@ -6,108 +6,117 @@
|
||||||
|
|
||||||
|
|
||||||
models/players/camaro/body
|
models/players/camaro/body
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
// map textures/effects/tinfx2b.tga
|
// map textures/effects/tinfx2b.tga
|
||||||
map textures/reflect/reflect.jpg
|
map textures/reflect/reflect.jpg
|
||||||
tcGen environment
|
tcGen environment
|
||||||
rgbGen lightingdiffuse
|
rgbGen lightingdiffuse
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
map models/players/camaro/body.tga
|
map models/players/camaro/body.tga
|
||||||
blendFunc blend
|
alphaGen const 0.8
|
||||||
|
blendFunc blend
|
||||||
depthWrite
|
depthWrite
|
||||||
rgbGen lightingdiffuse
|
rgbGen lightingdiffuse
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//DEFAULT - BLUE
|
//DEFAULT - BLUE
|
||||||
|
|
||||||
|
|
||||||
models/players/camaro/body_blue
|
models/players/camaro/body_blue
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
// map textures/effects/tinfx2b.tga
|
// map textures/effects/tinfx2b.tga
|
||||||
map textures/reflect/reflect.jpg
|
map textures/reflect/reflect.jpg
|
||||||
tcGen environment
|
tcGen environment
|
||||||
rgbGen lightingdiffuse
|
rgbGen lightingdiffuse
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
map models/players/camaro/body_blue.tga
|
map models/players/camaro/body_blue.tga
|
||||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
alphaGen const 0.8
|
||||||
|
blendFunc blend
|
||||||
depthWrite
|
depthWrite
|
||||||
rgbGen lightingdiffuse
|
rgbGen lightingdiffuse
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//DEFAULT - GREEN
|
//DEFAULT - GREEN
|
||||||
|
|
||||||
|
|
||||||
models/players/camaro/body_green
|
models/players/camaro/body_green
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
// map textures/effects/tinfx2b.tga
|
// map textures/effects/tinfx2b.tga
|
||||||
map textures/reflect/reflect.jpg
|
map textures/reflect/reflect.jpg
|
||||||
tcGen environment
|
tcGen environment
|
||||||
rgbGen lightingdiffuse
|
rgbGen lightingdiffuse
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
map models/players/camaro/body_green.tga
|
map models/players/camaro/body_green.tga
|
||||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
alphaGen const 0.8
|
||||||
|
blendFunc blend
|
||||||
depthWrite
|
depthWrite
|
||||||
rgbGen lightingdiffuse
|
rgbGen lightingdiffuse
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//DEFAULT - RED
|
//DEFAULT - RED
|
||||||
|
|
||||||
|
|
||||||
models/players/camaro/body_green
|
models/players/camaro/body_red
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
// map textures/effects/tinfx2b.tga
|
// map textures/effects/tinfx2b.tga
|
||||||
map textures/reflect/reflect.jpg
|
map textures/reflect/reflect.jpg
|
||||||
tcGen environment
|
tcGen environment
|
||||||
rgbGen lightingdiffuse
|
rgbGen lightingdiffuse
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
map models/players/camaro/body_red.tga
|
map models/players/camaro/body_red.tga
|
||||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
alphaGen const 0.8
|
||||||
|
blendFunc blend
|
||||||
depthWrite
|
depthWrite
|
||||||
rgbGen lightingdiffuse
|
rgbGen lightingdiffuse
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//DEFAULT - GREEN
|
//DEFAULT - BLACK
|
||||||
|
|
||||||
|
|
||||||
models/players/camaro/body_black
|
models/players/camaro/body_black
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
// map textures/effects/tinfx2b.tga
|
// map textures/effects/tinfx2b.tga
|
||||||
map textures/reflect/reflect.jpg
|
map textures/reflect/reflect.jpg
|
||||||
tcGen environment
|
tcGen environment
|
||||||
rgbGen lightingdiffuse
|
rgbGen lightingdiffuse
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
map models/players/camaro/body_black.tga
|
map models/players/camaro/body_black.tga
|
||||||
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
|
alphaGen const 0.8
|
||||||
|
blendFunc blend
|
||||||
|
depthWrite
|
||||||
|
rgbGen lightingdiffuse
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//SHARED - GLASS
|
||||||
|
|
||||||
|
|
||||||
|
models/players/camaro/glass
|
||||||
|
{
|
||||||
|
{
|
||||||
|
map textures/reflect/reflect.jpg
|
||||||
|
tcGen environment
|
||||||
|
rgbGen lightingdiffuse
|
||||||
|
}
|
||||||
|
{
|
||||||
|
map models/players/camaro/glass.tga
|
||||||
|
alphaGen const 0.2
|
||||||
|
blendFunc blend
|
||||||
depthWrite
|
depthWrite
|
||||||
rgbGen lightingdiffuse
|
rgbGen lightingdiffuse
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#define BASETA "missionpack"
|
#define BASETA "missionpack"
|
||||||
|
|
||||||
#ifndef PRODUCT_VERSION
|
#ifndef PRODUCT_VERSION
|
||||||
#define PRODUCT_VERSION "v0.0.1.0 r219"
|
#define PRODUCT_VERSION "v0.0.1.0 r220"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PRODUCT_DATE
|
#ifndef PRODUCT_DATE
|
||||||
|
|
Loading…
Reference in a new issue