Author Topic: Mane on preset is transparent  (Read 978 times)

Offline rustheart

  • Community Champion
  • ****
  • Posts: 2,180
  • Country: us
  • Floof-O-Meter: 76
  • Elbows are just arm knees.
    • RustyMcRustFace
    • View Profile
Mane on preset is transparent
« 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?




"I'm a kitchen sink, you don't know what that means. Because a kitchen sink to you, is not a kitchen sink to me, okay?"
Snow Shoe
Drawn by Aviru

Offline Notorious.

  • Cinnamon Roll
  • Pack & Pride Representative
  • ****
  • Posts: 1,328
  • Country: us
  • Floof-O-Meter: 56
  • Noto for short
    • View Profile
Re: Mane on preset is transparent
« Reply #1 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!
Avatar made by WHIT3FANG on dA

Offline rustheart

  • Community Champion
  • ****
  • Posts: 2,180
  • Country: us
  • Floof-O-Meter: 76
  • Elbows are just arm knees.
    • RustyMcRustFace
    • View Profile
Re: Mane on preset is transparent
« Reply #2 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
« Last Edit: January 02, 2019, 05:02:42 am by rustheart »
"I'm a kitchen sink, you don't know what that means. Because a kitchen sink to you, is not a kitchen sink to me, okay?"
Snow Shoe
Drawn by Aviru

Offline Notorious.

  • Cinnamon Roll
  • Pack & Pride Representative
  • ****
  • Posts: 1,328
  • Country: us
  • Floof-O-Meter: 56
  • Noto for short
    • View Profile
Re: Mane on preset is transparent
« Reply #3 on: January 02, 2019, 05:13:56 am »
Ah alrighty! Glad to hear that your problem is now fixed!
Avatar made by WHIT3FANG on dA