07-18-2015, 03:33 AM
Here's a QuickBMS script to turn the .bytes files into OGGs:
Put this into a text file and give it the extension .bms, then you can use QuickBMS to convert them. Put the files you want to convert in a folder and choose that as the input.
Code:
get NAME basename
string NAME += ".ogg"
get SIZE asize
math SIZE -= 0x120
log NAME 0x120 SIZE
Put this into a text file and give it the extension .bms, then you can use QuickBMS to convert them. Put the files you want to convert in a folder and choose that as the input.