Would a tool for the text of this game be possible? The encoding of these files is LZO.
[PS2] King Kong Text .bin
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: [PS2] King Kong Text .bin
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
-
- Posts: 38
- Joined: Sat Jan 13, 2018 7:58 pm
Re: [PS2] King Kong Text .bin
aluigi 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
Thank you Aluigi!