Could you post the .materials here? :3 It looks like there's some kind of ambient in there.
I'll post one because I basically copied and paste this into each.
material 173Texture
{
technique
{
pass
{
ambient 0.2 0.2 0.2 1
specular 0.2 0.2 0.2 1 128
cull_hardware none
cull_software none
texture_unit
{
texture 173Texture.png
}
}
}
}
Try deleting the two ambient and specular lines. ^^ That should work, but if it only helps a bit, delete from ambient down to "cull_software none."
Thank you. The meshes look normal now.
Glad it's working now. :3