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

Resident Evil Operation Raccoon City WAV sounds

Get help on any and all audio formats, or chip in and help others!
Nemesiscv
n00b
Posts: 10
Joined: Mon Mar 19, 2012 9:16 am
Has thanked: 1 time
Been thanked: 3 times

Resident Evil Operation Raccoon City WAV sounds

Post by Nemesiscv »

Hi !

So I'm still with REORC (If some of you saw my thread in the Game Archives forum) and now with the sound.
There is one huge .pck file, called "streamed.pck". I extract the files in it with Ravioli, and I have many WAV that won't play.
I know you're thinking "Convert them to OGG with ww2ogg". But I tried, and it convert it into a OGG file... And it's doesn't work neither.
I tried Audacity, open the WAV, the OGG, impart them as RAW but I just have some noise.

So I've uploaded a sound file and I hope you guys might help me ! :)

Code: Select all

http://www.mediafire.com/?v81058tk1l1f995
Best,

Nemesiscv
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: Resident Evil Operation Raccoon City WAV sounds

Post by hcs »

Man I am going to get tired of saying this.
You need to use the new codebooks, instead of

Code: Select all

ww2ogg.exe streamed_00008431.wav
do

Code: Select all

ww2ogg.exe --pcb packed_codebooks_aoTuV_603.bin streamed_00008431.wav
This is mentioned in the readme, fwiw.
Nemesiscv
n00b
Posts: 10
Joined: Mon Mar 19, 2012 9:16 am
Has thanked: 1 time
Been thanked: 3 times

Re: Resident Evil Operation Raccoon City WAV sounds

Post by Nemesiscv »

Hi ! Thanks for you answer ! I've been searching for a long time and I'm so sorry I did saw your message.

But since I'm a total noob, I don't understand what I have to do... :/
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: Resident Evil Operation Raccoon City WAV sounds

Post by hcs »

How did you run ww2ogg? Since you didn't recognize the command line, I'll assume you just dragged and dropped the file onto it. You can make a .bat that runs the .exe with any files you drop onto it.

Create a text file with Notepad with the following text:

Code: Select all

cd "%~dp0"
:getfile
if "%~1"=="" goto end
ww2ogg.exe --pcb packed_codebooks_aoTuV_603.bin "%~1"
shift
goto getfile
:end
Save it as ww2ogg.bat in the same folder as ww2ogg.exe, you can then drop files (but not folders) onto the .bat and it should convert them correctly.

I haven't tested this but it's based on other things I've slapped together, if it doesn't work let me know.
Nemesiscv
n00b
Posts: 10
Joined: Mon Mar 19, 2012 9:16 am
Has thanked: 1 time
Been thanked: 3 times

Re: Resident Evil Operation Raccoon City WAV sounds

Post by Nemesiscv »

It does work perfectly ! Thank you so much !!! :D

Thank you and sorry for asking it again !

I think someone should make a sticky topic about that !
MiLØ
veteran
Posts: 114
Joined: Sun Dec 11, 2011 8:00 am
Has thanked: 36 times
Been thanked: 20 times

Re: Resident Evil Operation Raccoon City WAV sounds

Post by MiLØ »

Just to confirm - RavioliGameTools didn't give you the actual file names, did it?
If not, than I guess as of right now there's no known way to extract streamed.pck the "right way".
Sorry for offtop.
Nemesiscv
n00b
Posts: 10
Joined: Mon Mar 19, 2012 9:16 am
Has thanked: 1 time
Been thanked: 3 times

Re: Resident Evil Operation Raccoon City WAV sounds

Post by Nemesiscv »

Ravioli did gave me the right name. I fully extract nearly 50 000 sounds from the archives and found all the sounds from the Spec Ops DLC coming soon haha
MiLØ
veteran
Posts: 114
Joined: Sun Dec 11, 2011 8:00 am
Has thanked: 36 times
Been thanked: 20 times

Re: Resident Evil Operation Raccoon City WAV sounds

Post by MiLØ »

That's good news. Can you specify what are the steps to get the file names?
I ran the RExtractor.exe and it didn't recognize pck format, so I did RExplorer.exe and it found a gazillion of WAVs.
Nemesiscv
n00b
Posts: 10
Joined: Mon Mar 19, 2012 9:16 am
Has thanked: 1 time
Been thanked: 3 times

Re: Resident Evil Operation Raccoon City WAV sounds

Post by Nemesiscv »

Actually the WAV does not have real names... Just numbers.
MiLØ
veteran
Posts: 114
Joined: Sun Dec 11, 2011 8:00 am
Has thanked: 36 times
Been thanked: 20 times

Re: Resident Evil Operation Raccoon City WAV sounds

Post by MiLØ »

:facepalm:
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

Re: Resident Evil Operation Raccoon City WAV sounds

Post by Gh0stBlade »

How are people getting the .wav files because when i try drop my wav files in .bat it's not working.
Click the thanks button if I helped!
MiLØ
veteran
Posts: 114
Joined: Sun Dec 11, 2011 8:00 am
Has thanked: 36 times
Been thanked: 20 times

Re: Resident Evil Operation Raccoon City WAV sounds

Post by MiLØ »

C00L12345 wrote:How are people getting the .wav files because when i try drop my wav files in .bat it's not working.
1) Run Ravioli (RExplorer.exe) on streamed.pck, scan and extract WAV files.
2) Put that .bat in the same folder with ww2ogg.exe, now drag-and-drop WAVs onto .bat will convert them to .Ogg,
Playable in foobar2000.

Worth a note, that ww2ogg.exe could not convert more than 20 (or something like that) WAVs at a time, at least for me.
Gh0stBlade
Moderator
Posts: 719
Joined: Mon Jul 05, 2010 8:55 pm
Has thanked: 20 times
Been thanked: 496 times

Re: Resident Evil Operation Raccoon City WAV sounds

Post by Gh0stBlade »

MiLØ wrote:
C00L12345 wrote:How are people getting the .wav files because when i try drop my wav files in .bat it's not working.
1) Run Ravioli (RExplorer.exe) on streamed.pck, scan and extract WAV files.
2) Put that .bat in the same folder with ww2ogg.exe, now drag-and-drop WAVs onto .bat will convert them to .Ogg,
Playable in foobar2000.

Worth a note, that ww2ogg.exe could not convert more than 20 (or something like that) WAVs at a time, at least for me.
Then what about those BNK containers? i used a quickbms to give me wav files but i can't get anything off them
Click the thanks button if I helped!
Nemesiscv
n00b
Posts: 10
Joined: Mon Mar 19, 2012 9:16 am
Has thanked: 1 time
Been thanked: 3 times

Re: Resident Evil Operation Raccoon City WAV sounds

Post by Nemesiscv »

Ravioli will help you to extract the sounds from the PCK file.

If anyone want, I uploaded the music on my website :

Code: Select all

http://downloads.ultimate-re.com/ost/Best%20of%20Resident%20Evil%20Operation%20Raccoon%20City%20Soundtrack%20Rip.rar
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: Resident Evil Operation Raccoon City WAV sounds

Post by hcs »

That's cool, but why are they all mono while the original data was stereo?

I'd suggest just using the original converted oggs to avoid introducing any more loss into the data. If you do that, you should run revorb on the oggs, which you can find here: http://www.hydrogenaudio.org/forums/lof ... 64328.html
That way it will run in as many players as possible.
Post Reply