-
Okay, well, I decided to attempt to make a preset. But, when I went to see how it looked on the wolf's head, it wouldn't appear. The image is .png, the right size, and is named preset3_head, which Im sure is right.
I think it is the material file that's not changing or anything, since people who've made me presets send me that as well..
But how do I fix this?
Is it because I'm using PaintoolSai? I've attempted a preset with it before, and it worked perfectly.
-
Nope, you can make presets in SAI, however you cannot make maps. It might have something to do with the .material file, so can you open that in notepad and paste its contents in here? I'll be glad to review it and see if I can find any errors. Make sure it says .png in the material and it is named "preset_head," etc.
-
material preset_3_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_3body.jpg
}
}
}
}
material preset_3_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_3body.jpg
}
}
}
}
material preset_3_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_3head.jpg
}
}
}
}
material preset_3_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_3head.jpg
}
}
}
}
material preset_3_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_3eye.jpg
}
}
}
}
material preset_3_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_3eye.jpg
}
}
}
}
material preset_3_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_3tail.jpg
}
}
}
}
material preset_3_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture preset_3mane.png
}
}
}
}
This is what it says. I can see that some things say .jpg, could that have been the issue, then?
-
Yep, that must've been it! Just change those to .png. :)
-
Ah, yes, it works now.
Thanks again, Eclipse.
-
No problem. Glad it is now working for you.