View Single Post
  #12  
Old 19-10-2025, 05:54
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,335 Times in 2,837 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by wareck View Post
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.
__________________
Haters gonna hate
Reply With Quote
The Following User Says Thank You to KaktoR For This Useful Post:
wareck (25-10-2025)