Posted January 30, 2015
Soundtrack in Cyberia is stored in blobs with many Creative Voice PCM files. To extract them you need to parse them properly.
But here is a quick extracting script (it ignores the format between headers, just matches data between "Creative" part of it), so it can be wrong at times.
https://gist.github.com/shmerl/9df260cfa157c2c86772
I might write a more proper extracting tool later.
But here is a quick extracting script (it ignores the format between headers, just matches data between "Creative" part of it), so it can be wrong at times.
https://gist.github.com/shmerl/9df260cfa157c2c86772
I might write a more proper extracting tool later.
Post edited January 30, 2015 by shmerl