Feral Heart

Help & Guidance => Game Help => Topic started by: PennsylvaniaRedneck on November 17, 2014, 01:37:05 am

Title: Semitransparent Mane?
Post by: PennsylvaniaRedneck on November 17, 2014, 01:37:05 am
I've tried several different tutorials that I found in the forums, but they didn't work. Currently, my preset mane looks like this: http://i57BannedImageSite/2s6u7vr.png (http://i57BannedImageSite/2s6u7vr.png)

My .material text file has this code for the mane. I double-checked the text. Should it be something else?

Code: [Select]
material preset_3_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture WS_mane.png
}
}
}
}
Title: Re: Semitransparent Mane?
Post by: S. Italy/Romano on November 17, 2014, 02:04:13 am
Yes, it should be:

Code: [Select]
material preset_3_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
                        alpha_rejection greater_equal 128
texture_unit
{
texture WS_mane.png
}
}
}
}

Even then, the texture you have is the one with the three strands of black hair on a transparent layer I believe, when it should be more like this one (except instead of white, you'd put whatever colour you want):

(https://lh5.googleusercontent.com/Alp3ZtA0jt3qlhUkXaMgyVI0TE6E7vJVSsxgT_kpuBs=s512-no)