Hi,Blazblue Continuum Shift II (from PSP) BGMs rip [MP3 - 320 kbps]. 92 tracks.MU link : http://www.megaupload.com/?d=VE6W7RR0If you prefer OGG or another format I can provide them.
aznperson569M said, June 23, 2011, 07:20:10 pmA quick question; How'd you rip these from the Iso?Required tools : UMDGen, Dragon Unpacker, Quickbms and Sony Soundforge.1/ Open the iso with UMDGen.2/ You will find a CVM image (bb.cvm) in USRDIR folder, extract the content of it with Dragon Unpacker.3/ You will get 32 AT3 files with WAV extension, convert them to AA3+ with Quickbms with the following script (save it as at3_to_aa3+.bms) :Code: idstring "RIFF"get SIZE asizeif SIZE == 0cleanexitendifgoto 0x14get CODEC shortif CODEC == 624cleanexitendifgoto 0x3cget INFO longFindLoc SIZE string "data" 0 ""math SIZE += 4goto SIZEget SIZE longsavepos DATAset MEMORY_FILE binary "\x65\x61\x33\x3\x0\x0\x0\x0\x7\x76\x47\x45\x4f\x42\x00\x00\x01\xc6\x00\x00\x02\x62\x69\x6e\x61\x72\x79\x00\x00\x00\x00\x4f\x00\x4d\x00\x47\x00\x5f\x00\x4c\x00\x53\x00\x49\x00\x00\x00\x01\x00\x40\x00\xdc\x00\x70\x00\x08\x00\x00\x00\x00\x00\x00\x4b\x45\x59\x52\x49\x4e\x47"putVarChr MEMORY_FILE 0x400 0x1334145 longputVarChr MEMORY_FILE 0x404 0xffff6000 longputVarChr MEMORY_FILE 0x420 INFO longget FIRST longputVarChr MEMORY_FILE 0x460 FIRST longmath DATA += 4math SIZE -= 4appendlog MEMORY_FILE DATA SIZEappendget NAME basenamestring NAME += ".aa3"math SIZE += 0x460log NAME 0 SIZE MEMORY_FILEgoto 0x5cgetdstring CUE 4if CUE == "smpl"get NAME basenamestring NAME += ".smpl"log NAME 0x5c 0x44endifgoto 0x58getdstring CUE 4if CUE == "smpl"get NAME basenamestring NAME += ".smpl"log NAME 0x58 0x44endifgoto 0x44getdstring CUE 4if CUE == "smpl"get NAME basenamestring NAME += ".smpl"log NAME 0x58 0x44endifgoto 0x48getdstring CUE 4if CUE == "smpl"get NAME basenamestring NAME += ".smpl"log NAME 0x58 0x44endif4/ Open the 32 AA3+ files with Soundforge and convert them like you want : WAV, MP3, OGG...