Author Topic: Need preset help XD  (Read 1077 times)

PeanutButter

  • Guest
Need preset help XD
« 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

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Need preset help XD
« Reply #1 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! :)

PeanutButter

  • Guest
Re: Need preset help XD
« Reply #2 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

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Need preset help XD
« Reply #3 on: July 27, 2011, 03:47:43 pm »
Happy I could help. ;)