Hyrule Warriors Legends LINKDATA.bin/idx

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
einstein95
Posts: 64
Joined: Tue Sep 08, 2015 11:27 am

Hyrule Warriors Legends LINKDATA.bin/idx

Post by einstein95 »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Hyrule Warriors Legends LINKDATA.bin/idx

Post by aluigi »

Code: Select all

open FDDE "idx"
open FDDE "bin" 1
get FILES asize
math FILES / 8
for i = 0 < FILES
    get SIZE Long
    math SIZE & 0x00ffffff
    get OFFSET long
    if SIZE != 0
        log "" OFFSET SIZE 1
    endif
next i
Probably the SARC files can be extracted with the splatoon_sarc.bms script

*update* 30 jan 2017
einstein95
Posts: 64
Joined: Tue Sep 08, 2015 11:27 am

Re: Hyrule Warriors Legends LINKDATA.bin/idx

Post by einstein95 »

Thanks, it works perfectly!