[Scummvm-cvs-logs] scummvm-tools master -> 53c6f50fec94803d44e38cabf9da4dd9e463cf79

bluegr md5 at scummvm.org
Thu Aug 25 00:14:28 CEST 2011


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
44cf49031a TOOLS: Comment formatting
775ad84d92 TOOLS: Mention support of KQ5 CD/Jones CD compression
53c6f50fec TOOLS: Added information for the compress_sci tool to the README


Commit: 44cf49031a84abad80db089f95931d6c6de5d614
    https://github.com/scummvm/scummvm-tools/commit/44cf49031a84abad80db089f95931d6c6de5d614
Author: md5 (md5 at scummvm.org)
Date: 2011-08-24T15:09:38-07:00

Commit Message:
TOOLS: Comment formatting

Changed paths:
    engines/sci/compress_sci.cpp



diff --git a/engines/sci/compress_sci.cpp b/engines/sci/compress_sci.cpp
index eb39a76..f944b1f 100644
--- a/engines/sci/compress_sci.cpp
+++ b/engines/sci/compress_sci.cpp
@@ -442,7 +442,7 @@ void CompressSci::execute() {
 		updateProgress(resourceNo, resourceCount);
 	}
 
-	/* And some clean-up :-) */
+	// And some clean-up :-)
 	Common::removeFile(TEMP_RAW);
 	Common::removeFile(TEMP_ENC);
 }


Commit: 775ad84d92bdfa6125d471159ffaf9238dc48297
    https://github.com/scummvm/scummvm-tools/commit/775ad84d92bdfa6125d471159ffaf9238dc48297
Author: md5 (md5 at scummvm.org)
Date: 2011-08-24T15:11:54-07:00

Commit Message:
TOOLS: Mention support of KQ5 CD/Jones CD compression

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index 454b2a2..a1c4e71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 For a more comprehensive changelog of the latest experimental code, see:
         https://github.com/scummvm/scummvm-tools/commits/
 
+1.4.0 (????-??-??)
+ - Updated the compress_sci tool to add support for compressing the AUDIO001.002
+   audio files of the CD versions of King's Quest 5 and Jones in the Fast Lane.
+   
 1.3.0 (2011-05-28)
  - Fix bug #3092367: "TOOLS: Improve GUI for Ogg encoding options".
 


Commit: 53c6f50fec94803d44e38cabf9da4dd9e463cf79
    https://github.com/scummvm/scummvm-tools/commit/53c6f50fec94803d44e38cabf9da4dd9e463cf79
Author: md5 (md5 at scummvm.org)
Date: 2011-08-24T15:12:18-07:00

Commit Message:
TOOLS: Added information for the compress_sci tool to the README

Changed paths:
    README



diff --git a/README b/README
index 336954a..17fef00 100644
--- a/README
+++ b/README
@@ -196,6 +196,22 @@ Compression Tools:
                   *.bin files)
                 - The unsupported early DOS demo of Inherit the Earth
 
+        compress_sci
+                Used to compress Sierra resource.aud/.sfx and AUDIO001.002
+                audio files with MP3, Vorbis or FLAC. This tool is NOT
+                compatible with the newer SCI32 games yet.
+
+                Example of usage:
+                ./scummvm-tools-cli --tool compress_sci [mode params] -o outputfile <infile>
+
+                The name of the output file is required. Use a temporary name,
+                and after the tool finishes compressing it, replace the original
+                uncompressed file with the compressed one. So, if for example
+                your original audio resource file is resource.aud, you can use
+                a temporary name like resource.tmp. Then, move the original
+                resource.aud file elsewhere and rename resource.tmp to
+                resource.aud.
+
         compress_scumm_bun
                 Used to compress '.bun' music/voice files with MP3, Vorbis
                 or FLAC.






More information about the Scummvm-git-logs mailing list