Author |
Message |
AkenFearless
|
Monday, July 30, 2012
Hello again, today I downloaded Frieza via SVN Build. When I tried him, his first form and his third form is working. But the second, fourth and fifth form are looking invisible! Can anyone here help me or upload the original Frieza all form mod?
|
ivanhoeGT
|
Monday, July 30, 2012
maybe you have 2 frieza shader.that's why
|
AkenFearless
|
Monday, July 30, 2012
Where's the shaders at? Scripts?
|
ivanhoeGT
|
Monday, July 30, 2012
yes Maybe you have 2 like one is frieza.shader and the other is playerFrieza.shader
But inside it have like(example):
frieza.shader
FriezaHead<---(This one)
{
outlines
nomipmaps
{
map players/Frieza<---(this one)/ 1.png
rgbGen identityLighting
}
{
clampMap effects/shading/celShadeOrange.png
blendfunc filter
rgbGen lightingUniform
tcGen cel
}
}
playerFrieza.shader
FriezaHead<---(&This one)
{
outlines
nomipmaps
{
map players/Frieza<---(& this one)/ 2.png
rgbGen identityLighting
}
{
clampMap effects/shading/celShadeOrange.png
blendfunc filter
rgbGen lightingUniform
tcGen cel
}
}
that's maybe the problem
|
Nemix
|
Monday, July 30, 2012
delete everything and update svn again, there should be no problem afterwards
|
ivanhoeGT
|
Monday, July 30, 2012
that should work
|
AkenFearless
|
Monday, July 30, 2012
Fixed, thank you :3
|