I would like to request some help with the Linkdata.bin / idx files found in the "eur update 1.6" for hyrule warriors legends (3ds).
The script provided here: viewtopic.php?t=2037
Code: Select all
open FDDE "idx"
open FDDE "bin" 1
get FILES asize
math FILES / 8
for i = 0 < FILES
get SIZE Long
get OFFSET long
if SIZE != 0
log "" OFFSET SIZE 1
endif
next i
Does not work quite correctly, it decompresses but produces 13.7GB of "uncompressed" data which obviously can't be correct since the original file only has about ~200MB.
The dumped Linkdata.bin and idx can be found here:
https://drive.google.com/file/d/0B3uHoR ... sp=sharing
Please, anyone able to take a look over it?
Many thanks in advance.