Feral Heart

Help & Guidance => Game Help => Topic started by: Arkham_Scout on March 17, 2019, 02:09:08 am

Title: Anyone know how to make transparnet parts for a preset?
Post by: Arkham_Scout 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
(https://cdn.discordapp.com/attachments/490106026159505408/556658758164414484/screenshot_03162019_220255891.png)
(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
(https://cdn.discordapp.com/attachments/490106026159505408/556659320721506324/preset_7eyel.jpg)

(https://cdn.discordapp.com/attachments/490106026159505408/556659326073438218/preset_7headl.jpg)

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
         }
      }
   }
}
Title: Re: Anyone know how to make transparnet parts for a preset?
Post by: WolfQueen 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
Title: Re: Anyone know how to make transparnet parts for a preset?
Post by: Arkham_Scout 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.
Title: Re: Anyone know how to make transparnet parts for a preset?
Post by: Astraea on March 17, 2019, 02:47:34 am
Hello!

There are also a bunch of preset tutorials here (https://feral-heart.com/smf/index.php?board=139.0) that may assist you in your endeavor! I hope those can be of some use to you. <3
Title: Re: Anyone know how to make transparnet parts for a preset?
Post by: Arkham_Scout on March 17, 2019, 02:52:39 am
Hello!

There are also a bunch of preset tutorials here (https://feral-heart.com/smf/index.php?board=139.0) 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
Title: Re: Anyone know how to make transparnet parts for a preset?
Post by: Astraea 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 (https://www.deviantart.com/popular-all-time/?section=&global=1&q=preset+tutorial+feralheart) and here (https://www.youtube.com/results?search_query=feralheart+preset+tutorial) as well. Best of luck! <3
Title: Re: Anyone know how to make transparnet parts for a preset?
Post by: Arkham_Scout 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 (https://www.deviantart.com/popular-all-time/?section=&global=1&q=preset+tutorial+feralheart) and here (https://www.youtube.com/results?search_query=feralheart+preset+tutorial) as well. Best of luck! <3

thank you
Title: Re: Anyone know how to make transparnet parts for a preset?
Post by: Arkham_Scout on March 17, 2019, 03:35:27 am
I got it to work ^^ thank you <3
Title: Re: Anyone know how to make transparnet parts for a preset?
Post by: Kerriki on March 17, 2019, 03:51:40 am
Locking this up now, have fun with your preset!