I wonder what is the comtype of this game. PPHD, PPTN, PPVAH, KSEF0130,... - maybe uncompressed TK5P, CMPS - some TK5P may uncompressed, but most of this type seems compressed
I suggest you to find the index file because it will make the whole work easier. A scanner must be just the last hope.
The compression scanner works at 100% when you know the exact compressed size of the input file. I tried it with a CMPS file but I had no good results.
aluigi wrote:I suggest you to find the index file because it will make the whole work easier. A scanner must be just the last hope.
The compression scanner works at 100% when you know the exact compressed size of the input file. I tried it with a CMPS file but I had no good results.
Unfortunately, in the USRDIR folder, there is only one file, Data.bin.
open FDSE "data.bin" open FDSE "boot.bin" 1 goto 0x3cb0b4 1 for OFFSET = 0 get SIZE long 1 if SIZE == 0 break endif log "" OFFSET SIZE math OFFSET + SIZE math OFFSET x 0x800 next
Regarding the compression used by the CMPS files, I don't know what should be their content. There is a certain huffman encoding (bcl_sf) that gives something like a bitmap, I mean just the output data in the hex editor and not a real image.
open FDSE "data.bin" open FDSE "boot.bin" 1 goto 0x3cb0b4 1 for OFFSET = 0 get SIZE long 1 if SIZE == 0 break endif log "" OFFSET SIZE math OFFSET + SIZE math OFFSET x 0x800 next
Regarding the compression used by the CMPS files, I don't know what should be their content. There is a certain huffman encoding (bcl_sf) that gives something like a bitmap, I mean just the output data in the hex editor and not a real image.