Feral Heart
Help & Guidance => Game Help => Topic started by: Goldchocobo on December 31, 2013, 09:37:03 pm
-
I have had this problem for quite a while now, but it has only recently become a real problem.
the wings on presets will not work, no matter what kind of texture or file type I use, they appear as a default wing- as you would use in-game on a non-presetted character. If I add codes for wings, they will not even turn white, it seems nothing will affect them.
I did re-download Feral Heart and past over the equip MAT as well as use the original code in the 11th and 12th preset slots, but still no change happened.
I'll admit- I mod the figurative crap out of Feral Heart. my textures, lighting and even effects have changed. Originally I thought it may have been the EMB mod, and thus changed the rendering mode, but again- nothing changed.
I am at a loss.
Here is the code I use:
material preset_10_equipMatL
{
technique
{
pass
{
diffuse 1.000000 1.000000 1.000000 1.000000
cull_hardware none
cull_software none
scene_blend alpha_blend
ambient 0.5 0.5 0.5 0.5
alpha_rejection greater_equal 128
texture_unit
{
texture preset_10equip.png
}
}
}
}
material preset_10_equipMatR
{
technique
{
pass
{
diffuse 1.000000 1.000000 1.000000 1.000000
cull_hardware none
cull_software none
scene_blend alpha_blend
ambient 0.5 0.5 0.5 0.5
alpha_rejection greater_equal 128
texture_unit
{
texture preset_10equip.png
}
}
}
}
and Here is the result:
(http://imageshack.com/a/img593/2559/jekk.png)
-
Huh.. That's odd O.o My best guess is the texture you're trying to use. What are you trying to do for the wings?
http://www.feral-heart.com/index.php?option=com_content&view=article&id=9&Itemid=16 (http://www.feral-heart.com/index.php?option=com_content&view=article&id=9&Itemid=16)
^ Try using that c:
Hope this helped ;o
-
I'm trying to make the wings invisible... no matter what I name the wing texture for my preset, they appear with the default texture I have in my media>textures folder.