bgbennyboy / Dinky-Explorer

An explorer/viewer/dumper tool for games using the Dinky engine. That's Return to Monkey Island, Thimbleweed Park and Delores.
35 stars 3 forks source link

Decrypt .yack files properly, GGDict to JSON #7

Closed JanFrederick00 closed 1 year ago

JanFrederick00 commented 1 year ago

This PR adds functionality to show the GGDict files in the preview panel (as JSON). It supports the new Vector data types but converts them to JSON as strings. I also updated the .Net-version of the project from 4.5 to 4.8 to use Newtonsoft.json doing that I also updated all the packages and got rid of at least one of them (Sysroot.BinaryData - replaced with the built-in BinaryReader).

This should build just fine - although I had to swap out the version of ILMerge since the installed one didn't work (at least for me).

bgbennyboy commented 1 year ago

You've got write access to the repository now so feel free to merge or check in whatever changes you like. You're doing amazing work :)