Feral Heart
Help & Guidance => Game Help => Topic started by: Lisa00 on September 29, 2012, 07:40:43 pm
-
How i can make a scar on one eye when i make a preset?
Thanks for your answers in advance.
your Lisa00
-
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. ;)
EDIT: Note, the quote was for someone else's problem, but the principles are the same.
-
ok, thanks
that help very good :) :)
-
You're welcome!
Good luck with your preset.
-
thanks, but i have one question:
How can i make the preset real?
-
Make it real? You mean, to get it ingame?
All you need to do, it go on Preset Maker, select the preset file and press 'Export' (once your preset is completed), and the preset should be an option on the last tab in Character creator.
-
No,i mean that the preset looks like a real pelt. ;)
-
Then you need to use the fur texture. There is a tutorial for it here:
http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=462.0%20newwindow (http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=462.0%20newwindow)
-
Thanks, that help very much ::)