Author Topic: Double-Sided Preset  (Read 1320 times)

Offline Norway

  • Curious Wanderer
  • *
  • Posts: 23
  • Floof-O-Meter: 3
    • View Profile
Double-Sided Preset
« on: October 25, 2014, 04:52:31 pm »
Okay, so I'm making my friend a #spoopy preset for halloween, and I need to know how to do double sided presets, because I'm doing an open wound on one side and not the other.
Thank you in advance for anyone helping me.<3

what a babe.

S. Italy/Romano

  • Guest
Re: Double-Sided Preset
« Reply #1 on: October 25, 2014, 05:05:59 pm »
Two sided presets are easy, all you have to do it open your material file with notepad and change the file name on one side to the one you want, like so:

material preset_2_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture YOURLEFTBODYTEXTURENAME.jpg
         }
      }
   }
}
material preset_2_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture YOURRIGHTBODYTEXTURENAME.jpg
         }
      }
   }
}

You can do the same for head, eyes, etc...

Offline Norway

  • Curious Wanderer
  • *
  • Posts: 23
  • Floof-O-Meter: 3
    • View Profile
Re: Double-Sided Preset
« Reply #2 on: October 25, 2014, 05:28:04 pm »


Uhm.. So this happened.




what a babe.

S. Italy/Romano

  • Guest
Re: Double-Sided Preset
« Reply #3 on: October 25, 2014, 06:06:26 pm »
Unfortunately I've no idea why that would happen... I tried testing out my preset file names to see if it was the parenthesis, but they worked fine. Just to be on the safe side, try re-naming it to preset_5body2 and doing the same in the material file.