[Scummvm-cvs-logs] CVS: tools README,1.13,1.14

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Apr 24 10:32:02 CEST 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12848

Modified Files:
	README 
Log Message:
added compress_san section

Index: README
===================================================================
RCS file: /cvsroot/scummvm/tools/README,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- README	15 Mar 2004 00:11:06 -0000	1.13
+++ README	24 Apr 2004 17:31:27 -0000	1.14
@@ -32,5 +32,28 @@
 		Compresses Simon voc/wav files to MP3/Ogg/FLAC. FLAC support
 		only available in ScummVM >0.6.0
 	
+	compress_san <inputfile>.san <outputfile>.san [<file>.flu>]
+		Compresses '.san' smush animation files. It use lossless
+		zlib for compress FOBJ gfx chunks inside san file.
+
+		Example of usage:
+		compress_san opening.san temp_opening.san 
+
+		'San' filenames which have equivalents to 'flu' files (which exist 
+		in Full Throttle 'data' dir) 'tovista2.san' and 'tovista2.flu'
+		must be compressed together, for example: 
+		compress_san tovista2.san temp_tovista2.san tovista2.flu
+		WARNING: Current status of 'flu' support is not good,
+		PLEASE NOT COMPRESS this pair of files yet, it will be fixed later.
+
+		Original 'tovista2.san' file is not modified and created new
+		'temp_tovista2.san' file, but input file 'tovista2.flu' file
+		IS MODIFIED while compression.
+
+		After compress of course you must rename
+		'temp_tovista2.san' to 'tovista2.san'.
+
+		ScummVM support only with zlib enabled build.
+
 	convbdf
 		Converts BDF (Bitmap Display Format) files to C++ source





More information about the Scummvm-git-logs mailing list