Author Topic: Semitransparent Mane?  (Read 944 times)

Offline PennsylvaniaRedneck

  • Experienced Traveler
  • **
  • Posts: 108
  • Floof-O-Meter: 1
  • Message me roleplay links, I'd love to join.
    • View Profile
Semitransparent Mane?
« 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

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
}
}
}
}
"I have loved the stars too fondly to be fearful of the night." ~ Sarah Williams

My interests include art, reading, roleplaying, writing, Asssassin's Creed, Doctor Who, The Hobbit, Lord of the Rings, Marvel comics and movies, Merlin BBC, Once Upon A Time, Percy Jackson, Sherlock BBC, Supernatural, The Walking Dead, and Wolf's Rain.

S. Italy/Romano

  • Guest
Re: Semitransparent Mane?
« Reply #1 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):