The VG Resource

Full Version: Malice Voicelines
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello! 
Me and a mutual have been trying to export files from the 2004 game Malice, one file type that has been stumping us is "Riff" files, they're under "RIFFt WAVSfmt" which we believe are voice lines, would there be any simple converters for Riff that doesn't use batch command? The files are stored in PKGs for the Xbox version btw.
Hey! Just looking at this header, it looks like a regular ol' WAV file to me. Could you upload some samples for me to test? Thank you!
(05-07-2024, 11:09 PM)applecuckoo Wrote: [ -> ]Hey! Just looking at this header, it looks like a regular ol' WAV file to me. Could you upload some samples for me to test? Thank you!

Sorry for the late response, here's the example files (They're taken from the "Beach Malice" PKG from the player files): https://www.mediafire.com/file/aiacnp71p...g.zip/file
Hello again! I took a look at the files and as I thought, it's very WAV-like. The fmt chunk seems to be the same as a typical WAV file except for the two codec bytes which determine the codec. Those bytes are 0x0069 which stand for... [checks notes] a weird old obsolete codec seemingly called 'Voxware Byte Aligned'. There's virtually nothing about Voxware except for a few fishy Windows files and their dead patents. There's also a non-standard 'flag' chunk in the file, and the chunk that contains the sound data is curiously labeled 'data' instead of the regular 'strm'.

Anyways, the best place to go at this point would probably be the ResHax forum (in my signature). If anyone's curious, all of the Voxware patents are available on Google Patents. They're all expired so it's safe to work on them.