3
« on: January 05, 2017, 09:01:27 pm »
Hey there, I have a really simple question I couldn't find an answer for.
How up to date is the .an8 file format specification document? The date in the file is super old, relative to the changes that anim8or has been undergoing recently.
If it is out of date, what are the chances of getting some documentation of the new "chunks" available if any?
I am planning on writing a format translator to be able to convert an8 files to be used in my game engine, supporting the needed features. And I would prefer to implement the most recent spec available. I do understand from the file format, it is extremely backward and forward compatible. I want to make sure that I account for any new features which might affect the design of my parser.
Thanks,