Using this default script:
Code: Select all
for OFFSET = 0
    goto OFFSET
    findloc OFFSET string "FSB5"
    goto OFFSET
    getdstring FSB_SIGN 4   # FSOUND_FSB_HEADER_FSB5 (fsb.h)
    get version long
    get numsamples long
    get shdrsize long
    get namesize long
    get datasize long
    xmath SIZE "0x3c + shdrsize + namesize + datasize"
    log "" OFFSET SIZE
next OFFSET + SIZE
In the case of the attached file, only extracts a "00000000.fsb" of about 328kb which once extracted is only 4 sound files, 2 rev limiter files and 2 idle engine sound files. Anyone know of any way to get it to extract the FULL .FSB with all the files? If we can get some, I'm sure we can get the rest somehow
Many thanks in advance.