The VG Resource

Full Version: (PS3) Examu fighting games rip help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
All right guys! I need a big help from any of you!
How to rip .ac9 .pil .pal .itd .pmt and .fpk files?

https://drive.google.com/drive/folders/1...UDtlhf6vjB
fpk is for sounds.

BMS extract:
Code:
# Fpk banks

get ENTRIES long
get FNTB long
get FNTBSZ long
for i = 0 < ENTRIES
    get OFFSET long
    get SIZE long
    savepos CUR_OFF
    goto FNTB
    getdstring NAME 0x10
    savepos FNTB
    goto CUR_OFF
    log NAME OFFSET SIZE
next i

extracts adpcm wavs.
Thanks! But the files I extracted are not properly named and the sound files doesn't play at all! Can you fix it?

https://drive.google.com/open?id=1XEN1Rb...eiQxI4A7Jo