Author Topic: Are two sided markings possible?  (Read 1585 times)

Offline Arkayy

  • Finest Floof
  • ***
  • Posts: 740
  • Country: us
  • Floof-O-Meter: 40
  • YOU WANNA HAVE BAD TOM?!
    • arkayy.deviantart.com
    • Foxyhobobaggins
    • View Profile
Are two sided markings possible?
« on: March 26, 2014, 08:35:22 pm »
I'm in a bit of a pickle here and want to know, can custom markings for in game be asymmetrical? I'm aware that presets can be, so is there some sort of code that can be used in the markings configuration to make them asymmetrical? Thanks for any help in advance.

U WANNA HAV EH BAAD TOM?!

AlphaEclipse

  • Guest
Re: Are two sided markings possible?
« Reply #1 on: March 26, 2014, 08:44:11 pm »
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


Presets ^

I'm almost certain markings cannot be asymmetrical due to how they're applied in game. Also, I'm not sure how you would add one side and then the other without the source code. I don't think the character creator works like that.
(Lol, I hate when I click "post" in accident xD)
« Last Edit: March 26, 2014, 08:50:11 pm by AlphaEclipse »

Offline Arkayy

  • Finest Floof
  • ***
  • Posts: 740
  • Country: us
  • Floof-O-Meter: 40
  • YOU WANNA HAVE BAD TOM?!
    • arkayy.deviantart.com
    • Foxyhobobaggins
    • View Profile
Re: Are two sided markings possible?
« Reply #2 on: March 26, 2014, 10:15:31 pm »
Thanks for replying. ^^

Yea i remembered how to do it preset wise though that sucks that markings cannot work the same way. :/ I suppose ill have to find some alternative so the markings dont turn out so funky looking x3

U WANNA HAV EH BAAD TOM?!