Captain Blood / Приключения Капитана Блада, .ssb sound archives

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
fignyafsyakaya
Posts: 14
Joined: Fri Jul 27, 2018 6:19 am

Captain Blood / Приключения Капитана Блада, .ssb sound archives

Post by fignyafsyakaya »

Here's the situation so far:

Each archive contains 2 tables: 1) with big-endian and 2) with little-endian byte order.

The first one leads to files with xma2-codec, the second one - to pcm-files.
Also, both tables involve "xwma"-files - after proper extraction they can be decoded through vgmstream.

At the moment I prepared a script ONLY for little-endian table with pcm-sounds; xma2-codec causes some issues that have not yet been resolved.
Last edited by fignyafsyakaya on Thu Oct 06, 2022 9:59 am, edited 1 time in total.
fignyafsyakaya
Posts: 14
Joined: Fri Jul 27, 2018 6:19 am

Re: Captain Blood / Приключения Капитана Блада, .ssb sound archives

Post by fignyafsyakaya »

UPD: Now, there are scripts for both tables. xma2-files need to be decoded through vgmstream as well as xwma-s.

"pcm"-script was faulty at some point: RIFFSIZE in xwma-files was incorrectly calculated.
It wouldn't cause trouble at decoding, but it could do that somewhere else. Anyway, it's fixed now.