Feral Heart

Help & Guidance => Game Help => Topic started by: dani on December 21, 2016, 02:34:37 am

Title: Preset mane problem :c
Post by: dani on December 21, 2016, 02:34:37 am
ello, i'm making a preset and i wanted the mane to be white! but for some reason the tufts got black outlines, this is not how i want the preset to look .w.

(http://image.prntscr.com/image/f7a8cf286cac496c8c8fcfbcfd38a72e.png)

the png file looks like this (i added red below so you can see it is transparent)

(http://image.prntscr.com/image/93493e8646d6474cb466cf67da1ab512.png)

is there any way to fix this? or no matter what i do it will always look like that? ;n;
Title: Re: Preset mane problem :c
Post by: TwistedSorrowzz on December 21, 2016, 02:40:22 am
I'm not a pro with presets, But I think you have to make the whole mane PNG file the colour you want it to be.

If this doesn't work, I'm sorry, I'm not a professional.
Title: Re: Preset mane problem :c
Post by: dani on December 21, 2016, 02:46:47 am
I'm not a pro with presets, But I think you have to make the whole mane PNG file the colour you want it to be.

If this doesn't work, I'm sorry, I'm not a professional.

nope unu,
Title: Re: Preset mane problem :c
Post by: TwistedSorrowzz on December 21, 2016, 03:05:29 am
  Well I'm not sure then, Sorry.
Title: Re: Preset mane problem :c
Post by: Morgra on December 21, 2016, 03:17:59 am
The reason for this is due to the alpha in the mane's coding being on some type of blend mode that doesn't mask properly. I don't really know how to word it better but here is a code for fixing that:
Code: [Select]
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}

Replace your current mane's code section with this one and it should mask out properly. Make sure to replace the #'s with the preset folder number etc
Title: Re: Preset mane problem :c
Post by: D-ead7Dog on December 21, 2016, 03:23:38 am
I'll send you a file for it to make it easier for you. Hold on.

Try this! :)
(http://i.imgur.com/YoXEimk.png)

And change the material file code for the mane to:
Quote
material preset_1_maneMat
{
   technique
   {
      pass
      {
         ambient 2.0 2.0 2.0
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         alpha_rejection greater_equal 250
         texture_unit
         {
            texture preset_1mane.png
         }
      }
   }
}

Or, I would suggest using  this! (http://northernred.deviantart.com/art/FeralHeart-MANE-tricks-tutorial-Canine-part-514907588)and this! (http://northernred.deviantart.com/art/FeralHeart-MANE-tricks-tutorial-Enjoy-513002348)

It's just easier to erase that area and it makes presets look much smoother!
Title: Re: Preset mane problem :c
Post by: dani on December 21, 2016, 03:59:05 am

It's just easier to erase that area and it makes presets look much smoother!
thank you so much! it worked!
Title: Re: Preset mane problem :c
Post by: D-ead7Dog on December 21, 2016, 04:01:48 am

It's just easier to erase that area and it makes presets look much smoother!
thank you so much! it worked!

(http://31.media.tumblr.com/9ff6ff1e5a346d6ace4b57cd18c9a3c4/tumblr_mx4oqr6t3X1smcbm7o1_500.gif)
Good luck on the rest of your preset! :D
Title: Re: Preset mane problem :c
Post by: Warriorstrike on December 21, 2016, 04:46:45 am
Seeing as the issue appears to have been fixed, I will go ahead and lock this for you. I hope the preset turns out well.