Feral Heart

Help & Guidance => Game Help => Topic started by: damiian on April 13, 2015, 03:17:54 pm

Title: Scrolling mane?
Post by: damiian on April 13, 2015, 03:17:54 pm
yeah sooo i only ever did this like once with a preset i never used and deleted when i used to play FH
now i wanted to do a few to actually give away with scrolling manes XD but i totally forgot HOW to even do it o_o
anyone have any links to a good tutorial of it ?
Title: Re: Scrolling mane?
Post by: Enoki on April 13, 2015, 09:33:52 pm
Ah, what you need to do is make whatever part of the mane you want to scroll invisible. Then, just place this code in for your mane. Hope this helps! (Replace # with designated number for preset.)

Code: [Select]
{
technique
{
pass
{
texture_unit
{
texture preset_#scroll.png
scroll_anim 1.0 1.0
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_#mane.png
}
}
}
}

If you need any further help, feel free to ask!

~Enoki