Author Topic: How to slow down preset Scroll texture?  (Read 2134 times)

Offline Kona

  • Familiar Grounds Dweller
  • **
  • Posts: 89
  • Floof-O-Meter: 2
  • Glitch
    • View Profile
How to slow down preset Scroll texture?
« on: January 18, 2015, 06:06:19 pm »
I've looked around, and just about everything says "Just mess with it and it will change directions or speed..." But, whenever I do mess with it, doesn't matter if I make the numbers into negatives, they just increase in speed. I'd really appreciate it if someone could edit this code for me, or teach me how to slow it down. ^^
Code: [Select]
material preset_11_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_11scroll.png
scroll_anim 1.0 1.0
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_11body.png
}
}
}
}
material preset_11_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_11scroll.png
scroll_anim 1.0 1.0
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_11body.png
}
}
}
}
material preset_11_headMatL
{
technique
{
pass
{
texture_unit
{
texture preset_11scroll.png
scroll_anim 1.0 1.0
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_11headL.png
}
}
}
}
material preset_11_headMatR
{
technique
{
pass
{
texture_unit
{
texture preset_11scroll.png
scroll_anim 1.0 1.0
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_11headR.png
}
}
}
}
material preset_11_eyeMatL
{
technique
{
pass
{
texture_unit
{
texture preset_11scroll.png
scroll_anim 1.0 1.0
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_11eye.png
}
}
}
}
material preset_11_eyeMatR
{
technique
{
pass
{
texture_unit
{
texture preset_11scroll.png
scroll_anim 1.0 1.0
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_11eye.png
}
}
}
}
material preset_11_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_11scroll.png
scroll_anim 1.0 1.0
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_11tail.png
}
}
}
}
material preset_11_maneMat
{
        technique
        {
                pass
                {
                       cull_hardware none
                       cull_software none
                       alpha_rejection greater_equal 128
                       texture_unit
                       {
                                texture preset_11mane.png
                }
          }
     }
}

material preset_11_equipMatL
{
technique
{
pass
{
texture_unit
{
texture preset_11scroll.png
scroll_anim 1.0 1.0
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_11equip.png
}
}
}
}
material preset_11_equipMatR
{
technique
{
pass
{
texture_unit
{
texture preset_11scroll.png
scroll_anim 1.0 1.0
}
}
pass
{
scene_blend alpha_blend
texture_unit
{
texture preset_11equip.png
}
}
}
}

This is the code I'm currently using.


Signature by ISeeYou/GoldRadium
Avatar by Marvin~

AlphaEclipse

  • Guest
Re: How to slow down preset Scroll texture?
« Reply #1 on: January 18, 2015, 06:10:49 pm »
Quote
texture preset_11scroll.png
scroll_anim 1.0 1.0
That red text is what changes the scroll speed of a texture. I personally use "0.01 0.01" for a good slow speed, but it can get even slower if you add more zeros.

Offline Kona

  • Familiar Grounds Dweller
  • **
  • Posts: 89
  • Floof-O-Meter: 2
  • Glitch
    • View Profile
Re: How to slow down preset Scroll texture?
« Reply #2 on: January 18, 2015, 06:11:27 pm »
Oh, alright! Thank you so much!


Signature by ISeeYou/GoldRadium
Avatar by Marvin~

Offline Bawfle

  • Courage is not the absence of fear but rather the judgement that something is more important than fear.
  • Elder Grey Pelt
  • ****
  • Posts: 3,147
  • Country: gb
  • Floof-O-Meter: 344
  • The Zambisi Pride
    • View Profile
Re: How to slow down preset Scroll texture?
« Reply #3 on: January 18, 2015, 06:11:53 pm »
Try making it something like this: 0.02 or anything such as 0.0(number). When you add the minus in front of the digits, you should notice the scroll pattern changing direction (the opposite way), that shouldn't slow the speed of the scroll. All you do is what I mentioned n the beginning.


Pixel Doll Commissioned and Coloured by RingoKioko
Inactive // Retired // Gone