Users browsing this thread: 1 Guest(s)
A few soundpacks I need help with
#8
OK so towav can convert the files (scroll down a bit for the download link). I'm still really confused and curious as to why vgmstream has issues with them though.

Anyway, you can extract Snd.pak with this QuickBMS script:

Code:
# Whacked! PAK format
#
# Written by puggsoy
# script for QuickBMS http://quickbms.aluigi.org

idstring "SPPK"
get BASE_OFF long
get FILES long

for i = 0 < FILES
    getct NAME string 0x00
    get SIZE long
    get OFFSET long
    math OFFSET += BASE_OFF
    
    log NAME OFFSET SIZE
next i

And then convert them all using towav. A good way to do this is to put them in a subfolder of the towav directory (e.g. "foo") and then edit ConvertAll.bat to:

Code:
@towav.exe foo/*.*

That way all the converted files will end up outside the folder and separated from the originals.

Now to see if I can do anything about those other files.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Reply
Thanked by: Mystie


Messages In This Thread
A few soundpacks I need help with - by Mystie - 10-05-2014, 12:23 PM
RE: A few soundpacks I need help with - by senjen - 10-05-2014, 01:34 PM
RE: A few soundpacks I need help with - by Mystie - 10-05-2014, 02:30 PM
RE: A few soundpacks I need help with - by Mystie - 10-14-2014, 10:12 AM
RE: A few soundpacks I need help with - by senjen - 10-15-2014, 02:50 AM
RE: A few soundpacks I need help with - by puggsoy - 10-15-2014, 08:29 PM
RE: A few soundpacks I need help with - by Mystie - 10-15-2014, 09:07 PM
RE: A few soundpacks I need help with - by Mystie - 12-11-2014, 11:36 PM
RE: A few soundpacks I need help with - by Mystie - 12-13-2014, 12:31 PM
RE: A few soundpacks I need help with - by Mystie - 12-15-2014, 06:52 PM
RE: A few soundpacks I need help with - by Mystie - 12-15-2014, 09:48 PM

Forum Jump: