is there a way to extract all the blood sound and music ?
please tell me
Escorter at
Sure. You should use the BARF tool. It's in the official Blood tools.
memsys at
barf ???
Escorter at
Blood Archived Resource File extractor, I think.
You can get the Blood tools here: http://rtcm.thecomitatus.com/knowledge-base/downloads-rtcm/blood-tools/
memsys at
how ho i use them ?
Escorter at
Read the documentation included with the tools. Or start BARF from the DOS prompt without any parameters, and it will show some help.
memsys at
i need some info on the sound files can some one help me ?
Escorter at
Maybe... What's your problem?
memsys at
well i want to convert them from .raw to .wav i have a program caled gold wave that can do that but to get the best result i need info about the blood sound files :?
memsys at
i need info of how many bits mono\stereo Hz rate
JonoF at
Well, all Blood's 'RAW' sounds are 8bit mono files with either an 11025Hz or 22050Hz sample rate. The trick is working out which sample rate to use. That can be done by opening up the .SFX file corresponding to the RAW in question and looking at byte 12. If it's 5, it's 22050Hz, and if it's 1, it's 11025Hz. But since I'm lazy I wrote myself a quick program to interpret that value for each .SFX file, and here's the result: http://jonof.edgenetwork.org/misc/bloodrates.txt
Jonathon
memsys at
Thanks for taking the time to help me Jono :D this is gonna save me so much time :)