aboutsummaryrefslogtreecommitdiff
path: root/tools/README
diff options
context:
space:
mode:
authorKari Salminen2008-08-25 17:41:00 +0000
committerKari Salminen2008-08-25 17:41:00 +0000
commit4edb05769395cf5f0a69fd448125f557b1311018 (patch)
tree80e0cb42fefee621d86557cde95eafde0b251343 /tools/README
parente2fe740e358d3a5d0953ef31ec21b2ee56c516c0 (diff)
downloadscummvm-rg350-4edb05769395cf5f0a69fd448125f557b1311018.tar.gz
scummvm-rg350-4edb05769395cf5f0a69fd448125f557b1311018.tar.bz2
scummvm-rg350-4edb05769395cf5f0a69fd448125f557b1311018.zip
Reverted revision 34156 and revision 34153 (extract_cine and decine got properly placed in revision 34162).
svn-id: r34163
Diffstat (limited to 'tools/README')
-rw-r--r--tools/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/README b/tools/README
index d13e842a88..8e5a267daf 100644
--- a/tools/README
+++ b/tools/README
@@ -51,18 +51,3 @@ md5table
Used to convert scumm-md5.txt into a SCUMM header file, or alternatively
PHP code for our website.
-cine_tools/cine_unpack
-----------------------
- Delphine's Cinematique engine's archive file unpacker:
-
- USAGE: cine_unpack [input file] [output directory]
- Supports using Operation Stealth's 'vol.cnf' file as input.
-
-cine_tools/cine_decode
-----------------------
- Delphine's Cinematique engine's script decompiler:
-
- USAGE: cine_decode [type] [version] [filename]
- type: -prc or -rel (Use -prc for *.prc-files, -rel for *.rel-files)
- version: -v1 or -v2 (Use -v1 for Future Wars, -v2 for Operation Stealth)
- filename: The name of the script file to decode