Author Topic: How do I make the scroll animation slower?  (Read 1467 times)

Offline Vidathelion

  • Experienced Traveler
  • **
  • Posts: 246
  • Country: 00
  • Floof-O-Meter: 5
    • www.deviantart.com/cynde
    • www.youtube.com/channel/UC90KdyZ
    • http://feebleturtleduck-artz.tum
    • View Profile
How do I make the scroll animation slower?
« on: July 02, 2016, 08:26:08 am »
Can't seem to figure out how to make it slower. I've played with the numbers in the code file but its not doing anything.
Whats the proper number system???

Offline Reaper

  • Exotic Butters
  • Community Champion
  • ****
  • Posts: 2,498
  • Country: us
  • Floof-O-Meter: 72
  • OOF
    • http://firesboss.deviantart.com/
    • ravenmccain1
    • witheredfoxy12
    • View Profile
Re: How do I make the scroll animation slower?
« Reply #1 on: July 02, 2016, 08:33:02 am »
Try making it like "0.01 0.01", 0.03, or 0.02. If you add more zeroes it can make it slower.


Avatar By Spooks :3

Offline Vidathelion

  • Experienced Traveler
  • **
  • Posts: 246
  • Country: 00
  • Floof-O-Meter: 5
    • www.deviantart.com/cynde
    • www.youtube.com/channel/UC90KdyZ
    • http://feebleturtleduck-artz.tum
    • View Profile
Re: How do I make the scroll animation slower?
« Reply #2 on: July 02, 2016, 08:40:33 am »
Try making it like "0.01 0.01", 0.03, or 0.02. If you add more zeroes it can make it slower.
It worked! thank you!
I wasn't sure how to code it x3

Offline Reaper

  • Exotic Butters
  • Community Champion
  • ****
  • Posts: 2,498
  • Country: us
  • Floof-O-Meter: 72
  • OOF
    • http://firesboss.deviantart.com/
    • ravenmccain1
    • witheredfoxy12
    • View Profile
Re: How do I make the scroll animation slower?
« Reply #3 on: July 02, 2016, 08:44:08 am »
No problem. :3


Avatar By Spooks :3

Offline Vidathelion

  • Experienced Traveler
  • **
  • Posts: 246
  • Country: 00
  • Floof-O-Meter: 5
    • www.deviantart.com/cynde
    • www.youtube.com/channel/UC90KdyZ
    • http://feebleturtleduck-artz.tum
    • View Profile
Re: How do I make the scroll animation slower?
« Reply #4 on: July 02, 2016, 08:53:37 am »
No problem. :3
Sorry, I forgot to ask something else. I saw someone with a preset, and the cats tail was transparent(it was solid but see-through) but it also had scrolling markings over the transparent tail, and the scrolling markings were transparent too. How do I do this?

Oh, also, I have a preset, and I want the snout only to be transparent, the rest of the head and face not be. How do I make specific places on the animal transparent?
« Last Edit: July 02, 2016, 09:00:22 am by Vidathelion »

Offline Reaper

  • Exotic Butters
  • Community Champion
  • ****
  • Posts: 2,498
  • Country: us
  • Floof-O-Meter: 72
  • OOF
    • http://firesboss.deviantart.com/
    • ravenmccain1
    • witheredfoxy12
    • View Profile
Re: How do I make the scroll animation slower?
« Reply #5 on: July 02, 2016, 09:01:57 am »
I am not sure since I am not good at transparent presets, but try going here http://www.feral-heart.com/smf/index.php?topic=5665.0 or here http://www.feral-heart.com/smf/index.php?topic=34786.0  It explains it very well. Hopefully you will figure it out.


Avatar By Spooks :3

Offline D-ead7Dog

  • AFK NPC
  • Member Of The Season
  • Pack & Pride Representative
  • ***
  • Posts: 1,462
  • Country: us
  • Floof-O-Meter: 98
  • BUMPY SNOW
    • D-ead7Dog
    • d-ead7dog
    • View Profile
Re: How do I make the scroll animation slower?
« Reply #6 on: July 02, 2016, 09:45:05 pm »
To make it transparent you need the transparent code;
material preset_#_tailMat
{
 receive_shadows on
   technique
   {
      pass
      {
                     ambient 1.000000 1.000000 1.000000 1.000000
                    diffuse 1.000000 1.000000 1.000000 1.000000
                     specular 0.050000 0.050000 0.050000 1.000000 12.500000
                     emissive 0.000000 0.000000 0.000000 1.000000
                    cull_hardware none
                     cull_software none
                     scene_blend alpha_blend
             alpha_rejection greater_equal 128
                     texture_unit
         {
            texture preset_#tail.png
                         tex_address_mode wrap
                         filtering trilinear
         }
    texture preset_#tail.png
   }
  }
 }
}

Then when you're done open the tail file up in an art program and merge all the layers and then make sure to right click the layer and click "Make Alpha Channel" then erase the parts you no longer want; thus making it transparent. :)
It doesn't only have to be the tail. You can change whatever you want to be transparent so long as you have that code above. The tail one was just an example.


Still can't figure it out? Try some of these links located
here, here, here and even what was linked above my post! :)
« Last Edit: July 02, 2016, 09:51:30 pm by Pkf7 »
WORK IN PROGRESS
Artwork (c) LynxBrush & Majorest

Originally registered January 15, 2011