Author Topic: Preset Unsymmetrical?  (Read 1199 times)

Offline cozyyote

  • Experienced Traveler
  • **
  • Posts: 238
  • Country: us
  • Floof-O-Meter: 19
  • owo what's this?
    • cozyyote
    • cozyyote
    • @cozyyote
    • View Profile
    • Telegram Art Channel
Preset Unsymmetrical?
« 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!


AlphaEclipse

  • Guest
Re: Preset Unsymmetrical?
« Reply #1 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