[Scummvm-cvs-logs] CVS: tools README,1.17,1.18

James Brown ender at users.sourceforge.net
Mon Jul 26 03:39:11 CEST 2004


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

Modified Files:
	README 
Log Message:
Cleanup tools readme


Index: README
===================================================================
RCS file: /cvsroot/scummvm/tools/README,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- README	5 Jul 2004 12:22:02 -0000	1.17
+++ README	26 Jul 2004 10:38:41 -0000	1.18
@@ -1,45 +1,34 @@
 This is a collection of various tools that may be useful to use in conjunction
-with ScummVM. 
+with ScummVM.
 
-Included tools:
+Extraction Tools:
+        rescumm: 
+                 Extracts Macintosh "single file" SCUMM games into their
+                 component parts, for use with ScummVM.
+
+        loom_tg16_extract: 
+                Extracts data files from TG16 version of Loom
+		There is currently no support for this game in ScummVM!
+
+        mm_nes_extract
+                Extracts data files from NES version of Maniac Mansion
+                There is currently no support for this game in ScummVM!
+
+Compression Tools:
 	extract 
 		Used to compress .sou files to .so3 (MP3), .sog (Vorbis),
-		or .sof (FLAC, only in ScummVM >0.6.0)
-	
-	rescumm
-		Extracts macintosh "single file" SCUMM games into their
-		component parts, for use with ScummVM
+		or .sof (FLAC)
 	
-	loom_tg16_extract
-		Extracts data files from TG16 version of Loom
-		There is currently no support in ScummVM
+        queenrebuild
+                Used to rebuild the datafile of Flight of the Amazon Queen,
+                to allow optional MP3/Ogg/FLAC compression.
 
-	mm_nes_extract
-		Extracts data files from NES version of Maniac Mansion
-		There is currently no support in ScummVM
-	
-	descumm
-		Decompiles SCUMM scripts
-	
-	desword2
-		Disassembles Broken Sword II scripts
-	
-	queenrebuild
-		Used to rebuild the datafile of Flight of the Amazon
-		Queen, allows for optional MP3/Ogg/FLAC compression. FLAC
-		support only available in ScummVM >0.6.0
-	
-	simon1decr
-		Used to decrunch the graphics and music files in AGA/ECS 
-		 versions of Simon the Sorcerer 1 for Amiga 
-	
-	simon2mp3
-		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 uses lossless
-		zlib for compressing FOBJ gfx chunks inside a san file.
+        simon2mp3
+                Compresses Simon voc/wav files to MP3/Ogg/FLAC.
+
+        compress_san <inputfile>.san <outputfile>.san [<file>.flu>]
+                Compresses '.san' smush animation files. It uses lossless zlib
+                for compressing FOBJ gfx chunks inside a san file.
 
 		Example of usage:
 		compress_san opening.san temp_opening.san 
@@ -60,5 +49,18 @@
 
 		ScummVM support requires a zlib enabled build.
 
-	convbdf
-		Converts BDF (Bitmap Display Format) files to C++ source
+Script Tools:	
+        descumm
+                Decompiles SCUMM scripts
+	
+        desword2
+                Disassembles Broken Sword II scripts
+	
+	
+Other tools:	
+       simon1decr
+                Used to decrunch the graphics and music files in AGA/ECS 
+                versions of Simon the Sorcerer 1 for Amiga 
+
+      convbdf
+                Converts BDF (Bitmap Display Format) files to C++ source





More information about the Scummvm-git-logs mailing list