Make Camaro reflective and add wheel to fix warning in menu.

This commit is contained in:
zturtleman 2018-05-03 22:53:37 +00:00
parent 48c243de89
commit e059428dae
3 changed files with 58 additions and 49 deletions

Binary file not shown.

View file

@ -15,13 +15,11 @@ models/players/camaro/body
}
{
map models/players/camaro/body.tga
alphaGen const 0.8
blendFunc blend
depthWrite
rgbGen lightingdiffuse
}
}
//DEFAULT - BLUE
@ -37,13 +35,11 @@ models/players/camaro/body_blue
}
{
map models/players/camaro/body_blue.tga
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
alphaGen const 0.8
blendFunc blend
depthWrite
rgbGen lightingdiffuse
}
}
//DEFAULT - GREEN
@ -59,19 +55,17 @@ models/players/camaro/body_green
}
{
map models/players/camaro/body_green.tga
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
alphaGen const 0.8
blendFunc blend
depthWrite
rgbGen lightingdiffuse
}
}
//DEFAULT - RED
models/players/camaro/body_green
models/players/camaro/body_red
{
{
// map textures/effects/tinfx2b.tga
@ -81,16 +75,14 @@ models/players/camaro/body_green
}
{
map models/players/camaro/body_red.tga
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
alphaGen const 0.8
blendFunc blend
depthWrite
rgbGen lightingdiffuse
}
}
//DEFAULT - GREEN
//DEFAULT - BLACK
models/players/camaro/body_black
@ -103,11 +95,28 @@ models/players/camaro/body_black
}
{
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
rgbGen lightingdiffuse
}
}

View file

@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define BASETA "missionpack"
#ifndef PRODUCT_VERSION
#define PRODUCT_VERSION "v0.0.1.0 r219"
#define PRODUCT_VERSION "v0.0.1.0 r220"
#endif
#ifndef PRODUCT_DATE