home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DMDTRV40.ZIP / TRIVIA.HIS < prev    next >
Text File  |  1995-02-12  |  8KB  |  176 lines

  1.                      PAROLE Software Trivia Series
  2.                     Copyright 1992-95, PAROLE Software
  3.                             FIDO: 1:151/185
  4.                        InterNet: dmaidon@cris.com
  5.                           All rights reserved
  6.                              (919) 965-4696
  7.  
  8.  
  9. ==============================================================================
  10. This document covers all of the PAROLE Software Trivia series doors.
  11. that includes:
  12.  
  13. CELEBRITY TRIVIA
  14. MOVIETIME TRIVIA
  15. DIAMOND TRIVIA
  16. ENTERTAINMENT AWARDS TRIVIA
  17. NCAA SPORTS TRIVIA
  18. STAR TREK TRIVIA
  19. AMERICAN HISTORY TRIVIA
  20.  
  21. Please substitute the proper name for the particular door you are
  22. running.
  23. ==============================================================================
  24.  
  25. 1.0  04/04/1992    Initial release.
  26.  
  27. 1.1  04/14/1992    Move the game screen external to the EXE
  28.                    file.  This vastly improved the overall looks
  29.                    of the door.  Worked on a few of the routines
  30.                    to optimize them a bit.   SysOps may now
  31.                    specify the number of times a user can play
  32.                    the door each day.  This is accomplished by
  33.                    entering the number of times allowed on the
  34.                    11th line of the CFG file.  You *MUST* add
  35.                    this line to the CFG. file.  Line 10 has
  36.                    changed in that the door now has the ability
  37.                    to create PCBoard specific color coded
  38.                    bulletins.   Place "PCB" on line 10 for
  39.                    PCBoard bulletins and "WC" for WC!3.x
  40.                    specific color bulletins.  Anything else or
  41.                    blank will create ANSI & ASCii bulletins.
  42.  
  43. 2.0  11/08/1992    MAJOR UPGRADE!
  44.                    A complete reinstallation is required.  The
  45.                    database is no longer encrypted.  Several of
  46.                    the screens have changed.  Display routines are
  47.                    much faster now.  I've also added several
  48.                    options to the Game Screen instead of asking
  49.                    them before the user gets there.  Users may now
  50.                    view the instructions or change their color
  51.                    selections at any time during the game.  This
  52.                    release was also compiled using the new Visual
  53.                    Basic/DOS from MicroSoft.  AWARD may also be
  54.                    run locally by entering:
  55.  
  56.                         AWARD LOCAL
  57.  
  58.                    from the DOS prompt.  If you are using the old
  59.                    MAINTAIN.EXE program, DO NOT attempt to use it
  60.                    with this release.  It will corrupt the
  61.                    databases.  A new version is available to
  62.                    registered sysops from The Parole Board BBS.
  63.  
  64. 2.11  1/23/93      Fixed the auto reset routine.
  65.  
  66. 2.2   3/6/93       Reworked the date routines.  Modified the
  67.                    auto-reset routine because it wasn't working
  68.                    correctly on all systems.
  69.  
  70. 2.3    5/1/93      !!! CFG FILE CHANGE !!!
  71.                    Added a 12th line to the CFG file.  This one
  72.                    specifies if you wish to create RIP style
  73.                    bulletins or not.  Place "RIP" if you wish RIP
  74.                    bulletins and an "N" if you do not want or need
  75.                    them.
  76.  
  77.                    This version also supports the changes made in
  78.                    DOOR.SYS and USERINFO.DAT in WC!3.9.  Optimized
  79.                    the code quite a bit to make it smaller and
  80.                    faster.
  81.  
  82.                    Added the ability for users to [G]oodbye from
  83.                    the door.
  84.  
  85. 3.0                !!! MAJOR UPDATE !!!
  86.                    Added RIPSCRIP Graphics capability.  If for
  87.                    some reason you do not wish to support RIP
  88.                    graphics, create a file named "RIP.NO" and
  89.                    place it in the door directory.
  90.  
  91.                    Fixed a bug in the monthly reset routine.
  92.                    Award Trivia should automatically reset the
  93.                    game scores at the beginning of each month.
  94.  
  95. 3.1   9/29/93      Made a few minor fixes and changes.  UnZIP the
  96.                    SCREENS.ZIP into your "\SCREENS" directory as
  97.                    several of the RIP screens have been slightly
  98.                    modified and RESET.RIP has been added.
  99. ====================
  100.                    Initial Release of "Star Trek Trivia"
  101.  
  102.                    All updates and changes listed from here on also
  103.                    apply to "Star Trek Trivia".
  104. ====================
  105. 3.5  10/12/93     !!!!! MAJOR UPDATE  !!!!!  CFG FILE CHANGE  !!!!!
  106. STT v1.5          Added a command line description to the game screen.
  107.  
  108.                   The doors will now reject an answer selection that
  109.                   contains "N/A".  This means that you can also include
  110.                   TRUE/FALSE questions in the database or even limit the
  111.                   questions to three answers.
  112.  
  113.                   You may now create an INSTRUCT.RIP screen that will
  114.                   display when the user selects the "[I]nstructions"
  115.                   options from the game menu.  If this file exists, the
  116.                   door will display it, if not, it will send a RIP
  117.                   border and then display the appropriate ANSI/ASCii
  118.                   INSTRUCT file.  This applys to when a user is in RIP
  119.                   mode only.
  120.  
  121.                   Fixed the times played counter.  It was allowing users
  122.                   unlimited plays in the door.
  123.  
  124. NOTE->            !!!! CFG file change !!!!
  125.                   If a user times out on a question, the door will now
  126.                   accept that as an incorrect answer instead of
  127.                   returning them to the BBS. (Peter Fuller)  Add a 13th
  128.                   line to the CFG file.  This line allows the SysOp to
  129.                   set the question timeout limit.  The default is 10
  130.                   seconds and is the least that can be entered. This
  131.                   line *MUST* be added to the CFG file or the door will
  132.                   not operate. (Robert Ferguson)
  133.  
  134. 3.6   11/7/93     I had left out the "RIGHT" and "WRONG" RIP prompts
  135. STT 1.6           from the RIP upgrade.  You will need to add the
  136.                   "RESULT-x.RIP" prompts in the SCREENS.ZIP to your
  137.                   "\SCREENS" directory.
  138.  
  139.                   You may now turn off the [G]oodbye function by placing
  140.                   a file named "GOODBYE.NO" in the door directory.  This
  141.                   may be a "0" byte file.
  142.  
  143.                   The Trivia Series will now display "SPECIAL.xxx" just
  144.                   after the opening screen.  Place this file in the door
  145.                   directory.  You may create this file with a ".RIP",
  146.                   ".ANS" and an ".ASC" extension.  If you only create
  147.                   one (1) file, please use the ".ASC" extension as that
  148.                   is the default format.  You can use this as an
  149.                   introduction to the door or an announcment type
  150.                   screen.
  151.  
  152. 3.7  12/26/93     Recompiled using the latest DoorFrame Release.  This
  153. STT 1.7           release fixes a few bugs concerning FOSSIL drivers so
  154. AHT 1.1           it should be a bit more stable on DigiBoards.  The
  155.                   trivia doors will also use DOOR.SYS with a LOCAL login
  156.                   via the BBS.
  157.  
  158. 3.8  10/16/94     Added the [Q]uit option to the Graphics select
  159. STT 1.8           function.  Be sure and unZIP the SCREENS.ZIP archive
  160. AHT 1.2           into your "\SCREENS" directory.  Several of the
  161.                   screens have changed.  Added an [ENTER] prompt after
  162.                   the gamescreen appears.  This will allow the slower
  163.                   modems to catch up before the game starts.
  164.  
  165. 4.0  2/12/94      Reworked the scoring routines.  The Trivia doors will
  166. STT 2.0           now keep a running total of each users score.  The
  167. AHT 2.0           doors will still reset automatically the first play of
  168. QUO 2.5           each month.
  169.  
  170.                   Reworked and optimized some of the internal game
  171.                   routines to speed gameplay up a bit.
  172.  
  173.                   You will need to unzip the SCREENS.ZIP into your
  174.                   existing "\SCREENS" directory.
  175.  
  176.