The VG Resource

Full Version: .CCZ texture file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, how would I go about ripping textures from a .ccz file? I'm trying to rip the textures from Good Pizza, Great Pizza (Steam edition) and I can't find anything about the file type. I've tried TexturePacker but it only opens .pvr.ccz and that's not what the game uses. It's strictly .ccz for example Kitchen Topping ae#0.ccz. Anyone know of a program I can use to browse these files?

I've included a link to said file below.
https://www.mediafire.com/file/219b70aq9...0.ccz/file
I tried to rip the files from the iOS version tonight, but once I extracted my IPA file and got into the files it lead me to another dead end of .ccz files. Whatever that is I don't know how to extract the image files from it. If someone can enlighten me that'd be great.
Did you ever find a solution?
This case is tricky. Usually I would recommend this script https://github.com/bartlomiejduda/Tools/...script.bms
It works fine with games which use cocos2d engine without any custom modifications. If you know the correct key, you can just paste it in the script and decrypt data properly.

(by the way, keys can be fetched using this script and Frida --> https://github.com/bartlomiejduda/Tools/..._script.js)

Key for "Good Pizza, Great Pizza", for Android and PC is the same --> 0x2331eab9, 0x5680461b, 0x41987862, 0x5078818

But after decrypting, data still seems to be unreadable. Devs probably have implemented some additional layer of encryption.