[Scummvm-git-logs] scummvm-tools master -> 6b85882f64fbf7d99cc0a2280c6c38dbbf2b4071
eriktorbjorn
noreply at scummvm.org
Sun Mar 20 06:52:50 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
6b85882f64 SCUMM: Cleaned up some comments
Commit: 6b85882f64fbf7d99cc0a2280c6c38dbbf2b4071
https://github.com/scummvm/scummvm-tools/commit/6b85882f64fbf7d99cc0a2280c6c38dbbf2b4071
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-03-20T07:52:13+01:00
Commit Message:
SCUMM: Cleaned up some comments
I thought about adding a license header, but since this script is just a
wrapper around pre-existing tools, there doesn't seem to be much point.
Changed paths:
engines/scumm/extract_loom_tg16.sh
diff --git a/engines/scumm/extract_loom_tg16.sh b/engines/scumm/extract_loom_tg16.sh
index fabda0a..239938d 100755
--- a/engines/scumm/extract_loom_tg16.sh
+++ b/engines/scumm/extract_loom_tg16.sh
@@ -1,17 +1,19 @@
#! /bin/sh -e
+#
+# extract_loom_tg16 -- script for extracting the necessary data and
+# audio files files to play the game in ScummVM.
dest=loom-pce
cleanup=1
compress=0
ext=wav
-# This is a proof-of-concept script. I'm at best a bumbling amateur
-# when it comes to shell scripting. # Use this script from an empty
-# directory. Required packages (Debian):
+# In addition to scummvm-tools-cli, this script uses the following tools
+# to do the extraction.
#
-# - cdrdao
-# - bchunk
-# - flac (optional)
+# - cdrdao http://cdrdao.sourceforge.net/
+# - bchunk http://he.fi/bchunk/
+# - flac (optional) https://xiph.org/flac/
while [ $# -gt 0 ] ; do
case $1 in
More information about the Scummvm-git-logs
mailing list