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 Return to Monkey Island #2

Closed JanFrederick00 closed 1 year ago

JanFrederick00 commented 1 year ago

Hello there! Over the past few days I have implemented basic support for RtMI's .ggpack?? files into Thimbleweed Park Explorer. (New XOR Keys 256 + 65536 bytes long).

The GGDicts contained in this the .json files and RtMI's .yak files both seem to differ from the previous formats.

It would be nice if at least the ggpack tool could support RtMI - The new XOR-algorithm can be found here

(note that the Thimbleweed park explorer does not ship the XOR-keys and instead loads them from the game's executable.)

JanFrederick00 commented 1 year ago

Please see: #3