Feral Heart

Help & Guidance => Game Help => Topic started by: cozyyote on March 15, 2014, 02:29:21 am

Title: Preset Help/Request Whatever
Post by: cozyyote on March 15, 2014, 02:29:21 am
Sorry, too lazy to put this in the right place. x3

Hey! I was wondering if someone could make a non-transparent mane for this character!

(http://i57BannedImageSite/2rww5sp.jpg)

You see how the mane looks transparent in this picture? I was wondering if someone could make me a non-transparent mane. :)

(http://i60BannedImageSite/71qngz.png)
Title: Re: Preset Help/Request Whatever
Post by: WolfQueen on March 15, 2014, 03:36:52 am
I actually know how to fix this. Replace the mane code with this:

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

NOTE: Replace # with the preset number you made the preset in.
Title: Re: Preset Help/Request Whatever
Post by: Sherlockian on March 15, 2014, 06:09:06 pm
Arr, I do believe this would deem best fit in the game help section. Moving it for chu.