Hi,
It's a 2D game.
I trying to decode this custom file format, it is not encrypted and does not seem compressed, just texts and others things.
This ".anm" file isn't related to any animation software I tested (3DsMax, some Animation Viewer named tools etc.)
I'm pretty sure it contains :
- Animations names, duration, location of Atlas images etc.
In the same folder of this file, we can find an "Atlas" folder with many images containing "object parts. Surely animated by the help of this ".anm" file.
File seems to be in little endian.
The files are very small but I don't know if QuickBMS is the right way to decode them.
Is QuickBMS the right tool to decode such file ?