Page 1 of 1

Need help extracting sound from .str files

Posted: December 31st, 2016, 5:15 am
by terminator@
Hi,
I am trying to modify the .str files of the Dragon Ball GT Final Bout game to change the the character voices of the game to another language. The problem is that these .str are not the same type of format as other games: They're like a pack of sounds. I have tried using Xtractor .NET, quickbms and other programs, but I don't even know if the program is extracting correctly the .str files. And in the case I succeed on extracting them, I don't know how to repack the files because, as I said, it doesn't has the same structure as the majority of STR files. Does anyone know how to edit these .str files?
Here you have the .iso of the game:


Here is the iso
http://goo.gl/0ZMPqB

Re: Need help extracting sound from .str files

Posted: December 31st, 2016, 8:12 am
by Squaresoft74
You may try posting here.

Re: Need help extracting sound from .str files

Posted: February 24th, 2017, 12:30 pm
by terminator@
No one helped me in the end, could anyone help me? I have tried everything and there is no way pls

Re: Need help extracting sound from .str files

Posted: February 24th, 2017, 3:13 pm
by Shadow
STR files don't contain SPU based audio. It's all interleaved XA, so replacing it would consist of remaking the entire STR from scratch.

Re: Need help extracting sound from .str files

Posted: February 24th, 2017, 11:09 pm
by terminator@
Matt wrote:STR files don't contain SPU based audio. It's all interleaved XA, so replacing it would consist of remaking the entire STR from scratch.
but the str has not the same "shape" as the original one, it shows a lot of small files

plis

Re: Need help extracting sound from .str files

Posted: March 29th, 2017, 2:16 pm
by Shadow
I had a very quick look, and it seems it a custom format they've made. You'll have to write a tool yourself which will rip out the required data as most likely it's been packed with multiple STR segments.