Feral Heart

Help & Guidance => Game Help => Topic started by: cozyyote on March 08, 2014, 01:52:22 am

Title: Preset Unsymmetrical?
Post by: cozyyote on March 08, 2014, 01:52:22 am
Hellow, me again, I was just wondering, How do I make a preset with unsemmetricalness? Like perhaps different on Right side and different on the Left side than the Right side? I just don't know what to put after "preset_9body." Thank you!

Title: Re: Preset Unsymmetrical?
Post by: AlphaEclipse on March 08, 2014, 02:12:11 am
Quote
If you want  body and not in the right side. You will need 2 textures - one with the marking,one without. Lets call the left texture "presetleft.png" and the right texture "presetright.png". Go to your preset file, open the material file and do this:
material preset_(FOLDER NUMBER)_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture presetleft.png
}
}
}
}
material preset_(FOLDER NUMBER)_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture presetright.png
}
}
}
}

Simple, isn't it? you only need to change names.

Just make sure you make the:

Texture(S) different names