I downloaded a preset pack that gives you different preset parts (tail, head ect.) and let's you mash them together however you want.
Everything was going smoothly.. until the mane. T.T It shows up white, and I've done everything I know.
It's saved as a .PNG, I renamed it preset_1mane, as well as in the coding.
Here is the coding: Here is what it looks like in-game:
I looked specifically at the mane's code, and I saw this:
transparenLion_casts_shadows off
^^ I think you need to add the 't' to the end of 'transparen.'
Or, you could just use an original mane script.
material preset_#_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_#mane.png
}
}
}
}
Merp, that mane script it came with looked weird...
Replacing the mane code worked. Thanks, Alpha!
Replacing the mane code worked. Thanks, Alpha!
Glad we could help! :)
I thought its original script was strange.