Quote:
Originally Posted by wareck
DyingLightTheBeast.bms
Code:
endian little
goto 0x90
get FILES long
goto 0xA0
get TABLE_OFFSET long
goto TABLE_OFFSET
for i = 0 < FILES
getdstring NAME 0x80
get CRC long
get DUMMY long
get OFFSET longlong
get SIZE longlong
if NAME == ""
string NAME p= "%08d" i
endif
string NAME += ".wem"
log NAME OFFSET SIZE
next i
|
For the "meta.aesp" file you have to use
WavExtractor (mesa doesn't work here) and rename extracted wav to wem.
If you're going to extract this file with provided bms script you end up with abouve bkhd header. In this case you have to use WavExtractor aswell but you have a second step.