Feral Heart

Help & Guidance => Game Help => Topic started by: Duskers on July 15, 2011, 04:59:59 pm

Title: Preset Mane Help
Post 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.
Title: Re: Preset Mane Help
Post by: Thunderheart on July 15, 2011, 05:25:40 pm
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.
Title: Re: Preset Mane Help
Post by: Ruby1234 on July 15, 2011, 06:27:39 pm
^
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.)
Code: [Select]
material preset_5_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_5mane.png
                        }
                }
        }
}
;)
Title: Re: Preset Mane Help
Post by: Particular836 on August 23, 2011, 10:13:13 pm
I have this problem too can someone give me step by step ;) i was really confused when i read this