Feral Heart

Help & Guidance => Game Help => Topic started by: Aylessa on June 27, 2011, 09:26:52 pm

Title: Blocky Mane- more help with coding, please...
Post by: Aylessa on June 27, 2011, 09:26:52 pm
I saw topic with it, yep, solved. But with this coding:
Code: [Select]
material preset_10_maneMat
{
technique
{
pass
{
                       cull_hardware none
                       cull_software none
                       alpha_rejection greater_equal 128
                       texture_unit
{
texture xxxmane.png
}
}
}
}
I have better, but still not too good effect:
(http://img705.imageshack.us/img705/9823/screenshot0618201122530.png)
I mean, is it possible to solve problem with blocky mane things?
Title: Re: Blocky Mane- more help with coding, please...
Post by: suowoof on June 28, 2011, 12:15:08 am
try locking the transparency in photoshop/gimp, and make sure it's a png.

hope this helped (:
Title: Re: Blocky Mane- more help with coding, please...
Post by: Ruby1234 on June 28, 2011, 12:43:43 am
^
Yes.
"alpha_rejection greater_equal 128" makes transparent things invisible in-game, so you need to keep the area that are transparent on the mane mask, transparent.