Feral Heart
Help & Guidance => Game Help => Topic started by: Bloo. on June 18, 2012, 03:15:43 pm
-
So I am making some presets for people and one requests a one sided marking. Is there a tutorial on how to do that or can someone tell me with good detail so i'll understand?
-
Check the FH manual, it has a preset tutorial. Should explain how to make a two-sided preset.
-
Erm I can't find it there.
-
First, you need two textures,
one with the marking, and one without.
Once you have those, open the mat file, and you'll see something like this:
material preset_{NUMBER}_{BODYPART}MatL
{
technique
{
pass
{
texture_unit
{
texture {TEXTURENAME}
}
}
}
}
material preset_{NUMBER}_{BODYPART}MatR
{
technique
{
pass
{
texture_unit
{
texture {TEXTURENAME}
}
}
}
}
Now you will already have the things in { } filled in, the code above is just for show.
Notice how one of them is a MatL and one is a MatR?
Those L and R stand for left and right,
so whichever side the marking goes on, set the texture accordingly,
and whichever side it doesn't go on, set the other texture.
Hope that helped. ;)
-
Tech talk lol. I'm sure I'll be able to figure it out now. Thanks ^-^