Using the latest subversion build, I get the following error when trying to compress I Have No Mouth's sound files:
c:\games\ScummVm\scream>compress_saga.exe voicess
md5_file couldn't open 'voicess.rsc'Input file name: voicess.rsc
md5: f3ffff7f58fe22004200000004000000
Unsupported file
Input file name: voicess.res
md5: fffb4f90135aa33617ccf416f25fee44
Unsupported file
md5_file couldn't open 'inherit the earth voices'Input file name: inherit the ea
rth voices
md5: fffb4f90135aa33617ccf416f25fee44
Unsupported file
md5_file couldn't open 'voicess.bin'Input file name: voicess.bin
md5: f3ffff7f58fe220042000000f25fee44
Unsupported file
Thanks in advance!
Compress_saga tool not working on I have no mouth
Moderator: ScummVM Team
where can i find that? i just see the regular one.md5 wrote:I've now removed MD5 checking in the compress_saga tool for IHNM sound files, as all of its sound files are compressed with the same encoding. Try the next snapshot build of the ScummVM tools.
i guess it wouldn't help at all... the md5 sum the compress_saga is showing seems bullshit. sometimes the sum differs, even if it's the same file, then sometimes for example the voices1.res has the exact same sum like the voicess.res just had, etc.md5 wrote: However, I'd really appreciate it if you could provide the MD5s for the voice files you got
It's the subversion build, here:itseme wrote:where can i find that? i just see the regular one.
http://www.scummvm.org/downloads.php#SVN
To get the needed MD5s for the files, you should run the following:itseme wrote:i guess it wouldn't help at all... the md5 sum the compress_saga is showing seems bullshit. sometimes the sum differs, even if it's the same file, then sometimes for example the voices1.res has the exact same sum like the voicess.res just had, etc.md5 wrote: However, I'd really appreciate it if you could provide the MD5s for the voice files you got
Under *nix:
Code: Select all
head -c 5000 file | md5sum
Download md5deep (http://md5deep.sourceforge.net/) and run it like this:
Code: Select all
md5deep -p 5000 file | find /i "offset 0-5000"