Feral Heart

Help & Guidance => Game Help => Topic started by: ZephraShadow on May 09, 2017, 02:03:31 am

Title: Scrolling Mane
Post by: ZephraShadow on May 09, 2017, 02:03:31 am
I've been making presets for a few months now but I never tried doing scrolling parts on my presets so I decided to try and this is the result:
(http://i.imgur.com/nO4WPmo.png)
I've tried different coding for it but they all end up the same. I don't know how to fix it. Help.
Title: Re: Scrolling Mane
Post by: Azurain on May 09, 2017, 02:16:29 am
Make sure your scrolling texture is named the exact same as the coding and that it's in .png, as it works better.
Title: Re: Scrolling Mane
Post by: sanrio on May 09, 2017, 07:28:59 am
Hello!
Here is the code I used to make manes scroll:

material preset_#_maneMat
{
 technique
 {
  pass
  {
   cull_hardware none
   cull_software none
   alpha_rejection greater_equal 128
   texture_unit
   {
    texture preset_#mane.png
    scroll_anim 1.0 1.0
   }
  }
 }
}

If you need any more help just PM me or respond to this thread.
Title: Re: Scrolling Mane
Post by: ZephraShadow on May 09, 2017, 10:56:25 pm
Make sure your scrolling texture is named the exact same as the coding and that it's in .png, as it works better.

I doubled checked everything. Even redid the texture multiple times. Thanks for the advice though.
Title: Re: Scrolling Mane
Post by: Morgra on May 09, 2017, 10:59:59 pm
It looks like there is some transparency to the mane, is that correct? Did you mean for there to be transparency?
Title: Re: Scrolling Mane
Post by: ZephraShadow on May 09, 2017, 11:23:07 pm
It looks like there is some transparency to the mane, is that correct? Did you mean for there to be transparency?
yes, I looked through many others like this but none of them worked for me.
Title: Re: Scrolling Mane
Post by: Morgra on May 09, 2017, 11:28:05 pm
It looks like there is some transparency to the mane, is that correct? Did you mean for there to be transparency?
yes, I looked through many others like this but none of them worked for me.

If you meant for there to be transparency, then it should be giving you the result you are looking for. I think it has something to do with a masking issue. Do you want it to be transparent in intervals which is why you included transparent patches on the texture?

If you'd like me to fiddle with it, I can give it a shot. I would just need the texture file and the mane's coding so far ^^

I'd also find it beneficial if you could give some sort of description as to what you'd like it to look like in the end.
Title: Re: Scrolling Mane
Post by: ZephraShadow on May 09, 2017, 11:33:14 pm
If you meant for there to be transparency, then it should be giving you the result you are looking for. I think it has something to do with a masking issue. Do you want it to be transparent in intervals which is why you included transparent patches on the texture?

If you'd like me to fiddle with it, I can give it a shot. I would just need the texture file and the mane's coding so far ^^

I'd also find it beneficial if you could give some sort of description as to what you'd like it to look like in the end.

okay, how should I send them to you?
Title: Re: Scrolling Mane
Post by: Morgra on May 09, 2017, 11:34:58 pm
okay, how should I send them to you?

The coding I shouldn't need now that I think about it if it's just scrolling. However for the mane texture file, upload it to Imgur. You can either choose to post the Imgur link here or PM it to me.
Title: Re: Scrolling Mane
Post by: Morgra on May 10, 2017, 12:24:43 am
Locking this as we discussed the issue and came to a solution over PM.