Feral Heart
Help & Guidance => Game Help => Topic started by: ninja. on July 11, 2014, 02:29:39 am
-
Hey c:
I have a question about the making of the mane presets
Well whenever I go to make a preset for a mane when the character is facing towards me the mane looks almost transparent on the inside and I dont understand why.
I saw a tutorial on this site itself about it but even when i did what it told me it's still not quite working and I don't understand why it won't work, if anyone could please help or explain what i'm doing wrong or how i could fix it i'd greatly appreciate it
Thank you ~
-
The default coding for manes is incorrect and will cause this appearance.
This code
material preset_#_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_#mane.png
}
}
}
}
should fix it. c:
-
QuQ Thank you ^u^
-
No worries!
Glad it helped. c: