Feral Heart

Help & Guidance => Game Help => Topic started by: mcgee2001 on February 19, 2015, 08:17:38 pm

Title: Preset Mane Help
Post by: mcgee2001 on February 19, 2015, 08:17:38 pm
(http://i58BannedImageSite/e86cs4.png)
Okai, I made a scrolling preset mane and I don't like how it has those square parts sticking out of it. Is there away to prevent this? ;n;
Title: Re: Preset Mane Help
Post by: Ellen11v on February 19, 2015, 09:09:47 pm
Do me a favor so I can help you, I can't see the issue clearly >_< (The squares.)
If I can see the issue I might be able to see what kind of issue it is.
Title: Re: Preset Mane Help
Post by: TheApplePie on February 19, 2015, 09:13:50 pm
I believe that another member experienced this before, there was a coding modification you'd have to apply to make it look smoother. I myself haven't experienced this with scrolling presets yet. o,o

I'll go look for the solution now. cx
Title: Re: Preset Mane Help
Post by: AlphaEclipse on February 19, 2015, 10:18:47 pm
Hello, Mcgee! A few days ago a similar issue was solved in another thread by xRuby1234x. Here's a quote that may help you with your issue:
@Ina Nilsson:
Code: (Scrolling Mane) [Select]
material preset_#_maneMat
{
technique
{
pass
{
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 200
texture_unit
{
texture fmaneMask.png
}
texture_unit
{
texture rainbow.png
scroll_anim 1 1
colour_op_ex blend_current_alpha src_texture src_current
}
}
}
}

You'll have to change the material preset_#_maneMat line, since I don't know what number you're using.
Also you'll need to put an image in for SCROLLING LAYER.png, but other than that, you can leave everything the same, maybe adjust the speed of the scroll_anim 1 1 line.

Hope you get it working.
Title: Re: Preset Mane Help
Post by: Ellen11v on February 19, 2015, 10:22:46 pm
Woah, Sagitta got some great information, her help might solve this!
Title: Re: Preset Mane Help
Post by: mcgee2001 on February 21, 2015, 10:26:24 am
Thank you! This helped a lot! ^0^
Title: Re: Preset Mane Help
Post by: AlphaEclipse on February 21, 2015, 02:24:33 pm
No problem! If you need anymore help don't hesitate to ask. ^^