Feral Heart

Help & Guidance => Game Help => Topic started by: flower-child on February 08, 2014, 02:32:14 am

Title: Weird mane problem. -Presets- Solved.
Post by: flower-child on February 08, 2014, 02:32:14 am
Whenever I add a mane to my preset that I've made, the mane tends to look kinda 'blocky' in a way. Like it has flat edges ans such. I've tried a different coding that fixed a transparent problem, but it just changed it to be kinda blocky. Here's the code.

material preset_11_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_11mane.png
                        }
                }
        }
}

(http://i60BannedImageSite/5yg1fo.png)
Title: Re: Weird mane problem. -Presets
Post by: AlphaEclipse on February 08, 2014, 02:48:43 am
The coding it's self is fine, but I don't think your lockin the alpha channel, AKA, locking transparency.

When you color in the mane, make sure you lock the transparency!

There's a tutorial in here:

Click Me! (http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=34682.0)
Title: Re: Weird mane problem. -Presets
Post by: flower-child on February 08, 2014, 03:20:57 am
Oh goodness thank you! xD I thought it was something to deal with the colouring and such.. didn't know it was a transparency problem.. Finally got all my mane problems fixed..
Title: Re: Weird mane problem. -Presets
Post by: AlphaEclipse on February 08, 2014, 03:50:04 am
Oh goodness thank you! xD I thought it was something to deal with the colouring and such.. didn't know it was a transparency problem.. Finally got all my mane problems fixed..

No problem! I'm glad I could help. :)
Good luck with your preset!