Club Penguin: Game Day! (COMP) compression?

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
wertercatt
Posts: 4
Joined: Wed Nov 29, 2017 6:36 pm

Club Penguin: Game Day! (COMP) compression?

Post by wertercatt »

This Wii game compresses code (written in the Squirrel programming language) using a format with a magic number of 43 4F 4D 50 (COMP).
comtype_scan2 hasn't given me any good results.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Club Penguin: Game Day! (COMP) compression?

Post by aluigi »

Code: Select all

comtype lz77wii
idstring "COMP"
savepos OFFSET
get SIZE asize
math SIZE - OFFSET
get NAME basename
clog NAME OFFSET SIZE SIZE