1
Game Help / Re: feral heart mane mess up
« on: December 22, 2016, 07:44:44 pm »Could very well be your blend mode is off on the mane. Try using this:This fixed it, thank you!
Just replace the mane material sectionCode: [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 #s with the preset folder number of course.