Compressed textures

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
moonpaladin
Posts: 74
Joined: Wed Mar 06, 2019 12:53 pm

Compressed textures

Post by moonpaladin »

Hello! anyone can take a look at this compressed textures? Don't know exactly if are compressed with zlib, but could be. :(
https://www.mediafire.com/file/y90m2dhy ... s.zip/file
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Compressed textures

Post by aluigi »

Code: Select all

comtype lzma0
goto 0x10
get SIZE long
savepos OFFSET
get ZSIZE asize
math ZSIZE - OFFSET
get NAME basename
string NAME + ".pkm"
clog NAME OFFSET ZSIZE SIZE
I don't know what format is that PKM, maybe related to GrafX2?
moonpaladin
Posts: 74
Joined: Wed Mar 06, 2019 12:53 pm

Re: Compressed textures

Post by moonpaladin »

aluigi wrote:I don't know what format is that PKM, maybe related to GrafX2?

Thanks it worked really well! PKM texture can be opened with Mali texture tool!