Author Topic: Need help with double sided eyes preset!  (Read 2767 times)

Offline Wolflover224

  • Community Champion
  • ****
  • Posts: 1,582
  • Country: 00
  • Floof-O-Meter: 16
  • Im an IRL dolphin; On hiatus
    • the-sketchy-orca
    • View Profile
Need help with double sided eyes preset!
« on: February 25, 2016, 03:07:33 am »
So I'm making a wolfdog preset for myself, and I looked at the double-eye tutorials because he has heterochromia. However, I tried everything, and it didn't work. Help?

Thanks,
Ashyak
« Last Edit: February 25, 2016, 11:23:54 pm by Ashyak »

Offline Likuu

  • -- strawberry banana
  • Finest Floof
  • ***
  • Posts: 929
  • Country: us
  • Floof-O-Meter: 65
  • 𝑜𝓇𝒸𝒽𝒾𝒹
    • View Profile
Re: Need help with double sided preset!
« Reply #1 on: February 25, 2016, 03:52:32 am »
artwork by dehvina

Offline Wolflover224

  • Community Champion
  • ****
  • Posts: 1,582
  • Country: 00
  • Floof-O-Meter: 16
  • Im an IRL dolphin; On hiatus
    • the-sketchy-orca
    • View Profile
Re: Need help with double sided preset!
« Reply #2 on: February 25, 2016, 11:23:40 pm »
I meant how to do the double colored eyes, sorry if I didn't make that clear!

Offline Likuu

  • -- strawberry banana
  • Finest Floof
  • ***
  • Posts: 929
  • Country: us
  • Floof-O-Meter: 65
  • 𝑜𝓇𝒸𝒽𝒾𝒹
    • View Profile
Re: Need help with double sided eyes preset!
« Reply #3 on: February 25, 2016, 11:35:53 pm »
I meant how to do the double colored eyes, sorry if I didn't make that clear!
Not sure what ye mean by double colored eyes? Have an example?
artwork by dehvina

Preach

  • Guest
Re: Need help with double sided eyes preset!
« Reply #4 on: February 25, 2016, 11:46:34 pm »
I meant how to do the double colored eyes, sorry if I didn't make that clear!
Not sure what ye mean by double colored eyes? Have an example?

I think she means bi color eyes. One eye blue and one grey? Idk.

Offline Tessel.

  • Finest Floof
  • ***
  • Posts: 855
  • Country: ca
  • Floof-O-Meter: 54
  • and this time, we're gonna get funky
    • View Profile
Re: Need help with double sided eyes preset!
« Reply #5 on: February 26, 2016, 12:53:32 am »
Like, have one eye one colour and have the other a different one? Or do you mean having two different colours in an eye?

Siggy and avi by me. PM me if you need anything, friends.

Offline Spottedbears

  • Dedicated Supporter
  • ***
  • Posts: 464
  • Country: 00
  • Floof-O-Meter: 41
  • mister sandman, bring me a dream
    • View Profile
Re: Need help with double sided eyes preset!
« Reply #6 on: February 26, 2016, 01:40:58 am »
Heterochromia is (almost always) two different colored eyes, as OP said, so I'm going to assume that's that and try to explain.
Likuu's advice is helpful and is basically all you need - although her links are not eye specific. Double sided presets are easy enough when you get the hang of them!

Open up your .MATERIAL file in a text editor, such as notepad. If you scroll down far enough, you should see a code that looks like so: (numbers differ depending on your file; if you copy & paste just press control+H in notepad to replace preset_10 with preset_(#) so there're no errors)

material preset_10_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_10eye.png
         }
      }
   }
}
material preset_10_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_10eye.png
         }
      }
   }
}

For different colored eyes, you change the text highlighted in red. Most people will add an L or R, for left and right, so the file name is preset_10eyeR.png, or preset_10eyeL.png, however the name doesn't matter as long as it corresponds to the image file.
Once you change the text in the material file to whatever you like, save it.
Then just make your different eyes and save the files to match the names you've put in the code.. that's really all there is to it.

This works with any body part, actually, except for the tail since it's only one side.

Here's the double sided code if you want it.
Code: [Select]
material preset_10_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_10eyeL.png
}
}
}
}
material preset_10_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_10eyeR.png
}
}
}
}

Art by me!
DA: Chrome-domey
Tumblr: Cassiopirate
Need preset, animating, or map help? PM me!

Offline Wolflover224

  • Community Champion
  • ****
  • Posts: 1,582
  • Country: 00
  • Floof-O-Meter: 16
  • Im an IRL dolphin; On hiatus
    • the-sketchy-orca
    • View Profile
Re: Need help with double sided eyes preset!
« Reply #7 on: February 28, 2016, 10:10:49 pm »
I did that, but the eyes still won't appear.
The program I'm using is Paint Tool SAI. There are no layers.

Offline Hakumi

  • ✩ Just A Virtuous Smol ✩
  • Honored Hero
  • *****
  • Posts: 4,835
  • Country: 00
  • Floof-O-Meter: 130
  • A Smol & Helpful Floof ~
    • leanim3fr3akzoid
    • LeAnim3Fr3akzoid
    • View Profile
Re: Need help with double sided eyes preset!
« Reply #8 on: February 29, 2016, 12:53:16 am »
No layers..?
Are you making sure that you're saving the image as a .png file and not as anything else? Are you making sure that everything matches up when you go to save?
As for the no layers part, do you mean that you're unable to make multiple layers using that specific program? ( I don't have SAI but I know it should give you an option to make multiple layers, but I mostly use GIMP for these sorts of things ).
Make sure you're inputting the correct information so that way the eyes would show up like the example Tailgate gave you. ~

If you're doing everything correctly, it should work unless you need to try saving your files on a different preset folder to see if that helps or clears up the problem for you?
« Last Edit: February 29, 2016, 01:04:01 am by Hakumi »

Keep on traveling across this road called 'Life.'

Discord: Haku - Haku#74O7

Offline Wolflover224

  • Community Champion
  • ****
  • Posts: 1,582
  • Country: 00
  • Floof-O-Meter: 16
  • Im an IRL dolphin; On hiatus
    • the-sketchy-orca
    • View Profile
Re: Need help with double sided eyes preset!
« Reply #9 on: February 29, 2016, 01:52:36 am »
They're both .png, and what I mean by "no layers" is that I didn't use any layers on the eyes.