You need to name the two sided preset saving diffrently, for example; Right side body: preset_2bodyR.jpg, and Left side body: preset_2bodyL.jpg on the left side, and also change that in the codes. Just as you've done with the head.
Code:
Try this code:
material preset_2_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_2bodyL.jpg
}
}
}
}
material preset_2_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_2bodyR.jpg
}
}
}
}
material preset_2_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_2headL.jpg
}
}
}
}
material preset_2_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_2headR.jpg
}
}
}
}
material preset_2_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_2eye.jpg
}
}
}
}
material preset_2_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_2eye.jpg
}
}
}
}
material preset_2_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_2tail.jpg
}
}
}
}
material preset_2_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_2mane.jpg
}
}
}
}
Make sure you've saved you GIMP/Photoshop files as JPG - if you save them as PNG and the coding is in JPG it wont recognize the file, and also makesure you save the file with the same name as the coding = preset2bodyL.jpg etc.
[/i]