Feral Heart

Help & Guidance => Game Help => Topic started by: rustheart on January 02, 2019, 04:04:08 am

Title: Mane on preset is transparent
Post by: rustheart on January 02, 2019, 04:04:08 am
I can see the insides of the mane all the time and it just looks weird and glitchy. How do I fix it?
(https://media.discordapp.net/attachments/328609759290720267/529871231265275914/unknown.png?width=841&height=473)
(https://media.discordapp.net/attachments/328609759290720267/529871153901338625/unknown.png?width=841&height=473)
(https://media.discordapp.net/attachments/328609759290720267/529871126839689226/unknown.png?width=841&height=473)

(https://cdn.discordapp.com/attachments/273649885876846592/529872445524410398/preset_8mane.png)
Title: Re: Mane on preset is transparent
Post by: Notorious. on January 02, 2019, 04:34:39 am
Easy fix! Go to your preset's material file, open it in notepad, scroll all the way down, and replace your mane code with this one here.

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

Replace the "#" with your preset's number as well. Let me know if this worked!
Title: Re: Mane on preset is transparent
Post by: rustheart on January 02, 2019, 04:58:03 am
That fixed it but now I have a new problem.
The mane color shows up on the preset maker but when I export it and go to put it on an actual character it doesn't show up.

[EDIT]
Nvm I fixed it.... somehow
Title: Re: Mane on preset is transparent
Post by: Notorious. on January 02, 2019, 05:13:56 am
Ah alrighty! Glad to hear that your problem is now fixed!