Ah, make sure each image is 512x512 or 513x513, these are the only two sizes I know that work on FH.
'Tis also a good idea to double check the material file f'er any typos as well as checking the file names and types of each image. If the material file says "preset_#head.jpg" and the actual file is a .png, change the name in the material file to that.
Let me know if either of these fixes y'er issue. If not, if be happy to assist ye further.
material preset_10_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture MomentoBody_Left.png
}
}
}
}
material preset_10_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture MomentoBody_Right.png
}
}
}
}
material preset_10_headMatL
{
technique
{
pass
{
texture_unit
{
texture MomentoHead_Left.png
}
}
}
}
material preset_10_headMatR
{
technique
{
pass
{
texture_unit
{
texture MomentoHead_Right.png
}
}
}
}
material preset_10_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture MomentoEye_Left.png
}
}
}
}
material preset_10_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture MomentoEye_Right.png
}
}
}
}
material preset_10_tailMat
{
technique
{
pass
{
texture_unit
{
texture MomentoTail.png
}
}
}
}
material preset_10_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture MomentoHair.png
}
}
}
}
Hmm, mind posting a screenshot of y'er files and all coding used f'er y'er preset? I'm not sure what else could be causing this issue unless I can get a good look at what ye got so far