Feral Heart
Help & Guidance => Game Help => Topic started by: Duskers on July 15, 2011, 04:59:59 pm
-
I've gotten this with every preset I make. It's very annoying and ugly, the mane is always blocky/missing things.
(http://www.iaza.com/work/110716C/iaza19255645506100.jpg)
(http://www.iaza.com/work/110716C/iaza19255618923100.jpg)
How do I fix this? I've tried switching my mane from .png to .jpg, that doesn't work.
-
Load fmaneMask.png (in textures folder) as a new layer on your mane tex. Then select the white part and erase the selection on the actual mane tex. Delete the mask layer, should work then. You might have to edit the mat code though.
-
^
You must have that transparency that is in the fmanemask, therefore, your image must be a png. And the default coding makes it see-through sometimes, use this one. (I made this in preset 5 folder, you may need to make changes.)
material preset_5_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_5mane.png
}
}
}
}
;)
-
I have this problem too can someone give me step by step ;) i was really confused when i read this