(PS3) FolkLore
Posted: Tue Oct 26, 2010 3:56 am
Here is a bms script to extract the bin files.
Code: Select all
endian big
open FDDE fht_ 0
open FDDE bin_ 1
get files asize
math files / 0x28
for i = 0 < files
getdstring name 0x20
get size long
get offset long
log name offset size 1
next i