[Scummvm-cvs-logs] SF.net SVN: scummvm:[34121] tools/trunk/README
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Sun Aug 24 21:23:23 CEST 2008
Revision: 34121
http://scummvm.svn.sourceforge.net/scummvm/?rev=34121&view=rev
Author: drmccoy
Date: 2008-08-24 19:23:22 +0000 (Sun, 24 Aug 2008)
Log Message:
-----------
Added descriptions for extract_gob_stk and degob
Modified Paths:
--------------
tools/trunk/README
Modified: tools/trunk/README
===================================================================
--- tools/trunk/README 2008-08-24 19:01:38 UTC (rev 34120)
+++ tools/trunk/README 2008-08-24 19:23:22 UTC (rev 34121)
@@ -76,6 +76,13 @@
Example of usage:
extract_zak_c64 <disk1.d64> <disk2.d64>
+ extract_gob_stk
+ Extracts data files from STK/ITK files of Coktel Vision
+ games.
+
+ Example of usage:
+ extract_gob_stk <file>
+
Compression Tools:
compress_agos
Used to compress the Feeble Files or Simon the Sorcerer 1/2
@@ -204,6 +211,22 @@
dekyra
Basic script disassembler for Legend of Kyrandia games
+ degob
+ Decompiles TOT scripts used in Coktel Vision games
+
+ Example of usage:
+ degob <version> <file.tot> [<file.ext>] [<commun.ext>]
+
+ "<version>" describes from which game the script file
+ was taken and is one of "Gob1", "Gob2", "Gob3", "Ween",
+ "Bargon", "Lost" and "Woodruff".
+
+ If the script file calls loadMult(), the script file's
+ EXT file must be supplied on the command line as well;
+ some script files also require a commun.ext. degob throws
+ an error to let you know if any of the two should be the
+ case.
+
Encoder Tools:
encode_dxa [params] <file>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list