Feral Heart

Help & Guidance => Game Help => Topic started by: ninja. on July 11, 2014, 02:29:39 am

Title: Mane Preset
Post by: ninja. on July 11, 2014, 02:29:39 am
Hey c:

I have a question about the making of the mane presets

Well whenever I go to make a preset for a mane when the character is facing towards me the mane looks almost transparent on the inside and I dont understand why.
I saw a tutorial on this site itself about it but even when i did what it told me it's still not quite working and I don't understand why it won't work, if anyone could please help or explain what i'm doing wrong or how i could fix it i'd greatly appreciate it

Thank you ~
Title: Re: Mane Preset
Post by: Ruby1234 on July 11, 2014, 02:39:03 am
The default coding for manes is incorrect and will cause this appearance.
This code
Code: [Select]
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}
should fix it. c:
Title: Re: Mane Preset
Post by: ninja. on July 11, 2014, 03:06:21 am
QuQ Thank you  ^u^
Title: Re: Mane Preset
Post by: Ruby1234 on July 11, 2014, 03:23:20 am
No worries!
Glad it helped. c: