Feral Heart

Help & Guidance => Game Help => Topic started by: Galaxyshadow on February 03, 2016, 04:08:29 pm

Title: Preset Mane
Post by: Galaxyshadow on February 03, 2016, 04:08:29 pm
If this is in the wrong section please move it if needed...

So I've been trying to make the mane on my preset and every time I make it if you look at it head on you can see the back of the mane through the front... How do  I fix this?
Title: Re: Preset Mane
Post by: Bawfle on February 03, 2016, 04:19:09 pm
Try this code below:

Code: [Select]
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}

Replace the current mane code in your material and replace it with the one above.
This should fix the issue!
Title: Re: Preset Mane
Post by: Galaxyshadow on February 03, 2016, 04:59:51 pm
Alright I'll have to try it later