May 16th, 2004
|
#1 |
| The Internet ends at GF
Join Date: April 17th, 2004 Location: Netherlands Status: Making a mod Rep Power: 0 | Shaders For self maded Textures I got a problem, i maded some own textures and i compiled my map and played it normal, i sended it to my friend and he played it, but the self maded textures wont show up, someone can help me with this, maybe i have done the shaders wrong, i whould apreciate if someone whould take time for this to help me.
This is how my shader looks like :
textures/CIA/cia
{
q3map_material metal
{
map $lightmap
}
{
map textures/CIA/cia
blendFunc GL_DST_COLOR GL_ZERO
}
}
textures/CIA/cia2
{
q3map_material metal
{
map $lightmap
}
{
map textures/CIA/cia2
blendFunc GL_DST_COLOR GL_ZERO
}
}
textures/CIA/cia-hq
{
q3map_material metal
{
map $lightmap
}
{
map textures/CIA/cia-hq
blendFunc GL_DST_COLOR GL_ZERO
}
}
textures/CIA/wood
{
q3map_material wood
{
map $lightmap
}
{
map textures/CIA/wood
blendFunc GL_DST_COLOR GL_ZERO
}
} |
| |
| |