Donkey Kong Country: Tropical Freeze WiiU audio formats by Alpha23 at 11:38 AM EDT on August 11, 2015
Hi guys!
I've just written a little script to extract the pak files of the game:

idstring "RFRM"
endian big
goto 0x54
for
    get ZERO long
    if ZERO != 0
        cleanexit
    endif
    get SIZE long
    getDstring TYPE 4
    get CRC long
    get UNK1 long
    get UNK2 long
    get UNK3 long
    get ZERO long
    get OFFSET long
    math OFFSET += 0x14
    math SIZE -= 0x14
    get NAME basename
    string NAME p= "%s/%s_0x%08x.%s" TYPE NAME CRC TYPE
    log NAME OFFSET SIZE
next

Now, the audio files are in a format that isn't yet supported by vgmstream but apparently it's just a Wii ADPCM header variant: http://www.multiup.org/download/b22246884973dd0af6fb99d4179aa7dd/csmp.7z
Is anybody interedted in this?

edited 4:50 PM EDT August 11, 2015
by MurraySkull at 11:42 PM EDT on August 11, 2015
I would, as I suspect that the 8 MB file might contain the missing stage clear theme.
by Alpha23 at 12:19 AM EDT on August 12, 2015
I just noticed that my script is wrong. I've created a topic on zenhax for this: http://zenhax.com/viewtopic.php?f=9&t=1270


Go to Page 0

Search this thread

Show all threads

Reply to this thread:

User Name Tags:

bold: [b]bold[/b]
italics: [i]italics[/i]
emphasis: [em]emphasis[/em]
underline: [u]underline[/u]
small: [small]small[/small]
Link: [url=http://www.google.com]Link[/url]

[img=https://www.hcs64.com/images/mm1.png]
Password
Subject
Message

HCS Forum Index
Halley's Comet Software
forum source