home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / games / utils / ztools.lha / ztools / doc / README next >
Text File  |  1993-03-03  |  3KB  |  101 lines

  1.  
  2. Infocom Toolkit: Amiga Port  -- 3/3/93
  3. ======================================
  4.  
  5. Contents
  6. --------
  7.  
  8. This is an AmigaDOS port of the Infocom toolkit by Mark Howell (see
  9. e-mail address below). The Infocom toolkit is set of utilities
  10. designed to manipulate the data files used in infocom games and
  11. report useful and or interesting information. I've tested the tools
  12. on several files from the Lost Treasures of Infocom Amiga release
  13. and they've worked flawlessly.
  14.  
  15. Also included are two text files by the InfoTaskForce (they are
  16. copyright but freely redistributable) that contain interesting
  17. information on the Infocom data file format and the differences
  18. between different zcode versions.
  19.  
  20. Install
  21. -------
  22.  
  23. The only installation step necessary is to copy libs/ixemul.library
  24. to your LIBS: drawer. After that, the programs should work as Mark
  25. has them documented in the IBM readme file which is appended below.
  26.  
  27. Acknowledgements
  28. ----------------
  29.  
  30. This port was really trivial using GCC, I think I only modified two
  31. lines and created a Makefile (I also changed the names of the
  32. binaries but that is reflected in Mark's readme which I have
  33. edited). Thanks to Mark for creating portable code and making it
  34. freely distributable so we all can enjoy.
  35.  
  36. Thanks to the InfoTaskForce for their neat documents.
  37.  
  38.  
  39.  
  40. Have fun! -ktd
  41.  
  42. --
  43. /**************************************************************************/
  44. /* Kent Dalton                   * EMail: Kent.Dalton@FtCollinsCO.NCR.COM */
  45. /* NCR Microelectronics          * Phone: (303) 223-5100 X-319            */  
  46. /* 2001 Danfield Ct. MS470A      *   FAX: (303) 226-9556                  */
  47. /* Fort Collins, Colorado 80525  *                                        */
  48. /**************************************************************************/
  49.  
  50. IBM Version README edited for AmigaDOS port
  51. ===========================================
  52.  
  53. Infocom Toolkit - 26 Sep 1992
  54. -----------------------------
  55.  
  56. Author:
  57.  
  58.     Mark Howell (howell_ma@movies.enet.dec.com)
  59.  
  60. Contents:
  61.  
  62.     readme.1st - this file
  63.     verify.c
  64.     infodump.c
  65.     txd.c
  66.     txio.c
  67.     tx.h
  68.  
  69. Building:
  70.  
  71.     zverify : verify.c
  72.  
  73.     zdump : infodump.c txio.c tx.h
  74.  
  75.     zdis : txd.c txio.c tx.h
  76.  
  77. Bugs:
  78.  
  79.     Please report bugs and portability bugs to the author.
  80.  
  81. Tools:
  82.  
  83.     zverify - check story file integrity, same as verify command. Works on all
  84.               types.
  85.  
  86.         usage: zverify story-file-name
  87.  
  88.     zdump - object, verb and dictionary dumper for story files. Optionally
  89.                displays more detail for ZORK I. Define ZORKI at compile time to
  90.                enable extra detail. Comes with 2 flavours of dictionary dumper,
  91.                multi-column, no data, or single column, plus data. Works on all
  92.                types. Verb list doesn't work for type 6 games yet.
  93.  
  94.         usage: zdump story-file-name
  95.  
  96.     zdis - disassembles story files to Z code assembly language, plus text
  97.           strings. Works on type 3, 4 and 5 games. Type 5 disassembly has a few
  98.           unknown opcodes, but is otherwise complete.
  99.  
  100.         usage: zdis story-file-name
  101.