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

Sonic & All-Stars Racing Transformed

Get help on any and all audio formats, or chip in and help others!
Post Reply
brendan19
ultra-veteran
ultra-veteran
Posts: 389
Joined: Thu Aug 12, 2010 8:15 am
Has thanked: 54 times
Been thanked: 93 times

Sonic & All-Stars Racing Transformed

Post by brendan19 »

So I managed to extract the files from the SoundBanks.pck archive. However ww2ogg does not recognize the chunk type.

I will PM a file if anyone is interested :)
Arymond
advanced
Posts: 54
Joined: Sun Feb 12, 2012 12:49 am
Has thanked: 6 times
Been thanked: 1 time

Re: Sonic & All-Stars Racing Transformed

Post by Arymond »

Oh, Well I was going to Ask about this Weird "RIFX" Format too :P but
I don't think I'm allowed to post samples anymore ):, Is it a XWMA or a XMA? i dont see why there sint jsut support for like some Winamp Plug-in namly VGMStream! for XMA Overall that is
brendan19
ultra-veteran
ultra-veteran
Posts: 389
Joined: Thu Aug 12, 2010 8:15 am
Has thanked: 54 times
Been thanked: 93 times

Re: Sonic & All-Stars Racing Transformed

Post by brendan19 »

It uses XMA but there's also RIFX headers that don't have an XMA flag so I think there might be a secondary codec being used as well but I can't be 100% certain.
!!!!!
advanced
Posts: 40
Joined: Mon Jun 22, 2009 1:55 am
Has thanked: 25 times
Been thanked: 8 times

Re: Sonic & All-Stars Racing Transformed

Post by !!!!! »

I'm not sure if this will work for the 360 version but for the PS3 but I extracted the .oggs (.wavs) from the streamsmulti.pck file using aluigi's Darksiders II BMS script.

Code: Select all

# DarkSiders II PCK archives
# script for QuickBMS http://quickbms.aluigi.org

endian big
idstring "AKPK"
goto 0x20
get DUMMYSZ long
getdstring DUMMY DUMMYSZ
get FILES long
for i = 0 < FILES
    get NAME_CRC long
    get ALIGNSZ long
    get SIZE long
    get OFFSET long
    get DUMMY long
    math OFFSET *= ALIGNSZ
    log "" OFFSET SIZE
next i
Following I used ww2ogg with the "packed_codebooks_aoTuV_603" switch and finally revorb to have playable oggs.
MrYeah
ultra-n00b
Posts: 5
Joined: Mon Mar 11, 2013 10:42 am
Has thanked: 2 times
Been thanked: 1 time

Re: Sonic & All-Stars Racing Transformed

Post by MrYeah »

This script doesn't work for PC version.

Code: Select all

QuickBMS generic files extractor and reimporter 0.5.17b
by Luigi Auriemma
e-mail: [email protected]
web:    aluigi.org

- open input file D:\Steam\SteamApps\common\Sonic & All-Stars Racing Transformed
\Data\sound\StreamsMulti.pck
- open script darksiders2_pck.bms
- set output folder C:\tmp\sonic

  offset   filesize   filename
------------------------------

- 0 files found in 1 seconds
  coverage file 0    30%   201326604  664273022
The files are in RIFF WAVE format. The value of wFormatTag is 0x4220.
Edit: I solved the problem myself.
Post Reply