Captain Toad: Treasure Tracker BFSTM

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Captain Toad: Treasure Tracker BFSTM

Post by Mygoshi »

Hello,

I wanted to decode the music of this game... Could someone help me?

Samples: (expired)

Thanks :)
Last edited by Mygoshi on Thu Feb 18, 2021 10:16 pm, edited 2 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Captain Toad: Treasure Tracker BFSTM

Post by aluigi »

Do you mean something like this?

Code: Select all

endian big
idstring FSTM
goto 0x10
get FILES short
get ZERO short
for i = 0 < FILES
    get DUMMY long
    get OFFSET long
    get SIZE long
    log "" OFFSET SIZE
next i
Mygoshi
Posts: 654
Joined: Mon Oct 27, 2014 1:49 pm

Re: Captain Toad: Treasure Tracker BFSTM

Post by Mygoshi »

Yes! Thanks!