Hello there,
will there be (or possibly is already) a compression tool for:
SAGA Engine: Inherit the Earth & I have no mouth...
SIMON: The Feeble Files
Vorph
Data File Compression
Moderator: ScummVM Team
- eriktorbjorn
- ScummVM Developer
- Posts: 3561
- Joined: Mon Oct 31, 2005 7:39 am
Re: Data File Compression
There is a "compress_saga" tool, but since the SAGA engine does not contain any support for playing compressed sound effects yet, I don't know if it works at all. I imagine that the "compress_simon" tool could be adapted for The Feeble Files but no one has done so yet.Vorph wrote:will there be (or possibly is already) a compression tool for:
SAGA Engine: Inherit the Earth & I have no mouth...
SIMON: The Feeble Files
I wouldn't be surprised if they were made to work eventually, but getting the games to run at all probably has a higher priority. The Feeble Files seems fairly playable now (though I don't know enough about the game to say for sure), but IHNM definitely isn't yet.
Re: Data File Compression
I just added support for compressed speech files in the PC versions of the Feeble Files. Use the next daily snapshot of ScummVM and tools.Vorph wrote: will there be (or possibly is already) a compression tool for:
SIMON: The Feeble Files
The Amiga and Macintosh versions already have zlib compressed speech files, with additional ADPCM compression used in Macintosh version.
-
- Posts: 98
- Joined: Sun Feb 12, 2006 12:02 pm
How did you make that?Vorph wrote:compressed the Feeble Files (OK - Floyd, the German Version) using the compress_simon tool. Seems to work fine.
Code: Select all
compress_simon Voices2.wav
Code: Select all
ERROR: Unexpected data at offset: 0!
Compress_simon.exe worked perfectly with Simon 1 (CD, DOS & WIN, German) and Simon2 (DOS, CD, German).
Make sure you are using the latest version of the compress_simon tool from snapshots or SVN. The older version in 0.8.0 tools package will not work with The Feeble Files.@xel wrote:returnsCode: Select all
compress_simon Voices2.wav
The compress_simon.exe and lame.exe are in the same directory.Code: Select all
ERROR: Unexpected data at offset: 0!
Compress_simon.exe worked perfectly with Simon 1 (CD, DOS & WIN, German) and Simon2 (DOS, CD, German).