Feral Heart

Help & Guidance => Game Help => Topic started by: PeanutButter on June 29, 2011, 05:37:45 pm

Title: Need preset help XD
Post 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
Title: Re: Need preset help XD
Post by: Ruby1234 on June 29, 2011, 09:19:02 pm
Lol I've posted about this... It's a coding issue, and it can be fixed with this code:
Code: [Select]
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! :)
Title: Re: Need preset help XD
Post by: PeanutButter on July 27, 2011, 01:41:04 pm
Lol I've posted about this... It's a coding issue, and it can be fixed with this code:
Code: [Select]
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
Title: Re: Need preset help XD
Post by: Ruby1234 on July 27, 2011, 03:47:43 pm
Happy I could help. ;)