Feral Heart

Help & Guidance => Game Help => Topic started by: RecklessHoodie on June 22, 2016, 11:36:47 pm

Title: Preset Help
Post by: RecklessHoodie on June 22, 2016, 11:36:47 pm
I was wondering (if possible) what the code is to have moving textures/scrolling while removing the square parts of the mane.
I just can't get the transparency to work, or maybe I'm doing the code wrong.

(http://www.mediafire.com/convkey/5e4b/utzvc41qt37737kzg.jpg)

(http://www.mediafire.com/convkey/f0a7/1o35tn06sr8fsezzg.jpg)

Hopefully the images will help you understand what I'm talking about.
Title: Re: Preset Help
Post by: Hakumi on June 22, 2016, 11:55:19 pm
Here you go, try this coding out ^^

Code: [Select]
material preset_1_maneMat
 {
    technique
    {
       pass
       {
 scene_blend alpha_blend
        alpha_rejection greater 128
          texture_unit
          {
            texture preset_1mane (this is the all black mane mask).png
          }
          texture_unit
          {
            texture preset_1mane (this is the all black mane mask).png           
             colour_op alpha_blend
          }
          texture_unit
          {
        texture SCROLLING TEXTURE.jpg
        colour_op_ex blend_current_alpha src_texture src_current
 tex_address_mode wrap
 filtering trilinear
 scroll_anim 0.0 0.1
          }
       }
    }
 }

Edit to your desires and hopefully it'll work ~!
Title: Re: Preset Help
Post by: konjac on June 23, 2016, 12:09:31 am
Also, I would like to ask for help on this topic, please...I would not like to post an entirely new topic. As my question is quite similar.
When I logged onto FH to play for a bit, I noticed this:
(http://i65BannedImageSite/2u5g7s2.png)
A black head. I tried to adjust the colour, but it remained black.
Any explanation for this? I am using Tearless wolf textures, and I am on a mac. I looked through the files and saw that none of the chead.png/cheadShade.png/cheadMask.png, etc. were missing (At least that's what I think)...And I am using no marking pack.
Any explanation/help for this?
Also FH kept crashing.
Title: Re: Preset Help
Post by: Hakumi on June 23, 2016, 12:13:17 am
Did you put the mask in the correct place?
Title: Re: Preset Help
Post by: konjac on June 23, 2016, 12:16:39 am
I think....
FeralHeart>Media>Textures>Masks>And there it is. There are several: cheadMask1_0.png, cheadMask2.png, cheadMask3.png, cheadMask4.png, and cheadMask5.png.
[EDIT] just noticed that ALL my canine characters have jet-black heads. Creeped out right now.
Title: Re: Preset Help
Post by: Hakumi on June 23, 2016, 12:19:17 am
The head might've not been replaced correctly....
Try resetting as default ( getting rid of the extras and try again ).
Maybe switching rendering systems might help and make sure you did, in fact, get the updated one from Tearless.
Title: Re: Preset Help
Post by: konjac on June 23, 2016, 12:21:08 am
Okay....but yesterday Tearless was working fine. But now, it's all weird O.o
I did not modify the files, nor opened a file to edit it. It just suddenly happened.
So all the -other- cheadMasks get deleted?
Title: Re: Preset Help
Post by: Hakumi on June 23, 2016, 12:23:41 am
Then that is strange...could be a glitch or the file went bad somehow. Hopefully a software didn't affect the files.
( Also, might want to post your own help thread since this seems like a different matter that doesn't involve presets. If the problem is still persisting go ahead and make your own help thread unless told otherwise ^^; )
Title: Re: Preset Help
Post by: konjac on June 23, 2016, 12:24:02 am
Okay! Thanks
Title: Re: Preset Help
Post by: RecklessHoodie on June 23, 2016, 12:25:28 am
As you can see it's working now

(http://www.mediafire.com/convkey/03d5/1ayw8t5p8kl6i9ezg.jpg)

Thank you Hakumi<3
Title: Re: Preset Help
Post by: RecklessHoodie on June 23, 2016, 12:30:23 am
As you can see it's working now

(http://www.mediafire.com/convkey/03d5/1ayw8t5p8kl6i9ezg.jpg)

Thank you Hakumi<3
Title: Re: Preset Help
Post by: Hakumi on June 23, 2016, 12:32:42 am
As you can see it's working now

(http://www.mediafire.com/convkey/03d5/1ayw8t5p8kl6i9ezg.jpg)

Thank you Hakumi<3

Glad that it works ~!
Title: Re: Preset Help
Post by: Warriorstrike on June 23, 2016, 12:34:22 am
Locking this up since the problem has been fixed. Nice work on the preset. c: