HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

help please!

10-15-2006, 04:10 PM#1
Nazra7
i just got through exporting the model with the animations i madefor it thanks to tdr, now im facing a new problem.... my model looks fine in wc3 viewer(besides for the cape ill talk about that in a bit) but ingame it looks like this:

the textures are properly alphaed, this is the mdl code for the textures and materials please tell me if you spy anything wrong...

Code:
Textures 2 {
	Bitmap {
		Image "Yuki.blp",
	}	
    Bitmap {
		Image "Yukina_Staff.blp",
	}
}
Materials 1 {
	Material {
		Layer {
			FilterMode Transparent,
			static TextureID 0,
		}
	}

now about the cape... even though the model uses 2 textures its trying to use only one.... and it covers over the cape, the cape has the wrong texture... it has the same texture as the body... when it should have the cape texture.... i looked at the using 2 textures tutorial on this site but i didnt understand it.... can somone tell me what might be wrong with my model please?
10-15-2006, 05:01 PM#2
Rao Dao Zao
Can you post the MDL? I'm not entirely sure what's going on from your descriptions.
10-16-2006, 05:03 AM#3
Nazra7
yeah ill post it as dlable... btw, if this helps.... i converted the textures from tga to palette blp and this is exactly what it looked like BEFORE i alphaed the textures... so when i did alpha them it didnt change anything. heres the mdl
10-16-2006, 10:15 AM#4
Rao Dao Zao
A-ha!

Palletted BLPs seem to work dodgily on actual models. It seems to eat the Z-order when you go up close, some weird form of clipping.

Convert your textures normally and see how it goes; if not, then I'll look into the MDL for you.
10-16-2006, 01:39 PM#5
Nazra7
ok i did that and now the texutres looks like bones...and guts? hmmm.... any idea why it looks like that?
wait... nvmi know why, gimi an hour or so and let me see if i can get this to work...

alright i descovered that if i switch around the textures that the cape will look just ifne but the body is all black and her face is all white... i have no idea what to do....

PS if you do lkook at the mdl dontmind the slopy animations ill fix those later... if i can