fzipp / gg

A set of command line tools and Go packages to work with Thimbleweed Park data files.
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Support for reading / extracting RtMI's .ggpack-files and ggdicts #3

Closed JanFrederick00 closed 1 year ago

JanFrederick00 commented 1 year ago

Hello, I have modified the program to open Return to Monkey Island's .ggpack*-files and to decode the changes in the ggdict-format. (Note: first time working with go.)

The other tools may still need changes, and packing new ggpacks / ggdicts are not yet implemented.

fzipp commented 1 year ago

Thanks for looking into this and for providing an implementation. This works, so I'm going to merge it. I'll probably refactor some parts later, but it's a good starting point.