Feral Heart

Help & Guidance => Game Help => Topic started by: NingyoDanna on February 26, 2013, 02:07:15 am

Title: Preset Hair Thing
Post by: NingyoDanna on February 26, 2013, 02:07:15 am
I could've swore I'd seen a fix for this before, but I've made this preset and the mane is all see through and annoying, so yeah, does anyone have the code to fix that?
Title: Re: Preset Hair Thing
Post by: LordSuragaha on February 26, 2013, 02:11:03 am
For the mane part of your preset's material file coding replace the coding with this coding instead:

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
                        }
                }
        }
}

Just make sure you change the preset number to whatever your preset's number is :)
Hope that helps good luck :3