Feral Heart
Help & Guidance => Game Help => Topic started by: PeanutButter on June 29, 2011, 05:37:45 pm
-
Hi guys,
When I put manes to my preset it dissapeares in the water or when it's in front of a waterfall the waterfall goes throuh it O.O do I need some code to fix it? .. cus it's a bit weird :P
And say me if this post shouln't be here but another palce XD
-
Lol I've posted about this... It's a coding issue, and it can be fixed with this code:
material preset_5_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_5mane.png
}
}
}
}
(I made it in the preset_5 folder, so you may need to change it a bit.)
Hopefully this helps! :)
-
Lol I've posted about this... It's a coding issue, and it can be fixed with this code:
material preset_5_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_5mane.png
}
}
}
}
(I made it in the preset_5 folder, so you may need to change it a bit.)
Hopefully this helps! :)
Thank you :3
I didn't look back at this so sorry for my late comment but I still needed to know so thanks :D I don't play FH but it can be usable for my little sis :D
-
Happy I could help. ;)