[Scummvm-git-logs] scummvm-tools master -> ee13a91a28296b036cc67fdfafdc9440848b8756
criezy
criezy at scummvm.org
Tue Jan 31 00:09:19 CET 2017
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:
ee13a91a28 TOOLS: Update README file for extract_cine and extract_cruise_pc tools
Commit: ee13a91a28296b036cc67fdfafdc9440848b8756
https://github.com/scummvm/scummvm-tools/commit/ee13a91a28296b036cc67fdfafdc9440848b8756
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-01-30T23:08:51Z
Commit Message:
TOOLS: Update README file for extract_cine and extract_cruise_pc tools
Changed paths:
README
diff --git a/README b/README
index 5641431..aee6634 100644
--- a/README
+++ b/README
@@ -68,12 +68,22 @@ Extraction Tools:
Unpacks Delphine's Cinematique engine's archive files.
Should work at least with Future Wars and Operation Stealth.
- Supports using Operation Stealth's 'vol.cnf' file as input
- in which case it will try to unpack all the archive files
- listed in 'vol.cnf'. Accepts only one input file.
+ It seems to work also with Cruise for a Corpse. It accepts only
+ one input file. This may be either one of the archive file, in
+ which case only this file is unpacked, or the 'vol.cnf' file,
+ in which case all archive files listed in the 'vol.cnf' file are
+ unpacked.
Example of usage:
- ./scummvm-tools-cli --tool extract_cine <infile>
+ ./scummvm-tools-cli --tool extract_cine [-o outputdir] <infile>
+
+ extract_cruise_pc
+ Unpack the E1, E4 and E5 files found in some versions of
+ Cruise for a Corpse. To extract the D1 to D5 files, use the
+ extract_cine tool instead.
+
+ Example of usage:
+ ./scummvm-tools-cli --tool extract_cruise_pc [-o outputdir] <infile>
extract_gob_stk
Extracts data files from STK/ITK files from Coktel Vision
More information about the Scummvm-git-logs
mailing list