The VG Resource

Full Version: Encrypted 3D models in mobile game
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I'm trying to extract a few 3D models from the mobile game Clash of Clans, what I did was I got the apk of the game, renamed it to a .zip, and extracted it, the 3D models are all in the sc3d folder.
But it's not that easy, all the models + animations are in the .glb format however to prevent people from just taking the models the devs replaced the first JSON chunk with a FLA2 chunk, therefore it's not possible to import these files into any 3D program because the files are unreadable. How can I make these files usable, or is that even possible?