-
ello, i'm making a preset and i wanted the mane to be white! but for some reason the tufts got black outlines, this is not how i want the preset to look .w.
(http://image.prntscr.com/image/f7a8cf286cac496c8c8fcfbcfd38a72e.png)
the png file looks like this (i added red below so you can see it is transparent)
(http://image.prntscr.com/image/93493e8646d6474cb466cf67da1ab512.png)
is there any way to fix this? or no matter what i do it will always look like that? ;n;
-
I'm not a pro with presets, But I think you have to make the whole mane PNG file the colour you want it to be.
If this doesn't work, I'm sorry, I'm not a professional.
-
I'm not a pro with presets, But I think you have to make the whole mane PNG file the colour you want it to be.
If this doesn't work, I'm sorry, I'm not a professional.
nope unu,
-
Well I'm not sure then, Sorry.
-
The reason for this is due to the alpha in the mane's coding being on some type of blend mode that doesn't mask properly. I don't really know how to word it better but here is a code for fixing that:
material preset_#_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_#mane.png
}
}
}
}
Replace your current mane's code section with this one and it should mask out properly. Make sure to replace the #'s with the preset folder number etc
-
I'll send you a file for it to make it easier for you. Hold on.
Try this! :)
(http://i.imgur.com/YoXEimk.png)
And change the material file code for the mane to:
material preset_1_maneMat
{
technique
{
pass
{
ambient 2.0 2.0 2.0
cull_hardware none
cull_software none
scene_blend alpha_blend
alpha_rejection greater_equal 250
texture_unit
{
texture preset_1mane.png
}
}
}
}
Or, I would suggest using this! (http://northernred.deviantart.com/art/FeralHeart-MANE-tricks-tutorial-Canine-part-514907588)and this! (http://northernred.deviantart.com/art/FeralHeart-MANE-tricks-tutorial-Enjoy-513002348)
It's just easier to erase that area and it makes presets look much smoother!
-
It's just easier to erase that area and it makes presets look much smoother!
thank you so much! it worked!
-
It's just easier to erase that area and it makes presets look much smoother!
thank you so much! it worked!
(http://31.media.tumblr.com/9ff6ff1e5a346d6ace4b57cd18c9a3c4/tumblr_mx4oqr6t3X1smcbm7o1_500.gif)
Good luck on the rest of your preset! :D
-
Seeing as the issue appears to have been fixed, I will go ahead and lock this for you. I hope the preset turns out well.