There are fsbext and https://github.com/tmiasko/fsb-vorbis-extractor and https://github.com/HearthSim/python-fsb5, for extracting data from the .fsb files.
Is there any information anywhere on the format of the .bank files themselves, with the metadata? The quickbms script just skips to the FSB5 headers and doesn't do any parsing; everything else I've found just punts to the official fmod dlls.
FMOD bank file format
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: FMOD bank file format
Just scan them:
fsbext -o -1 file.fsb
fsbext -o -1 file.fsb
-
- Posts: 2
- Joined: Wed Oct 14, 2020 11:03 pm
Re: FMOD bank file format
There is other metadata in the .bank file that isn't in the .fsb file. I want to extract that.