Feral Heart

Help & Guidance => Game Help => Topic started by: Garfield. on March 27, 2020, 10:53:18 pm

Title: Mane fix for preset
Post by: Garfield. on March 27, 2020, 10:53:18 pm
I have this problem where the mane kind looks transparents, like shows another part when i move, i don't know how to explain it tho.
Is there any code to fix the mane issue?
(https://i.imgur.com/kNI8g4h.png)
Look at the center of the mane.
Title: Re: Mane fix for preset
Post by: l3irdie on March 27, 2020, 11:09:28 pm
Yep!

Replace your mane code with this and it should make it solid


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: Mane fix for preset
Post by: Garfield. on March 27, 2020, 11:17:40 pm
Thanks birdie! it did work, now my boyo looks fine :3