diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-16 17:42:41 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-23 09:16:20 -0500 |
commit | bacb4b4024a43478bc1fc93003ab77984402e1b8 (patch) | |
tree | 3697e04fb7ce194163a9f156d6b2340033600e0b /games/ztools/README | |
parent | 072a0aa9aa699dbd02b3f530ff95b66d0922ce0e (diff) | |
download | slackbuilds-bacb4b4024a43478bc1fc93003ab77984402e1b8.tar.gz |
games/ztools: Added (tools for Infocom and other Z-Code story files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/ztools/README')
-rw-r--r-- | games/ztools/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/ztools/README b/games/ztools/README new file mode 100644 index 0000000000..2c17e52536 --- /dev/null +++ b/games/ztools/README @@ -0,0 +1,16 @@ +ztools (tools for use with Infocom and other Z-Code story files) + +infodump - data file dumper for infocom format game files +pix2gif - converts infocom MG1/EG1 picture files to separate GIF files +txd - Z code disassembler for Infocom game files +zcheck - integrity checker for infocom format story files +zcut - extract Infocom story files from disk images +zdebugtool - sneak into the depths of INFOCOM adventures +zrename - rename z-code story files according to their z-machine version + +zcheck and zdebugtool have been renamed, as "check" and "debugtool" are +very generic names, likely to conflict with some other package. + +zcut, zdebugtool, and zrename are normally distributed separately. They're +included in this build because they're too small to justify separate +builds, yet too useful for a Z-Code developer to do without. |