![]() |
Encrypted 3D models in mobile game - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html) +---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html) +---- Thread: Encrypted 3D models in mobile game (/thread-42391.html) |
Encrypted 3D models in mobile game - DioriteTM - 01-27-2024 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? |