home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tads2os2.zip / readme.os2 < prev    next >
Text File  |  1997-02-18  |  3KB  |  95 lines

  1. TADS:  The Text Adventure Development System - Version 2.2
  2. Copyright (c) 1992, 1996 by Michael J. Roberts.
  3. All Rights Reserved.
  4. OS/2 Port of TADS 2.2 by Stephen Granade (sgranade@phy.duke.edu)
  5.  
  6.  
  7. ABOUT THIS PORT
  8. ---=========---
  9. This is a native OS/2 port of the TADS text adventure development system.
  10. Michael Roberts retains all rights to the program: for full details, see the
  11. file LICENSE.TAD.
  12.  
  13. There are three executables in this package:
  14.  
  15. tadsc.exe    --    TADS 2.2 compiler
  16. tadsr.exe    --    TADS 2.2 runtime
  17. trcolor.exe    --    utility to set colors for tadsr.exe
  18.  
  19. All run from the command line, and are text-based.  The other files included
  20. in this distribution are:
  21.  
  22. tads.doc    --    TADS introduction documentation
  23. tadserr.msg    --    Error messages used by the TADS compiler & runtime
  24. tadsver.dos    --    Version notes for TADS 2.2
  25. read.tad    --    "Getting started" information
  26. license.tad    --    License information
  27. adv.t        --    TADS base library
  28. std.t        --    TADS base library
  29. trivial.t        --    TADS example file
  30. goldskul.t    --    Example file referred to in tads.doc
  31. ditch.t        --    "Ditch Day Drifter" example game
  32. ditch.doc    --    "Ditch Day Drifter" documentation
  33. readme.os2    --    This file
  34. emx.dll        --    EMX DLL required by the executables
  35.  
  36. OS/2 TADS uses two (optional) environment variables, which you may set in your
  37. config.sys file:
  38.  
  39. TADSSAVE    --    Directory for saved games
  40. TADSGAME    --    Directory for .gam files
  41.  
  42. If set, TADS will prepend what's in TADSSAVE/TADSGAME to any file name
  43. which does not already have a slash in it.  For example, if you set
  44.  
  45. TADSGAME = /games/tads/gamefiles
  46.  
  47. and then type
  48.  
  49. tadsr foo.gam
  50.  
  51. then TADS will try to load the game /games/tads/gamefiles/foo.gam.
  52. If not set, tadsr.exe will (by default) look for .gam files and write your
  53. saved game files to the same directory as tadsr.exe is in.
  54.  
  55.  
  56. ABOUT TADS
  57. --======--
  58. TADS is a system for writing text adventure games.  It used to be a shareware
  59. product, but since mid-1996 it has been a freeware product.  Any games you
  60. write using TADS are your property, and Mike Roberts does not charge you
  61. royalties to distribute them.  For more information, see the file LICENSE.TAD.
  62.  
  63. The manuals for TADS are _not_ included in this package.  What _is_ included
  64. is the beginning documentation, tads.doc.  It should be sufficient to get you
  65. started.  When you become more skilled in writing TADS games, you will
  66. probably want to get the full TADS manual, which is available in several
  67. different forms from ftp://ftp.gmd.de/if-archive/programming/tads/manuals/
  68. The file "Index" will tell you more.
  69.  
  70. Also included is a full sample game called "Ditch Day Drifter."  See the file
  71. ditch.doc for more information.
  72.  
  73.  
  74. IF YOU FIND A BUG
  75. ---===========---
  76.  
  77. ...report it to me at the address below.  I maintain this port, and so am the
  78. person to bother if something is wrong with the program.  TADS exists on
  79. DOS, Macintosh, Amiga, and Unix computers (to name a few), so we're pretty
  80. sure the base TADS program works just fine.  My port, however...
  81.  
  82. I may be reached at sgranade@phy.duke.edu.
  83.  
  84. Many thanks to Gerhard Hoogterp and Adam Thornton for initial beta-testing.
  85.  
  86.  
  87. OS/2 VERSION HISTORY
  88. ----============----
  89.  
  90. TADS 2.2.1.0
  91. OS/2 Patchlevel 1
  92. 2-18-97
  93.  
  94. My first package release for OS/2.
  95.