Data File Compression

General chat related to ScummVM, adventure gaming, and so on.

Moderator: ScummVM Team

Post Reply
User avatar
Vorph
Posts: 98
Joined: Sat Nov 19, 2005 4:58 pm
Location: Germany

Data File Compression

Post by Vorph »

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
User avatar
eriktorbjorn
ScummVM Developer
Posts: 3525
Joined: Mon Oct 31, 2005 7:39 am

Re: Data File Compression

Post by eriktorbjorn »

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
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.

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.
Kirben
Posts: 421
Joined: Wed Sep 21, 2005 12:15 pm
Location: Melbourne, Victoria, Australia

Re: Data File Compression

Post by Kirben »

Vorph wrote: will there be (or possibly is already) a compression tool for:
SIMON: The Feeble Files
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.

The Amiga and Macintosh versions already have zlib compressed speech files, with additional ADPCM compression used in Macintosh version.
FeebleFiles1
Posts: 98
Joined: Sun Feb 12, 2006 12:02 pm

Post by FeebleFiles1 »

mhmmm strangely in the todays subbuilt the speech isnt working now for me. neither the greetings in the oraclae is working yet
Kirben
Posts: 421
Joined: Wed Sep 21, 2005 12:15 pm
Location: Melbourne, Victoria, Australia

Post by Kirben »

FeebleFiles1 wrote:mhmmm strangely in the todays subbuilt the speech isnt working now for me. neither the greetings in the oraclae is working yet
This is a recent regression, due to a typo in code and will be fixed in the next daily snapshot of ScummVM.
User avatar
Vorph
Posts: 98
Joined: Sat Nov 19, 2005 4:58 pm
Location: Germany

Post by Vorph »

Thanks alot,

compressed the Feeble Files (OK - Floyd, the German Version) using the compress_simon tool. Seems to work fine.

Keep up the good work

Kind regards, Vorph
@xel
Posts: 2
Joined: Fri Jun 09, 2006 7:51 pm

Post by @xel »

Vorph wrote:compressed the Feeble Files (OK - Floyd, the German Version) using the compress_simon tool. Seems to work fine.
How did you make that?

Code: Select all

compress_simon Voices2.wav
returns

Code: Select all

ERROR: Unexpected data at offset: 0!
The compress_simon.exe and lame.exe are in the same directory.
Compress_simon.exe worked perfectly with Simon 1 (CD, DOS & WIN, German) and Simon2 (DOS, CD, German).
Kirben
Posts: 421
Joined: Wed Sep 21, 2005 12:15 pm
Location: Melbourne, Victoria, Australia

Post by Kirben »

@xel wrote:

Code: Select all

compress_simon Voices2.wav
returns

Code: Select all

ERROR: Unexpected data at offset: 0!
The compress_simon.exe and lame.exe are in the same directory.
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
Posts: 2
Joined: Fri Jun 09, 2006 7:51 pm

Post by @xel »

Thank you very much for your advise.
Post Reply