I recently played this great game for Playstation 2 and found that .BIN files contains an "fpk" header but it seems a proprietary format (I suppose it means "file PacKage"). I found a script on the forum but it doesn't work (99,9% sure the format is not the same as the supported one by the script tested).
I attach what should be the background music file (BGM.BIN) and a movie file (MOV00EU.BIN) with probably a proprietary subtitle file (MOV00EUS.BIN); is someone able to extract data from those archives ?



Game was released in 2004-2005.
DOWNLOAD
THANK YOU VERY MUCH for your attention !!!
EDIT: I figured out BGM.BIN format:
Each audio file starts with "SShd" string; you then skip 8 words to arrive to the SShd file size (little endian word - the word just after another string: "SSbd"). I have problem making a script which will just look for "SShd" header, size and extract all of the files contained in the .BIN, can someone help me please ?