Would a tool for the text of this game be possible? The encoding of these files is LZO.
Would a tool for the text of this game be possible? The encoding of these files is LZO.
Code: Select all
comtype lzo1x
get SIZE long
get ZSIZE long
savepos OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZEaluigi wrote:Not exactly sure about the format of the decompressed data but let's start to decompress it and maybe someone else would like to contribute:Code: Select all
comtype lzo1x
get SIZE long
get ZSIZE long
savepos OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE