Replies: 7 comments
-
It's not a "rigging" tool. It's a way to export animations called a "texture atlas" that is very memory efficient and space efficient. You can do it right now in adobe animate. |
Beta Was this translation helpful? Give feedback.
-
Texture Atlases are the spritesheets itself for the legacy stuff (and spritesheets in general). I am talking about how they animated recent stuff using separate assets as a 2D skeletal animation to make it seem like it's one asset instead of individual assets. An example of what I am saying is Plants vs Zombies. They are all animated skeletally in 2D using individual assets instead of having all of them be using Texture Atlases/spritesheets, pretty similar to the recent FNF stuff added |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You can already do that. Look in the source code, specifically at the characterdata.hx file, for more info. There's comments explaining what things do. In characters, you can use the rendertype "animateatlas" to use an animate atlas for a character. You can't use both spritesheets and atlases in one character yet though. |
Beta Was this translation helpful? Give feedback.
-
Adobe Animate Texture Atlases use JSON to specify individual symbols in an animation, along with an Animation.json to dictate how those symbols move. This is as opposed to the typical Sparrow sprite sheets, which use XML to specify entire frames of animation. Texture Atlases are much more efficient than Sparrow sheets when symbols are heavily reused, but cannot be generated by anything other than Adobe Animate and don't accurately display certain filters and blend modes when imported in game. You can instantiate an FlxAtlasSprite to play an Animate Atlas, or use AnimateAtlasCharacter to render a character in a song (see the Blazin' character data files for an example of how to do this). Future functionality will make it easier to mix and match sprite sheets and Atlases, and to use Atlases in stages. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much Mr. Eric, especially on how to do it. I can finally replace my Freeplay BF properly |
Beta Was this translation helpful? Give feedback.
-
Please check for duplicates or similar issues before asking your question.
What is your question?
Hi Funkin' Crew Inc. I just wanted to ask which tools did you guys use for rigging some 2D sprites like in Pico's game over, Blazin', BF in freeplay, and basically everything else that was added after Week 7. Maybe modders can use some of those tools to make future mods efficient and less storage-intensive. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions