home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / HIROLL29.ZIP / HIROLL.DOC < prev    next >
Encoding:
Text File  |  1991-08-23  |  9.9 KB  |  240 lines

  1.  
  2.                              HIROLL   DICE
  3.  
  4.                                   v2.9
  5.  
  6.                               PCBoard 14.x
  7.  
  8.                                    by
  9.  
  10.                               Al Lawrence
  11.  
  12.                             Sunrise-80  BBS
  13.                             (404) 256-9525
  14.  
  15.  
  16.  
  17.  
  18.                                 OVERVIEW
  19.                                 ________
  20.  
  21.  
  22.    HIROLL DICE is a fast-paced board game in which you remove number
  23.    combinations from the board based upon the roll of the dice.
  24.  
  25.  
  26.    NOTE: Most errors will be logged to a file called DFRAME.ERR which is
  27.          created in the directory you run the door from.
  28.  
  29.  
  30.  
  31.                               INSTALLATION
  32.                               ____________
  33.  
  34.  
  35.    Installation is fairly easy and straight-forward. The following steps and
  36.    examples should have you up and running in a very short period of time.
  37.    It is assumed that you are familiar with setting up DOORS on your system.
  38.    To this end, only examples of the configuration file and Door batch file
  39.    are described.
  40.  
  41.       1) Create a directory to hold all HIROLL files
  42.  
  43.       2) Unzip HIROLLxx.ZIP into the the above directory
  44.  
  45.          NOTE: BRUN45.EXE is not included but is required !!!
  46.  
  47.       3) Create a configuration file, with a name of your choice, or
  48.          modify the supplied HIROLL.CNF file. A description follows:
  49.  
  50.             **                       Location of system file (See Below)
  51.             SUNRISE-80 BBS           Your BBS Name
  52.             Al                       Sysop's First nameAP
  53.  
  54.             Lawrence                 Sysop's Last Name
  55.  
  56.             00000000                 Registration Number
  57.  
  58.         #   3                        Maximum # of Games per day
  59.                                      (Sysop gets 99 in Registered version ONLY!)
  60.  
  61.             50                       Number of Top Score entries.
  62.                                      Minimum = 10, Maximum = 99.
  63.  
  64.         #   NONE                     Drive:\Path\Filename to contain the
  65.                                      Top Score Bulletin or enter NONE
  66.                                      for NO Bulletin creation.
  67.  
  68.             2                        1 = DO NOT Display ADOPT-A-DOOR Message
  69.                                      2 = Display ADOPT-A-DOOR message
  70.  
  71.         #   2                        Keyboard timeout value in Minutes
  72.  
  73.         #   50                   Pts to Deduct if HiScore >   100 & <   500
  74.         #   100                              "            >   499 & <  1000
  75.         #   300                              "            >   999 & <  4999
  76.         #   1000                             "            >  4999 & < 10000
  77.         #   2000                             "            >  9999 & < 20000
  78.         #   3000                             "            > 19999 & < 30000
  79.         #   5000                             "            > 29999 & < 40000
  80.         #   7000                             "            > 39999 & < 50000
  81.         #   9000                             "            > 49999 & < 60000
  82.         #   10000                            "            > 59999 & < 70000
  83.         #   15000                            "            > 69999
  84.          
  85.  
  86.        NOTE: The deduction values, above, are the default values. The pgm 
  87.              will check each value to ensure that it is equal to or greater 
  88.              than the prior value. If it fails the check default values will 
  89.              be used. If you do change the default values it will be your 
  90.              reponsibility to edit the HIROLL.INS file and change the 
  91.              deduction table contained within.
  92.  
  93.  
  94.           ** = Replace with ONE of the following:
  95.  
  96. C:\PCB\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  97. C:\PCB\USERS.SYS                <- For PCBoard systems using USERS.SYS
  98. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  99. C:\BBS\USERINFO.DAT             <- For Wildcat! systems using v3.x
  100.                                    (Note:DOOR.SYS must be in SAME directory)
  101. C:\BBS\DOOR.SYS                 <- For systems that support DOOR.SYS
  102. C:\BBS\DORINFOx.DEF             <- For QBBS/RBBS/RA. Replace x with Node #.
  103. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  104. C:\BBS\CHAIN.TXT                <- For WWIV systems 
  105.  
  106.            # = Requires registration to change to a different value.
  107.  
  108.  
  109.                NOTE: There are NO Blank Lines in the Config File!!
  110.  
  111.  
  112.       4) Create a batch file or modify the HIROLL file supplied. A
  113.          description of this file follows:
  114.  
  115.             ECHO off
  116.             cd\PCB\DOORS\HIROLL       Location of Hiroll files
  117.             HIROLL HIROLL.CNF         EXE filename and CNF filename (Name
  118.                                       used in creating file in #3 above)
  119.             CD\PCB
  120.             BOARD
  121.  
  122.  
  123.        5) When running in more than one node, be sure to supply a
  124.           different configuration name for each node (your choice of name).
  125.  
  126.  
  127.                                COM Support
  128.                                ___________
  129.  
  130.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  131.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  132.       number after the configuration filename. Let's assume your Door is
  133.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  134.       passed to your Door would be:
  135.                                    FOOBAR FOOBAR.CFG /5
  136.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  137.       normally used with COM1. No /x parameter is needed for the standard
  138.       IRQ's.
  139.  
  140.  
  141.  
  142.                                ADOPT-A-DOOR
  143.                                ____________
  144.  
  145.     Having been a Sysop for a number of years, I have had my share of problems
  146.     and frustrations getting financial support for my board's upkeep. A fellow
  147.     Sysop left a message on my board, not long ago, about a concept that was
  148.     being used by several boards around the country.
  149.  
  150.     The concept, ADOPT-A-DOOR, allows a caller to register (ADOPT) a door. It
  151.     would be the same as sending in a donation, only this way it is earmarked
  152.     for registering a particular door. In a way, the user feels he/she is
  153.     "getting something in return". As a Door author I have decided to build
  154.     this concept into each of my Door programs. The concept replaces the
  155.     usual message "tell the Sysop to register this Door" we find in most
  156.     doors.
  157.  
  158.     If the Door is unregisterd then a message appears on the opening screen
  159.     to that effect. After finishing or suspending a game, a message screen
  160.     is displayed about the ADOPT-A-DOOR concept. The message also tells the
  161.     caller to contact the Sysop to find out if there is any further details
  162.     to the ADOPT-A-DOOR concept. Some Sysops give extra D/L time, online
  163.     time, etc to callers that ADOPT-A-DOOR.
  164.  
  165.     If the Door has been registered, either by the Sysop or other callers,
  166.     the names of those contributors will be displayed in the closing screen.
  167.  
  168.     NOTE: If you want to display the names of the callers that contributed
  169.           to registering the Door, you must create an ASCII file called
  170.           ADOPT.SYS. You create it with an Editor or Word Processor. Enter
  171.           the name(s) of the contributors (one on each line, maximum of 5
  172.           entries, each a maximum of 30 characters long). This file must be
  173.           saved, in ASCII format, and placed in the Door directory.
  174.  
  175.  
  176.  
  177.                               LEGALITIES
  178.                               __________
  179.  
  180.  
  181.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  182.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  183.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  184.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  185.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  186.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  187.       OR BREACH OF ANY WARRANTY.
  188.  
  189.  
  190.  
  191.  
  192.  
  193.                              DISTRIBUTION
  194.                              ____________
  195.  
  196.    You may make this file available for downloading from your BBS or you may
  197.    upload it to any BBS of your choice, provided that you do not make any
  198.    changes to the contents of the archive (ZIP file). The archive and its
  199.    individual contents may not be used by any service that charges any money
  200.    whatsoever, without the written permission of the author.
  201.  
  202.  
  203.  
  204.  
  205.  
  206.                              REGISTRATION
  207.                              ____________
  208.  
  209.    Registration and the subsequent insertion of the registration number into
  210.    your configuation file, allows for the display of your BBS name on the
  211.    opening and closing screen as well as the reduction of a delay built into
  212.    the opening screen display along with the ability to change certain
  213.    values in the configuration file.
  214.  
  215.    To register your copy of HIROLL, please fill out the registration form
  216.    (REGISTER.FRM) and mail it along with a small donation ($20,25,etc) to
  217.    the name and address on the form.
  218.  
  219.    Be sure to use the proper upper/lower case when filling in your name and
  220.    BBS name, as they MUST match the way you entered them in the configuration
  221.    file.             ^^^^
  222.  
  223.    Based upon information supplied on the registration form, I will pre-
  224.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  225.    up your registration number.
  226.  
  227.  
  228.  
  229.                                  MISC
  230.                                  ____
  231.  
  232.    The latest version of HIROLL DICE and other fine SUNRISE DOOR programs
  233.    are always available for download from SUNRISE-80 BBS and/or SALTAIR BBS.
  234.  
  235.    Remember, should you have any problems, questions or suggestions, be sure
  236.    to drop me a message on either of the aforementioned BBS'.  In the near
  237.    future you will also be able to contact me via PCRelay.
  238.  
  239.  
  240.