home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / sunrise / states29.zip / STATES.DOC < prev    next >
Text File  |  1993-06-19  |  9KB  |  233 lines

  1.  
  2.                                  STATES
  3.  
  4.                                   v2.9
  5.  
  6.  
  7.                                    by
  8.  
  9.                               Al Lawrence
  10.                          Sunrise Door Software
  11.  
  12.                             Sunrise-80  BBS
  13.                          (404) 256-9525 (Data)
  14.                          (404) 705-9104 (Data)
  15.                 (404) 256-9518 (Voice, 9am-9:30pm EST)
  16.  
  17.  
  18.  
  19.  
  20.                                 OVERVIEW
  21.                                 ________
  22.  
  23.  
  24.    STATES is an educational game whereby you select one of the 50 United
  25.    States and the computer askes you a series of questions in an attempt
  26.    to guess the State you selected.
  27.  
  28.  
  29.    NOTE: Most errors will be logged to a file called DFRAME.ERR, which is
  30.          created in the directory you run the door from.
  31.  
  32.  
  33.  
  34.                               INSTALLATION
  35.                               ____________
  36.  
  37.  
  38.    Installation is fairly easy and straight-forward. The following steps and
  39.    examples should have you up and running in a very short period of time.
  40.    It is assumed that you are familiar with setting up DOORS on your system.
  41.    To this end, only examples of the configuration file and Door batch file
  42.    are described.
  43.  
  44.       1) Create a directory to hold all STATES files
  45.  
  46.       2) Unzip STATESxx.ZIP into the the above directory
  47.                              ^^^              ^^
  48.       3) Create a configuration file, with a name of your choice, or
  49.          modify the supplied STATES.CFG file. A description follows:
  50.  
  51.             C:\PCB\   **             Location of System File
  52.             SUNRISE-80 BBS           Your BBS Name
  53.             Al                       Sysop's First Name
  54.             Lawrence                 Sysop's Last Name
  55. |-----------------------------------------------------------------------------|
  56. | READ!     1                        CommPort  \ These 2 lines are required   |
  57. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  58. |-----------------------------------------------------------------------------|
  59.  
  60.             25                       Maximum # of Games
  61.  
  62.          ** Replace With ONE of the Following:
  63. C:\PCB\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  64. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  65. C:\BBS\DOOR.SYS                 <- For ANY systems that support DOOR.SYS
  66. C:\BBS\DORINFOx.DEF             <- For ANY systems that support DORINFOx.DEF
  67. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  68. c:\bbs\TRUBBS.SYS               <- For TriBBS systems.
  69. C:\BBS\CHAIN.TXT                <- For WWIV systems
  70. C:\BBS\GTUSER.BBS               <- For GT Power
  71.                                    * if using this option you must put the
  72.                                      ComPort # on line 5 and the Node # on
  73.                                      line 6 of the configuration file
  74.  
  75.  
  76.       4) Create a batch file or modify the STATES file supplied. A
  77.          description of this file follows:
  78.  
  79.             ECHO off
  80.             cd\PCB\DOORS\STATES       Location of States files
  81.             STATES STATES.CFG         EXE filename and CFG filename (Name
  82.                                       used in creating file in #3 above)
  83.             CD\PCB
  84.             BOARD
  85.  
  86.  
  87.        5) When running in more than one node, be sure to supply a
  88.           different configuration name for each node (your choice of name).
  89.  
  90.        6) If running with Fossil-based multi-port boards add
  91.            /FD to the line containing the CFG name as follows:
  92.  
  93.                         STATES STATES.CFG /FD
  94.  
  95.  
  96.  
  97.  
  98.                         NON-STANDARD COM SUPPORT
  99.                         ________________________
  100.  
  101.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  102.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  103.       number after the configuration filename. Let's assume your Door is
  104.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  105.       passed to your Door would be:
  106.  
  107.                             FOOBAR FOOBAR.CFG /5
  108.  
  109.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  110.       normally used with COM1. No /x parameter is needed for the standard
  111.       IRQ's.
  112.  
  113.       As an alternative, you may use an environmental variable on the command
  114.       line. To use the variable (following the example above), place a
  115.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  116.       different IRQ number for each node). The command line would now look
  117.       like this:
  118.  
  119.                           FOOBAR FOOBAR.CFG /%IRQ%
  120.  
  121.       This, in combination with the use of the environmental variables
  122.       described in the MULTI-NODE SETUP section will allow you to use one
  123.       batch file and one config file to run this door on all nodes.
  124.  
  125.  
  126.  
  127.  
  128.                            MULTI-NODE SETUP
  129.                            ________________
  130.  
  131.       All Sunrise Doors are Multi-Node capable. Each node must have the
  132.       ability to access a configuration file which will have its own system
  133.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  134.       line. There are 2 ways to accomplish this:
  135.  
  136.       (1) Create a separate configuration file for each node. The only
  137.           difference between each file would be the location of the system
  138.           file for that particular node. For example, on my system there are 2
  139.           nodes and the first line of the config files would look like this:
  140.  
  141.                         NODE1:  H:\PCB1\DOOR.SYS
  142.                         NODE2:  H:\PCB2\DOOR.SYS
  143.  
  144.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  145.  
  146.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  147.           the following PCBoard environmental variables:
  148.  
  149.                  PCBDIR    (Directory containing the System file)
  150.                  PCBDRIVE  (Drive containing the System file)
  151.  
  152.           Thus, the first line of the SINGLE configuration file, for this Door
  153.           would look like this:
  154.  
  155.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  156.  
  157.       NOTE: This option, as described, assumes that you are running PCBoard
  158.             14.5a software. The environmental variables are automatically
  159.             created by the software for each node.
  160.  
  161.             HOWEVER, if you are running other BBS software you should be able
  162.             to set the variables EXACTLY as described below, for EACH node
  163.             (more than likely in each batch file you use to bring up EACH node):
  164.  
  165.                             PCBDRIVE=C:
  166.                             ^^^^^^^^^
  167.                             PCBDIR=\NODE2
  168.                             ^^^^^^^^
  169.  
  170.             Info with a carat (^) under it, MUST be typed as is. The rest
  171.             depends on your naming conventions.
  172.  
  173.             This, in combination with the use of the optional environmental
  174.             variable described in the NON-STANDARD COM SUPPORT section, will
  175.             allow you to use one batch file and one config file to run this
  176.             door on all nodes.
  177.  
  178.  
  179.  
  180.  
  181.                               LEGALITIES
  182.                               __________
  183.  
  184.  
  185.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  186.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  187.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  188.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  189.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  190.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  191.       OR BREACH OF ANY WARRANTY.
  192.  
  193.  
  194.  
  195.  
  196.  
  197.                              DISTRIBUTION
  198.                              ____________
  199.  
  200.    You may make this file available for downloading from your BBS or you may
  201.    upload it to any BBS of your choice, provided that you do not make any
  202.    changes to the contents of the archive (ZIP file). The archive and its
  203.    individual contents may not be used by any service that charges any money
  204.    whatsoever, without the written permission of the author.
  205.  
  206.  
  207.  
  208.  
  209.  
  210.                              REGISTRATION
  211.                              ____________
  212.  
  213.  
  214.    There is NO registration required for this program. This is FREEWARE!
  215.    Hopefully this program will serve to enhance your caller's knowledge
  216.    of the 50 United States. All I ask is that you promote its availability
  217.    on your BBS. Who knows, maybe we can help educate a small part of the
  218.    population.
  219.  
  220.  
  221.  
  222.                                  MISC
  223.                                  ____
  224.  
  225.    The latest version of STATES  and other fine SUNRISE DOOR programs
  226.    are always available for download from SUNRISE-80 BBS and/or SALTAIR BBS.
  227.  
  228.    Remember, should you have any problems, questions or suggestions, be sure
  229.    to drop me a message on either of the aforementioned BBS' or thru the
  230.    DOORS conference in the PCREALY/RIME network. NODE=SUNRISE
  231.  
  232.  
  233.