Feral Heart

Help & Guidance => Game Help => Topic started by: bluesnow26 on March 13, 2013, 12:44:24 am

Title: Is there a way?
Post by: bluesnow26 on March 13, 2013, 12:44:24 am
Is there a way to make wings transparent?
I'm making a ghost preset and I want her to have wings, but transparent.
Is there a way? o3o
Title: Re: Is there a way?
Post by: Kafei on March 13, 2013, 01:03:54 am
Color the wings with 0% opacity, I guess, maybe? XD ~030~
Title: Re: Is there a way?
Post by: ringoluver on March 13, 2013, 01:21:32 am
Transparent code: http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=5656.0 (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=5656.0)
Title: Re: Is there a way?
Post by: Ruby1234 on March 13, 2013, 12:45:48 pm
I just want to add in here, that the code for transparency consists of only 1 line,
alpha_rejection greater_equal 128
and it gets placed above texture_unit.
The code linked to has extra stuff, like emissive, diffuse, ambient, etc.
Code: [Select]
material preset_#_equipMatL
{
technique
{
pass
{
alpha_rejection greater_equal 128
texture_unit
{
texture preset_#equip.jpg
}
}
}
}
material preset_#_equipMatR
{
technique
{
pass
{
alpha_rejection greater_equal 128
texture_unit
{
texture preset_#equip.jpg
}
}
}
}
^ This is all that is necessary, but the code linked will also work, it will just add extra effects, so you may need to add the emissive/ambient/etc to the rest of the preset for all of it to look the same.
Title: Re: Is there a way?
Post by: bluesnow26 on March 13, 2013, 09:50:43 pm
:OOOOO
THANKS A TON -DidntTryItOutYetButThinkItWill-
+Floof ^3^