Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: Ricky (Br3) on June 19, 2014, 02:01:00 PM



Title: Animated textures?
Post by: Ricky (Br3) on June 19, 2014, 02:01:00 PM
On the old times, we'd use multiple models to make "gifs" on stages, however, I'm pretty sure nowadays there are other ways to do that. Can someone write a tutorial on this, if it's not much of a bother?


Title: Re: Animated textures?
Post by: Gamma Ridley on June 19, 2014, 02:03:55 PM
If you're looking to make a "gif" on a stage, PAT0 would probably be your best bet.

I'm almost positive I answered a topic similar to this one before, and I touched on how infeasible it can become depending on the length of your animation. How many frames are we talking? If it's like a three-frame loop then PAT0 is the best way to go.


Title: Re: Animated textures?
Post by: Ricky (Br3) on June 19, 2014, 02:05:26 PM
I've been looking around, and it seems to involve AnmTexPat. Animated Texture Patterns, I'd guess? Can someone explain to me how AnmTexPats tell a model which textures to load, or if they work with all kinds of models?

EDIT: PAT0 is probably what I'll be needing. I have a model that I plan on making the textures change constantly, should be something around 8~16 frames.


Title: Re: Animated textures?
Post by: ABloodyCanadian on June 19, 2014, 02:22:14 PM
You may want to shrink down the image size so that your filesize doesn't shoot straight up. Of course, that'll affect the quality too... lol...


Title: Re: Animated textures?
Post by: Gamma Ridley on June 19, 2014, 02:23:53 PM
Yeah, that should work. Basically, I'd recommend looking at someone who uses PAT0 for, like, eye animation, such as Ness. The steps are pretty much:

-Import each individual frame as a separate texture, each named something different (e.g. "frame1," "frame2," etc)
-Set up the PAT0 so that it references the material that belongs to your object
-Make sure the texture reference is changing the right texture (only if you have more than one texture on the object, if you only have one then just keep it as Texture0)
-Under the texture reference, add a new entry for each frame
-Change the frame index for each entry to alter the time in between frames
-Make sure Loop is set to True and you should be good to go


Title: Re: Animated textures?
Post by: Ricky (Br3) on June 19, 2014, 02:28:02 PM
Yeah, that should work. Basically, I'd recommend looking at someone who uses PAT0 for, like, eye animation, such as Ness. The steps are pretty much:

-Import each individual frame as a separate texture, each named something different (e.g. "frame1," "frame2," etc)
-Set up the PAT0 so that it references the material that belongs to your object
-Make sure the texture reference is changing the right texture (only if you have more than one texture on the object, if you only have one then just keep it as Texture0)
-Under the texture reference, add a new entry for each frame
-Change the frame index for each entry to alter the time in between frames
-Make sure Loop is set to True and you should be good to go

Uh... half of what you said sounded greek to me, I never messed with PAT0 ever :P

Would it work with any model I happen to choose?


Title: Re: Animated textures?
Post by: Gamma Ridley on June 19, 2014, 02:41:19 PM
Any model you want. All animation formats pretty much work with any model. Except maybe SHP0, but no one hardly ever uses that for anything.


Title: Re: Animated textures?
Post by: Ricky (Br3) on June 19, 2014, 02:44:06 PM
I see. I've been looking into stages that use PAT0 and I may have figured it out a bit.

However, if there's any link to PAT0 animated textures I really would like to take a look...


Title: Re: Animated textures?
Post by: Gamma Ridley on June 19, 2014, 02:49:41 PM
http://forums.kc-mm.com/index.php?topic=45632.0 (http://forums.kc-mm.com/index.php?topic=45632.0)


Title: Re: Animated textures?
Post by: Ricky (Br3) on June 19, 2014, 03:24:50 PM
Seems detailed enough! Thanks, I'll have a look :D