home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / agt1.zip / README1.AGT < prev    next >
Text File  |  1988-05-29  |  5KB  |  124 lines

  1.  
  2.  
  3. This is disk #1 of the ADVENTURE GAME TOOLKIT or AGT
  4.  
  5.  
  6. This disk has the following files:
  7.  
  8.     UNARC.COM -- A program to unarc the various ARCed files on the disk
  9.     AGTBLURB.ARC -- An overview of the Adventure Game Toolkit
  10.     AGT-DOC.ARC -- The documentation for the Adventure Game Toolkit
  11.     AGT.ARC -- The Adventure Game Toolkit .EXE files
  12.     CAVE-SRC.ARC -- AGT source code files for the Colossal Cave adventure 
  13.     UNDE-SRC.ARC -- AGT source code files for the Underground adventure
  14.     README1.AGT -- The file you are reading
  15.  
  16.  
  17. Just a few words about each of these:
  18.  
  19.  
  20. UNARC.COM:
  21.  
  22.     This program is used to unarc the various ARCed files on the disk.  To use
  23.     it, follow these directions:
  24.  
  25.     HARD DISK USERS:
  26.          
  27.          Copy all of the files from the disk on to your hard disk, then unarc
  28.          each file with an .ARC extension by giving the command:
  29.  
  30.               UNARC filename.ARC
  31.  
  32.          followed by a carriage return -- where filename is the name of
  33.          whatever file you wish to unarc.  For example, UNARC AGTBLURB.ARC
  34.          would unarc the file AGTBLURB.
  35.  
  36.     DUAL-FLOPPY USERS:
  37.  
  38.          First, format five new blank disks.  Put the AGT disk (i.e., this
  39.          disk) into drive B.  Then, for each ARCed file, follow the following
  40.          steps:
  41.  
  42.               1.   Put a formatted blank disk in drive A.  Make drive A the
  43.                    default drive by giving the command "A:" followed by a
  44.                    carriage return.
  45.               2.   Unarc each file (on drive B) by giving the command:
  46.  
  47.                         B:UNARC B:filename.ARC
  48.  
  49.                    followed by a carriage return -- where filename is the name
  50.                    of whatever file you wish to unarc.  For example, 
  51.                    B:UNARC B:AGTBLURB.ARC would unarc the file AGTBLURB on to
  52.                    the blank disk in drive A.
  53.         It is important to use completely blank, but already formatted disks,
  54.          since the files within the ARCed groups are quite large and take a
  55.          great deal of disk space.
  56.  
  57.     SINGLE-FLOPPY USERS:
  58.  
  59.          The AGT files are too large to be unarced if you have only a single
  60.          floppy drive.  Find a friend with either a hard drive or a dual-
  61.          floppy system and follow the instructions above.
  62.  
  63.  
  64. AGTBLURB.ARC:
  65.  
  66.     This is an ARCed file that must be unarced using UNARC.COM.
  67.  
  68.     This file (1) gives an overview of the Adventure Game Toolkit (AGT), a new
  69.     "shareware" adventure game development system, (2) presents a complete
  70.     "walkthru" of a small game that was created using AGT, but without any
  71.     programming by the game developer, (3) introduces AGT's unique
  72.     metalanguage especially designed to give the game developer total control
  73.     and flexibility in creating adventure games comparable to those from
  74.     Infocom, and (4) tells how to register/order the AGT development system.
  75.  
  76.  
  77. AGT-DOC.ARC:
  78.  
  79.     This is an ARCed file that must be unarced using UNARC.COM.
  80.  
  81.     This file is the documentation for the Adventure Game Toolkit (or AGT)
  82.     adventure game development system.  When unarced, this file will take
  83.     about 250K, and fill most of a floppy disk.
  84.  
  85.     To print the documentation: first, make sure that your printer has at
  86.     least 100 pages of paper.  Next, position the printer to the top edge of a
  87.     new page.  Finally, give the command "TYPE AGT-DOC.TXT > PRN" to print
  88.     the file.
  89.  
  90.  
  91. AGT.ARC:
  92.  
  93.     This is an ARCed file that must be unarced using UNARC.COM.
  94.  
  95.     This file contains the .EXE files for the Adventure Game Toolkit (or AGT)
  96.     development system.  Specifically, it contains COMPILE.EXE, needed to
  97.     compile an AGT adventure, and RUN.EXE, needed to run or play an AGT
  98.     adventure game.  It also contains ORDERFRM.AGT, a form that may be used to
  99.     order/register for AGT.
  100.  
  101. CAVE-SRC.ARC:
  102.  
  103.     This is an ARCed file that must be unarced using UNARC.COM.
  104.  
  105.     This ARCed file contains the AGT source code files for the Colossal Cave
  106.     adventure.  This is an AGT version of the original game that was written
  107.     by Crowther and Woods that was the first adventure game every written.  It
  108.     is a classic!  The AGT files for this game can be played and enjoyed
  109.     simply as great entertainment or as a platform for the AGT game designer
  110.     to build upon and/or learn from. 
  111.  
  112.  
  113. UNDE-SRC.ARC:
  114.  
  115.     This is an ARCed file that must be unarced using UNARC.COM.
  116.  
  117.     This ARCed file contains the AGT source code files for the UNDERGROUND
  118.     adventure.  A "mini" version of this game is "walked-thru" in the file
  119.     AGTBLURB.TXT as an example of the kind of game that can be created using
  120.     AGT without requiring the game designer to have programming knowledge or
  121.     experience.
  122.  
  123.  
  124.