http://feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=8149.0 I believe this one is for Photoshop but it also works for GIMP. What are using to make one? I've made one or two in the past using GIMP so if you need help feel free to ask me but the only thing I'm not sure of is how to make one eye different from the other. I would contact LordSuagaha (member of the staff) because his preset has one eye different than the other. Hope I helped ;)
It's quite simple:
I figured this out by messing around a bit. So some people cant get codes to work for two-sided presets. Well I will do my best to explain it. I will modify this tomorrow with helpful screenies and sturf. So anyways, what you want two-sided, you will need two files for. Say you wanted the head two-sided, you would have to head files in your folder. Modify them how you want them. Open up your preset_(folder number).cfg file. You see there is like, ex. preset_5 Head L and preset_5 Head R. Well you should see underneath it somewhere the head files you colored and stuff. The sides need to be modified a bit, so rename the second head file to have the number 2 straight after the end with no spaces. So you might have something like: preset_5 Head2 or something like that. Well in the cfg file, you modify the code. (Oh joy xD). So the side you want to have the second file (not the regular one for the default or whatever) you will replace the Head R or L file with the name pf the head file that has the 2 on the end. This should explain kinda: (pictures will come tomorrow). So save your Cfg file and open feralheart. Load preset maker and choose the preset folder you used. Your two-sided section should show up! This will be of much more helpfulness tomorrow when I can swamp you with screenies. So if you have any questions please comment below and I will answer as soon as I can! Baibai!!
-woofkita
Really all you do is go into your .mat and code it for both body parts to be link this:
material preset_#_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_#scroll.png
scroll_anim 0.0001 0.0001
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_#body.png
}
}
}
}
material preset_#_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_#scroll.png
scroll_anim 0.0001 0.0001
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_#body2.png
}
}
}
}
See how there is a preset_#body and a preset_#body2? That's really all you do~
Here's MY visual FH preset tutorial: Clickie (http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=40939.0)