Oh, how wonderful. I'm back to the Help board once more. xD
Okay, so, I'm not sure how to explain it. I copy/pasted the files from Preset 7 {Downloaded a pre-made file which has "YourNamebody_Left, YourNamebody_Right etc. in it, and renamed the files to: "preset_1body_Left" and etc.. So after doing that and editing the material code to this:
material preset_1_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_1body.png
}
}
}
}
material preset_1_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_1body.png
}
}
}
}
material preset_1_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_1head.png
}
}
}
}
material preset_1_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_1head.png
}
}
}
}
material preset_1_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_1eye.png
}
}
}
}
material preset_1_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_1eye.png
}
}
}
}
material preset_1_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_1tail.png
}
}
}
}
material preset_1_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_1mane.png
}
}
}
}
But when I go to see how the preset looks it turns out all white. Can someone correct my mistake and help with this problem?
Big thanks in advance.