Feral Heart

Help & Guidance => Game Help => Topic started by: Lisa00 on September 29, 2012, 07:40:43 pm

Title: scar on one eye?
Post 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
Title: Re: scar on one eye?
Post by: Zaroque on September 29, 2012, 07:46:55 pm
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:
Code: [Select]
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.
Title: Re: scar on one eye?
Post by: Lisa00 on September 29, 2012, 08:04:40 pm
ok, thanks
that help very good :) :)
Title: Re: scar on one eye?
Post by: Zaroque on September 29, 2012, 08:07:34 pm
You're welcome!
Good luck with your preset.
Title: Re: scar on one eye?
Post by: Lisa00 on September 29, 2012, 08:54:00 pm
thanks, but i have one question:

How can i make the preset real?
Title: Re: scar on one eye?
Post by: Zaroque on September 29, 2012, 09:22:52 pm
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.
Title: Re: scar on one eye?
Post by: Lisa00 on September 30, 2012, 05:20:49 pm
No,i mean that the preset looks like a real pelt. ;)
Title: Re: scar on one eye?
Post by: Zaroque on September 30, 2012, 05:26:25 pm
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)
Title: Re: scar on one eye?
Post by: Lisa00 on October 02, 2012, 07:15:14 am
Thanks, that help very much ::)