WerWolv / EdiZon_CheatsConfigsAndScripts

The official EdiZon Editor Config and Editor Script repository.
464 stars 260 forks source link

Added script and configuration for Donkey Kong: Tropical Freeze #49

Closed kindofblues closed 5 years ago

kindofblues commented 5 years ago

Some information:

  1. Save file is big-endian, as such getValueFromSaveFile() & setValueInSaveFile() have been modified accordingly.
  2. Save file is always 0x40000 bytes in size, where the first 4 bytes are the CRC32 of [0x04 .. 0x40000], see setChecksum() in dktf.lua.

This has been tested only with Slot 1 of the save file and thus the beta status. My intention is to add the rest of the items of the inventory at some point.

WerWolv commented 5 years ago

Looking good. Thanks a lot :)