FSBext - FSB files extractor

Do you know a tool, link or website for working on a specific game files or to help game research? Let's collect them here!
LBPPlayer7
Posts: 23
Joined: Mon Jul 17, 2017 10:36 am

Re: FSBext - FSB files extractor

Post by LBPPlayer7 »

wait, I got seamless looping by concatenating the mp3 with itself

MPEG is weird, man
LBPPlayer7
Posts: 23
Joined: Mon Jul 17, 2017 10:36 am

Re: FSBext - FSB files extractor

Post by LBPPlayer7 »

an option to perhaps automate the process of concatenating the MP3 with itself, decoding that and outputting the latter half of the decoded PCM to a WAV file could help (with multichannel subsounds recombined into a single file)?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: FSBext - FSB files extractor

Post by aluigi »

Maybe you can just post once you have updates rather than posting every 30 seconds, it starts to be difficult to follow this topic.
spiritovod
Posts: 719
Joined: Sat Sep 28, 2019 7:00 pm

Re: FSBext - FSB files extractor

Post by spiritovod »

[not a sarcasm] I heard some rumors that you can edit your own posts (even on discord, no kidding), but it seems too complicated. It's like you need to find "edit" or "modify" button somewhere and then click on it... and then do stuff... and then click again... too bothersome.[/not a sarcasm]

Jokes aside, on most forums such posting manner is usually prohibited and leads to warning and in case of further escalation to a ban.
LBPPlayer7
Posts: 23
Joined: Mon Jul 17, 2017 10:36 am

Re: FSBext - FSB files extractor

Post by LBPPlayer7 »

Yeah I have a bad habit of doing that because I mainly use Twitter, which doesn't have an edit button for anything for some stupid reason
LBPPlayer7
Posts: 23
Joined: Mon Jul 17, 2017 10:36 am

Re: FSBext - FSB files extractor

Post by LBPPlayer7 »

Ok so now for a proper bug

whenever I extract the raw data (for transferring it from an FSB4 to an FSB5) out of a bank with a single stereo pair ( https://mega.nz/file/79hwnAoI#CrWzr-t6a ... yC5vJXDrgw ), the output seems to be skipping every second frame or so

my command is fsbext -s .\fsb4\%bankNoExt%.dat -m -d .\fsb4\%bankNoExt% -R .\fsb4\%bank%, where %bank% is the bank's filename, and %bankNoExt% is %bank% minus the extension. -m has to be there otherwise the fsb5 is malformed and won't play correctly

It works perfectly fine with multichannel banks though ( https://mega.nz/file/rkxwVS6S#CrPME8OWS ... IEi1-NcUKs )
LBPPlayer7
Posts: 23
Joined: Mon Jul 17, 2017 10:36 am

Re: FSBext - FSB files extractor

Post by LBPPlayer7 »

Another bug after half a year:

it seems to read too many frames in multifile banks with mp3 encoding on any file that isn't the last, making the start of the next file be heard at the end of the previous