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
Compressed textures
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Compressed textures
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
-
- Posts: 74
- Joined: Wed Mar 06, 2019 12:53 pm
Re: Compressed textures
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!