Feral Heart

Help & Guidance => Game Help => Topic started by: sanrio on March 13, 2017, 09:41:18 pm

Title: Preset Manes
Post by: sanrio on March 13, 2017, 09:41:18 pm
Sorry if there is another thread on this.
So I'm having a problem with preset manes, I think I'm making them correctly, but they turn out sort of, invisible.
Here's a picture of what I mean:
(http://i.imgur.com/ChHC316.png)
Does anyone know how to fix this? As it's very annoying.
Thank you!
Title: Re: Preset Manes
Post by: Bawfle on March 13, 2017, 09:43:05 pm
Try 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
                            }
                    }
            }
    }

Title: Re: Preset Manes
Post by: barghosts on March 13, 2017, 09:46:02 pm
as pointed above, it's the coding in the file making it look transparent
hopefully that coding offers helps!

btw great preset
Title: Re: Preset Manes
Post by: sanrio on March 13, 2017, 09:46:28 pm
Ah! Thank you, Buffy!
This may be locked now. c: