Supporter wq223 Posted April 16 Supporter Posted April 16 55 minutes ago, Jenny1367 said: Thanks for the update! Wondering if you know any tools to properly read them tho? >< Skeleton data are depth-first traversed structures and you need to parse their binary files to build tree files There are four versions of animation files. Compression type 4 is bit compression. They have a fixed magic number head. The problem is that I lack research on animation files and am not sure what the structure of the compressed data is. For other types, although I fully understand their structure, it is difficult for me to write a script.
Jenny1367 Posted April 16 Posted April 16 (edited) 26 minutes ago, wq223 said: Skeleton data are depth-first traversed structures and you need to parse their binary files to build tree files There are four versions of animation files. Compression type 4 is bit compression. They have a fixed magic number head. The problem is that I lack research on animation files and am not sure what the structure of the compressed data is. For other types, although I fully understand their structure, it is difficult for me to write a script. got it, thanks for replying! Edited April 16 by Jenny1367
Supporter wq223 Posted April 24 Supporter Posted April 24 Completed animation construction for other versions for the first time, currently doing binary analysis on compression type 4
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now