Next Page

how to use ww2ogg08 by Masherdude at 10:47 AM EDT on April 12, 2010
Hey guys,
I want to extract the saboteur sounds that are on my pc. But i can't seem to do it, the files are pck and all the software that i've tried doesn't seem to work.

The 'ww2ogg08' doesn't do anything when i click on it, it just flashes up a black box and disappears.

I have looked into some of the things such as vgm stream and software called Wwise for the saboteur game sounds. But none of it makes any sense and the tutorials don't make any sense to me. If any one can explain to me how to do this, it would be greatly appreciated.

Thanks
Ryan
by hcs at 11:56 AM EDT on April 12, 2010
ww2ogg is a command line program, it has no other user interface. Unfortunately there are also a few other things you need to do to get the files out of the .pck archives. aluigi has a QuickBMS script to extract stuff from .pck, but after that you also need to dig into that files to find the RIFF that ww2ogg actually deals with.

I wrote this up, but unfortunately it isn't going to help you until you have a .wav:
1. extract the ww2ogg.exe file (copy out of the ww2ogg08.zip)
2. right click the .exe, select Create Shortcut
3. right click the "Shortcut to ww2ogg.exe" file that's created, select Properties
4. Add --full-setup to the end of the Target field. For example, if it was originally:
"C:\Documents and Settings\Bozo\Desktop\ww2ogg.exe"
change it to:
"C:\Documents and Settings\Bozo\Desktop\ww2ogg.exe" --full-setup
5. Drag a wav onto the exe

Further unfortunately, you'll have to do this for each file. Maybe someone can put together a batch for you.
by arbingordon at 1:28 PM EDT on April 12, 2010
for %a in (*.wav) do ww2ogg --fullsetup "%a"
have all the wavs, and ww2ogg.exe in the same folder, then run that from the command prompt
(the current directory of which, is the one containing all the .wavs and ww2ogg.exe)
by Mouser X at 1:44 PM EDT on April 12, 2010
If he doesn't know what a command-line tool is, I doubt that he knows how to open the command prompt. To do every file in a directory, do the following:

1. Create a *.bat file (right-click, go to "new" and create a text file. It should open in "Notepad"). You'll have to make sure that when you save the file, it's saved as "<name>.bat" and not "<name>.bat.txt" (note: "<name>" can be replaced with any file name. Probably something like "convert"). If you can't see the extensions of the file names, then you won't be able to properly rename the batch file, unless you do it from the command prompt.

2. Inside the batch file (inside "convert.bat" if that's what you've named it), put in [FOR %%a in (*.wav) do ww2ogg --fullsetup "%%a"], excluding the "[]" characters. Save this (with the .bat extension, of course).

3. Put the *.bat file, and the ww2ogg.exe file in the directory with all of your *.wav files that you want to convert. Then, double-click the *.bat file, and it should run everything through the ww2ogg.exe program.

This should accomplish the task you're trying to go for. However, as HCS already mentioned, you're going to need to extract the *.wav files first before any of this is really useful. With that, I can't really help much. Sorry. Mouser X over and out.
QuickBMS by Masherdude at 4:24 PM EDT on April 12, 2010
I'm on QuickBMS but i don't think im finding the correct script for the program when i'm looking. I found one for QuickBMS that said pck next to it. But its exporting random 0000004f ect.. in a .DAT file format, i doesn't seem correct and its been going on for ages. When i try and open the files with Notepad i get aload of jibberish.

Ahhhhh, this is all very confusing. How can i get them as wav or mp3? and i can't even seem to export the 'Saboteur.pck' file in QuickBMS as i don't think i am using the correct script when it asks me for one.

???
by hcs at 4:29 PM EDT on April 12, 2010
What would be easiest is to find a program that extracts RIFF chunks, then run those through ww2ogg using the script Mouser describes.
Does anyone know a good RIFF extractor? I guess vgmtoolbox would fit the bill, but I couldn't walk you through using it.
QuickBMS by Masherdude at 4:41 PM EDT on April 12, 2010
okay i can try that but the thing is, When i open QuickBMS and it asks you to select a script i downloaded one from the aluigi site that said 'GunMetal (*.pck)' i used that one as it said pck like the saboteur one. Is this the correct script to be using and should the output be .DAT file. As im really unsure.

Thanks
by hcs at 5:11 PM EDT on April 12, 2010
No, that is not the right script. pck is a common extension, note that there are two others in that list, though none of them are for this game.
Here's the QuickBMS script for The Saboteur .pck on XeNTaX.

But again, this doesn't give the RIFF by itself, and ww2ogg doesn't support specifying an offset, so you won't be able to directly use the extracted files.
QuickBMS by Masherdude at 5:37 PM EDT on April 12, 2010
Okay i am now extracting the files from 'Saboteur.pck' using the script for the saboteur that i put into notepad and used. I have got all the files from the extraction now. They are all .DAT files, is this correct? if so what would be best to do now.

Thanks alot hcs for your help this far
QuickBMS by Masherdude at 5:40 PM EDT on April 12, 2010
No sorry, they are actually BKH files, is this correct? Some of them just show as microsoft wave sound format. Is this right? What next?

Next Page
Go to Page 0 1

Search this thread

Show all threads

Reply to this thread:

User Name Tags:

bold: [b]bold[/b]
italics: [i]italics[/i]
emphasis: [em]emphasis[/em]
underline: [u]underline[/u]
small: [small]small[/small]
Link: [url=http://www.google.com]Link[/url]

[img=https://www.hcs64.com/images/mm1.png]
Password
Subject
Message

HCS Forum Index
Halley's Comet Software
forum source