[Scummvm-cvs-logs] CVS: tools README,1.26,1.27
Max Horn
fingolfin at users.sourceforge.net
Sat Dec 4 18:07:01 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: docs/docbook faq.html,NONE,1.1 faq.pdf,NONE,1.1 faq.txt,NONE,1.1 faq.xml,NONE,1.1 Makefile,1.2,1.3
- Next message: [Scummvm-cvs-logs] CVS: tools sword1mp3.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11712
Modified Files:
README
Log Message:
Slightly changed phrasing
Index: README
===================================================================
RCS file: /cvsroot/scummvm/tools/README,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- README 7 Nov 2004 15:57:46 -0000 1.26
+++ README 5 Dec 2004 02:05:59 -0000 1.27
@@ -13,6 +13,9 @@
rescumm
Extracts Macintosh "single file" SCUMM games into their
component parts, for use with ScummVM.
+ This is required for ScummVM up to version 0.6.x; all
+ later versions directly support reading this file
+ format.
loom_tg16_extract
Extracts data files from TG16 version of Loom
@@ -49,15 +52,17 @@
compress_san <inputfile> <inputdir> <outputdir>
Compresses '.san' smush animation files. It uses lossless zlib
for compressing FOBJ gfx chunks inside a san file.
- It also can create ogg separate file with smush audio track
+ It also can create a separate Ogg file with the audio track
(only COMI currently supported).
Example of usage:
compress_san opening.san uncomp comp
- ScummVM support requires a zlib enabled build, and Ogg support
- for ogg audio track playback.
-
+ In order to use such compressed files, your ScummVM binary
+ must have been built with zlib support enabled (you can find
+ out whether that's the case by looking at the About dialog).
+ For the Ogg compression feature, your ScummVM binary naturally
+ must have been built with Ogg support enabled.
Script Tools:
descumm
- Previous message: [Scummvm-cvs-logs] CVS: docs/docbook faq.html,NONE,1.1 faq.pdf,NONE,1.1 faq.txt,NONE,1.1 faq.xml,NONE,1.1 Makefile,1.2,1.3
- Next message: [Scummvm-cvs-logs] CVS: tools sword1mp3.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list