Author Topic: Preset Mane Help  (Read 2783 times)

Offline Duskers

  • Dedicated Supporter
  • ***
  • Posts: 283
  • Floof-O-Meter: 18
  • Wait, what?
    • View Profile
Preset Mane Help
« on: July 15, 2011, 04:59:59 pm »
I've gotten this with every preset I make. It's very annoying and ugly, the mane is always blocky/missing things.



How do I fix this? I've tried switching my mane from .png to .jpg, that doesn't work.

Thunderheart

  • Guest
Re: Preset Mane Help
« Reply #1 on: July 15, 2011, 05:25:40 pm »
Load fmaneMask.png (in textures folder) as a new layer on your mane tex. Then select the white part and erase the selection on the actual mane tex. Delete the mask layer, should work then. You might have to edit the mat code though.

Offline Ruby1234

  • Mean Tutorial Queen
  • Elder Grey Pelt
  • ****
  • Posts: 2,794
  • Country: us
  • Floof-O-Meter: 297
  • aka Phloxenfree.
    • View Profile
Re: Preset Mane Help
« Reply #2 on: July 15, 2011, 06:27:39 pm »
^
You must have that transparency that is in the fmanemask, therefore, your image must be a png. And the default coding makes it see-through sometimes, use this one. (I made this in preset 5 folder, you may need to make changes.)
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
                        }
                }
        }
}
;)

Offline Particular836

  • Familiar Grounds Dweller
  • **
  • Posts: 78
  • Country: 00
  • Floof-O-Meter: 2
    • View Profile
Re: Preset Mane Help
« Reply #3 on: August 23, 2011, 10:13:13 pm »
I have this problem too can someone give me step by step ;) i was really confused when i read this