Author Topic: Anyone know how to make transparnet parts for a preset?  (Read 1113 times)

Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Anyone know how to make transparnet parts for a preset?
« on: March 17, 2019, 02:09:08 am »
I'm making a Twoface preset but I want to make to look like he's missing an eye lid and part of his jaw but i keep on getting this


spoiler
(please take note ^^; it's kinda gory)

this what the eye in the face looks like honestly, they don't look like that on my paint program, i erased those off

spoiler



spoiler
Quote
material preset_7_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7body.png
         }
      }
   }
}
material preset_7_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7bodyr.png
         }
      }
   }
}
material preset_7_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7headl.jpg
         }
      }
   }
}
material preset_7_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7head.jpg
         }
      }
   }
}
material preset_7_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_7eyel.jpg
         }
      }
   }
}
material preset_7_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_7eye.jpg
         }
      }
   }
}
material preset_7_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7tail.jpg
         }
      }
   }
}
material preset_7_maneMat
{
        technique
        {
                pass
                {
                       cull_hardware none
                       cull_software none
                       alpha_rejection greater_equal 128
                       texture_unit
                       {
                                texture preset_7mane.png
                }
          }
     }
}
material preset_7_equipMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7equip.jpg
         }
      }
   }
}
material preset_7_equipMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_7equip.jpg
         }
      }
   }
}
« Last Edit: March 17, 2019, 03:35:09 am by ArkhamScout »

Offline WolfQueen

  • Onion Queen
  • Elder Grey Pelt
  • ****
  • Posts: 3,419
  • Country: us
  • Floof-O-Meter: 117
  • feralheart's malignant tumor
    • jengajangle
    • jenqatower
    • jengatower
    • jengatowerr
    • View Profile
Re: Anyone know how to make transparnet parts for a preset?
« Reply #1 on: March 17, 2019, 02:16:58 am »
the part that you want to be transparent on the preset must be transparent on the image as well. make sure you save it as a png.

you also need a transparency code in your material file as well. you can get it here https://feral-heart.com/smf/index.php?topic=5656.0


Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Re: Anyone know how to make transparnet parts for a preset?
« Reply #2 on: March 17, 2019, 02:29:16 am »
the part that you want to be transparent on the preset must be transparent on the image as well. make sure you save it as a png.

you also need a transparency code in your material file as well. you can get it here https://feral-heart.com/smf/index.php?topic=5656.0

thanks. how does it work tho? I am kinda new to preset making.

Offline Astraea

  • ❤ Positivity ❤
  • Elder Grey Pelt
  • ****
  • Posts: 3,104
  • Country: us
  • Floof-O-Meter: 186
  • previously esarosa
    • Esar0sa
    • View Profile
Re: Anyone know how to make transparnet parts for a preset?
« Reply #3 on: March 17, 2019, 02:47:34 am »
Hello!

There are also a bunch of preset tutorials here that may assist you in your endeavor! I hope those can be of some use to you. <3
not active here anymore ♡
avatar by kianxiety

Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Re: Anyone know how to make transparnet parts for a preset?
« Reply #4 on: March 17, 2019, 02:52:39 am »
Hello!

There are also a bunch of preset tutorials here that may assist you in your endeavor! I hope those can be of some use to you. <3

I'll look at them. ^^ :< i am still newbie with presets

Offline Astraea

  • ❤ Positivity ❤
  • Elder Grey Pelt
  • ****
  • Posts: 3,104
  • Country: us
  • Floof-O-Meter: 186
  • previously esarosa
    • Esar0sa
    • View Profile
Re: Anyone know how to make transparnet parts for a preset?
« Reply #5 on: March 17, 2019, 02:58:19 am »
I'll look at them. ^^ :< i am still newbie with presets

No problem at all! There are a bunch of resources out there that can be of use to you such as here and here as well. Best of luck! <3
not active here anymore ♡
avatar by kianxiety

Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Re: Anyone know how to make transparnet parts for a preset?
« Reply #6 on: March 17, 2019, 03:03:39 am »
I'll look at them. ^^ :< i am still newbie with presets

No problem at all! There are a bunch of resources out there that can be of use to you such as here and here as well. Best of luck! <3

thank you

Offline Arkham_Scout

  • Finest Floof
  • ***
  • Posts: 654
  • Country: us
  • Floof-O-Meter: 33
  • Yes, I am back
    • View Profile
    • my toyhou.se
Re: Anyone know how to make transparnet parts for a preset?
« Reply #7 on: March 17, 2019, 03:35:27 am »
I got it to work ^^ thank you <3

Offline Kerriki

  • Band Geek
  • Immortal Legend
  • *****
  • Posts: 5,670
  • Country: us
  • Floof-O-Meter: 371
  • Who needs furniture when you have the floor?
    • Kikiorylandia
    • View Profile
    • DeviantART
Re: Anyone know how to make transparnet parts for a preset?
« Reply #8 on: March 17, 2019, 03:51:40 am »
Locking this up now, have fun with your preset!
Farewell everyone<3