Feral Heart

Help & Guidance => Game Help => Topic started by: damiian on August 31, 2014, 04:15:38 pm

Title: is there a tut / code for...
Post by: damiian on August 31, 2014, 04:15:38 pm
I was wondering if there was a tutorial on scrolling preset manes ?
and / or the code for it ?
there was also one i recall finding of the scrolling body parts which didnt really work well for me so if theres any tutorial videos on scrolling preset making then please let me know C:
Title: Re: is there a tut / code for...
Post by: greenart6 on August 31, 2014, 04:19:44 pm
xRuby1234x has one here ^^ - http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=26062.0 (http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=26062.0)

I think you'll be able to figure it out with manes. :3 Hope this helps!
Title: Re: is there a tut / code for...
Post by: damiian on August 31, 2014, 04:33:19 pm
xRuby1234x has one here ^^ - http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=26062.0 (http://www.feral-heart.com/index.php?option=com_jfusion&Itemid=2&jfile=index.php&topic=26062.0)

I think you'll be able to figure it out with manes. :3 Hope this helps!

I have already tried that one but i dont really seem to get it and messed up understanding it ...
Title: Re: is there a tut / code for...
Post by: greenart6 on August 31, 2014, 04:36:20 pm
Which parts do you not understand?
Title: Re: is there a tut / code for...
Post by: damiian on August 31, 2014, 04:41:32 pm
Which parts do you not understand?

pretty much the whole lot of how it was written x.x
Title: Re: is there a tut / code for...
Post by: Whisperingwaves on August 31, 2014, 05:01:16 pm
Code: [Select]
{
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
}
}
}
}

Your scrolling code should look like this c: If you wanna test it, put a rainbow gradient for the mane texture.

Hope this helps!

~ Whisper
Title: Re: is there a tut / code for...
Post by: AlphaEclipse on August 31, 2014, 06:20:46 pm
I don't think scrolling would work on manes since it used transparency, and the image you color in is partially transparent. Due to this, if you added the scrolling code, it would glitch, and (most likely) give undesired results.
.
Title: Re: is there a tut / code for...
Post by: Spottedbears on September 01, 2014, 12:25:21 am
oh, no it works. i use scrolling manes sometimes.