home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GA / GA155.ZIP / READ.ME < prev   
Text File  |  1992-03-01  |  8KB  |  196 lines

  1.  
  2.                            Copyright (C) 1991
  3.                            Marietta Co-opware
  4.                             P.O. Box 864215
  5.                            Marietta GA  30064
  6.  
  7.  
  8.     Welcome to an exciting new program where you can play, modify and
  9.     make your own Animated Graphical Adventure games.
  10.  
  11.     Questmaker is a program that allows you to create your own
  12.     adventure games using the QuestMaker editors in conjunction with a
  13.     graphics editor like PC PaintBrush (TM) for the creation of
  14.     graphic screens with a .PCX format.  QuestMaker requires an EGA
  15.     or VGA graphics adapter and monitor.  It is recommended that you
  16.     have an 8 MHz 80286 processor or better and a hard disk drive.
  17.  
  18.     Installation
  19.     ------------
  20.  
  21.     To install QuestMaker, insert your diskette in your A or B Drive.
  22.     Type "InstallA" if you are installing from your A drive, program will
  23.     install on your "C" drive in a directory named QM22.
  24.     Type "InstallB" if you are installing from your B drive, program will
  25.     install on your "C" drive in a directory named QM22.
  26.  
  27.     Alternatively, you can install
  28.     QuestMaker Version 2.2 by making a directory named QM22 and
  29.     copy all files from this diskette to that Directory.
  30.  
  31.     You received QuestMaker in a compressed format.  If your program
  32.     is name QMKR22.EXE, it is a self-extracting program.  If your program
  33.     is named QMKR22.ZIP you will need a tool to UnZIP the files.  Check
  34.     your local BBS for an UnZipping Program.
  35.  
  36.  
  37.     Version 2.20
  38.     ------------
  39.  
  40.     Added new ACTION Code 91 to display unlimited number of graphics during
  41.     game play.  Allows for game player to examine things closer, like maps,
  42.     objects, letters, memos, etc.  This adds a whole new level of creative
  43.     presentation to your games.
  44.  
  45.     Added ability to change game player text color.
  46.     Game creator needs only to create a file named TXCOLOR.DAT with
  47.     the text color number of choice.
  48.  
  49.     If no TXCOLOR.DAT file exists the default color is 15 or bright white.
  50.  
  51.     We have also added the ability to execute a "INTRO.COM" file just after
  52.     the first introduction graphic is displayed.   QuestMaker looks for
  53.     an INTRO.COM file and tries to execute if possible.  This can be used
  54.     for introduction music or tunes.
  55.      Fixed bug where all of the objects are displayed on the screen if
  56.      the game creator selects an object to be placed in a scene but fails
  57.      to specify the location of object in the screen control data.
  58.  
  59.      Fixed minor bug where game player types quit then press the "N" key.
  60.      A two second delay was removed.
  61.  
  62.     Version 2.1.1 - Minor program fixes
  63.     -----------------------------------
  64.  
  65.     Fixed minor bug with Screen Controls when using Reserved field = 1
  66.     and Jump hazard code 50 in script data.
  67.  
  68.     Fixed bug where game character would sometimes go to wrong position when
  69.     moving to a new screen during a move up.
  70.  
  71.     Added box around script dialog.
  72.  
  73.     Corrected minor documentation errors.
  74.  
  75.  
  76.     NEW FOR VERSION 2.1.0
  77.     ---------------------
  78.  
  79.     QuestMaker Version 2.1 contains major changes and improvements.
  80.     These changes are a result of feedback from developers like you.
  81.  
  82.     * New game character with improved animation, and color control.
  83.  
  84.     * New screen mode 640 x 200 16 color for smaller graphic files and
  85.       faster screen routines.
  86.  
  87.     * QuestMaker Runtime Program is now included free with Version 2.1
  88.       Allows for unlimited royality free game distribution for
  89.       registered users.
  90.  
  91.     * You no longer need to press space bar for game player input.
  92.  
  93.     * Esc Key can now be used for Game Quit during game play.
  94.  
  95.     * Tab Key now brings up Inventory List (like other game programs).
  96.  
  97.     * Larger text font for easy to read game player scripts.
  98.  
  99.     * Unlimited number of text scripts presented for each game player
  100.       response.  This makes use of a new Op-Code (Hazard Code) 90.
  101.  
  102.     * Entry Positions L R T B for more control over where the game
  103.       character enters a screen.  This allows for faster game
  104.       development because you no longer have to match graphics screens
  105.       to each other.
  106.  
  107.     * ZAP Function added so game character dies when it comes in
  108.       contact.  This gives your game more challange.  This function
  109.       makes a sound then shows the game character down and finally
  110.       jumps to game end.
  111.  
  112.     * Added second level of scoring with Quantum Points function.  The
  113.       word "Quantums" can be changed by the game developer to be any
  114.       name.  Examples; Bucks, Stones, Strength, Lives, or Skill.
  115.       Quantums can be used during the game to exchange for objects,
  116.       information, or more points.  It all depends on how you want to
  117.       develope your game.
  118.  
  119.     * ZIP Function added so game player scores a Quantum Point when
  120.       game character comes in contact with a specified area.  This
  121.       arcade like function makes a sound and color change if desired.
  122.  
  123.     * Common graphic screen - ability to use same graphic over and
  124.       over.  This comes in handy when you are making a game where you
  125.       may want to make a scene that is used many times (like an empty
  126.       room) but you do not want to waste a screen number (A real space
  127.       saver).
  128.  
  129.     * Game objects are now placed by Row and Column numbers instead of
  130.       X and Y coordinates for more accurate positioning.
  131.  
  132.     * Improved game player usability.  Added Esc function to game save
  133.       and game restore.
  134.  
  135.     * Online Tutorial - sample game is now an online tutorial showing
  136.       an example of each Hazard or Operation code.  This makes it
  137.       easier to understand how QuestMaker works.  Simplified graphics
  138.       show the use of bounderies, barriers, and walk behind areas.
  139.  
  140.     * Improved Game developer feedback for errors with more online
  141.       help.
  142.  
  143.  
  144.  
  145.     Getting Started
  146.     ---------------
  147.  
  148.     To start QuestMaker, change your directory to QM21, if that is
  149.     what you named it, then type QM21 and press enter.  The QuestMaker
  150.     Main Menu will then be displayed.
  151.  
  152.     We suggest you play the sample game before attempting to create or
  153.     modify the existing game.
  154.     Also, print out the file named TUTOR.DOC to guide you thru the
  155.     sample game.
  156.  
  157.     Print Documentation
  158.     -------------------
  159.  
  160.     To print the QuestMaker Documentation enter "Printdoc".
  161.  
  162.  
  163.     Registered users may distribute the games made with QuestMaker
  164.     royality free.  You must be a registered user in order to freely
  165.     distribute the QuestMaker Runtime program files.  The registration
  166.     fee is very small considering you may profit from distributing our
  167.     program files.  Second, your registration gets you the latest
  168.     Version that may contain fixes you need.
  169.  
  170.     If you purchased QuestMaker from Marietta Co-opware, you are
  171.     already a registered user.  Be sure to include your registration
  172.     ID in a file named QMR if you are distributing your games.
  173.  
  174.  
  175.     How to register
  176.     ---------------
  177.  
  178.     To register your program, print the file REG.DOC and fill out the
  179.     information.  Registration gives you the a program update and
  180.     liscense to distribute QM2 runtime files.
  181.  
  182.  
  183.  
  184.     Shareware Distributers and BBS's
  185.     --------------------------------
  186.  
  187.     Shareware Distributers and BBS's may distribute QuestMaker Version 2.2
  188.     as a shareware offering so long as no changes are made to program
  189.     or program files and no fee is charged beyond the normal shareware
  190.     fees for diskettes and download time charges.  QuestMaker 2.2 may not
  191.     be distributed with any other offering or games made with Questmaker.
  192.  
  193.  
  194.    * (TM) is a Trademark of ZSOFT Inc.
  195.  
  196.