Jump to content

Recommended Posts

Posted

Excuse me, but I’m looking for a quickBMS script that allows access to .GSB files. There was one on XenTAX before it closed down, but I can’t access it now. That’s why I’m asking for it here and now because an associate of mine it trying to access the sound files for “Star Wars: The Clone Wars - Lightsaber Duels” on the Wii, and also that I want to access the sound files for the Wii version of “Star Wars: The Force Unleashed” as well. I’m hoping someone will reupload it so that we can get to work on it.

  • ikskoks changed the title to quickBMS script for GSB files
  • 3 months later...
  • 1 year later...
Posted

Has anyone tried this in a .txth file?:

codec = DSP
sample_rate = @0x4c:BE$2
channels = @0x06:BE$2
start_offset = 0x80
num_samples = data_size
coef_offset = 0x52
coef_endianness = BE

Posted

codec = DSP
sample_rate = @0x4C:BE$2
channels = 1
data_size = @0x48:BE
coef_offset = 0x52
coef_spacing = 0
coef_endianness = BE

start_offset = 0x80
num_samples = data_size

Yes, I used it.
And I also tried another version.

codec = DSP
sample_rate = @0x4c:BE$2
channels = @0x06:BE$2
start_offset = 0x80
num_samples = data_size
coef_offset = 0x52
coef_endianness = BE

https://hcs64.com/mboard/forum.php?showthread=8687&showpage=242


sfx_Global.gsb

the file weighs more than 2 megabytes but has zero duration. It seems this file is deceiving me 😃

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...