View Single Post
  #13  
02-28-2015, 12:35 PM
SligValet's Avatar
SligValet
Sniper Wasp
 
: Apr 2007
: Sweden
: 251
Rep Power: 19
SligValet  (79)

:
I also used that quickbms to extract the .bnk music files but that didn't work either. I used Quickbms to get the "music.bkm" file, got all the music (.wav files which couldn't be opened), tried that "for %%f in (*.wav)" and they didn't get converted.
Using the cmd line script with QuickBMS from the Bioware forums thread linked, it complains about a disk space error at the end when trying to extract any .bnk from the game... I have 12.6gbs of free disk space

:
for i = 1
   FindLoc OFFSET STRING "WAVEfmt" 0 ""
   if OFFSET != ""
      math OFFSET -= 8
      goto OFFSET
      FindLoc DATA STRING "data" 0 ""
      math DATA += 4
      goto DATA
      get SSIZE long
      savepos HEADER
      math HEADER -= OFFSET
      set SIZE HEADER
      math SIZE += SSIZE
      get NAME basename
      string NAME += "_"
      string NAME += i
      string NAME += ".wav"
      log NAME OFFSET SIZE
   else
      cleanexit
   endif
next i
The error:
:
Error: Impossible to write 0xfffffed0 bytes 
Check your disk space

Last script line before the error or that produced the error:
18 log NAME OFFSET SIZE
__________________
Professional Lurker

Reply With Quote