Feral Heart
Help & Guidance => Game Help => Topic started by: Chess on December 22, 2016, 05:27:01 am
-
so, this is hard to explain...
the mane of my preset is see through, but it still has it's color.. it's hard to explain ri p
please go here to help me bc idk what to do: http://blizzarda-r-t.deviantart.com/art/mane-problems-ri-p-652610330?ga_submit_new=10%253A1482384389
-
Could very well be your blend mode is off on the mane. Try using this:
Just replace the mane material section
material preset_#_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_#mane.png
}
}
}
}
Replace the #s with the preset folder number of course.
-
Try this! :)
(http://i.imgur.com/YoXEimk.png)
And change the material file code for the mane to:
material preset_1_maneMat
{
technique
{
pass
{
ambient 2.0 2.0 2.0
cull_hardware none
cull_software none
scene_blend alpha_blend
alpha_rejection greater_equal 250
texture_unit
{
texture preset_1mane.png
}
}
}
}
Or, I would suggest using this! (http://northernred.deviantart.com/art/FeralHeart-MANE-tricks-tutorial-Canine-part-514907588) and this! (http://northernred.deviantart.com/art/FeralHeart-MANE-tricks-tutorial-Enjoy-513002348)
It's just easier to erase that area and it makes presets look much smoother!
- O R -
this (http://www.feral-heart.com/smf/index.php?topic=26062.0) thread is very helpful too!
-
Could very well be your blend mode is off on the mane. Try using this:
Just replace the mane material section
material preset_#_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
alpha_rejection greater_equal 128
texture_unit
{
texture preset_#mane.png
}
}
}
}
Replace the #s with the preset folder number of course.
This fixed it, thank you!
-
Locking since the issue was fixed~