Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Ninja storm 2 .bnsf/.xma sound files

Get help on any and all audio formats, or chip in and help others!
Post Reply
pioneer
n00b
Posts: 13
Joined: Mon Jan 25, 2010 3:28 pm
Been thanked: 6 times

Ninja storm 2 .bnsf/.xma sound files

Post by pioneer »

The contents of this post was deleted because of possible forum rules violation.
hcs
mega-veteran
mega-veteran
Posts: 263
Joined: Sun Oct 18, 2009 9:41 pm
Location: Portland, OR
Has thanked: 3 times
Been thanked: 79 times
Contact:

Re: Ninja storm 2 .bnsf/.xma sound files

Post by hcs »

The PS3 version seems to work fine for me in vgmstream as far back as r931, make sure you're getting a recent version from http://hcs64.com/files/vgmstream/

The XMA starts at 0x100, you can extract this either with

Code: Select all

xma_test infile.xma -o 0x100 -r outfile.xma
(xma_test is in xma_parse at http://hcs64.com/vgm_ripping.html) or just cutting off the first 0x100 bytes. Then prepend a mono header (such as http://hcs64.com/files/xma_header_mono.zip) and it should covert ok with towav.


I AM INVINCIBLE!
pioneer
n00b
Posts: 13
Joined: Mon Jan 25, 2010 3:28 pm
Been thanked: 6 times

Re: Ninja storm 2 .bnsf/.xma sound files

Post by pioneer »

Trying test.exe did convert them into playable .wav. Strange that the winamp plugin wouldn't work for me

Thanks for the answer on how to convert both
hcs
mega-veteran
mega-veteran
Posts: 263
Joined: Sun Oct 18, 2009 9:41 pm
Location: Portland, OR
Has thanked: 3 times
Been thanked: 79 times
Contact:

Re: Ninja storm 2 .bnsf/.xma sound files

Post by hcs »

It's probably just that these sounds are all very short, and the output plugin (or maybe the vgmstream plugin's interface with the output plugin?) didn't handle < 1 second files very well.
Post Reply