How to translate the files of a game
Joao13_BR
Posts: 38 Joined: Sat Jan 13, 2018 7:58 pm
Post
by Joao13_BR » Fri Jan 11, 2019 11:27 am
Would a tool for the text of this game be possible? The encoding of these files is LZO.
aluigi
Site Admin
Posts: 12984 Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi » Mon Jan 14, 2019 1:02 pm
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
Joao13_BR
Posts: 38 Joined: Sat Jan 13, 2018 7:58 pm
Post
by Joao13_BR » Tue Jan 15, 2019 11:01 am
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!