home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / sunrise / monte37.zip / MONTE.DOC < prev    next >
Text File  |  1993-09-01  |  27KB  |  588 lines

  1.  
  2.                           MONTE CARLO SOLITAIRE
  3.  
  4.                                   v3.7
  5.  
  6.                                    by
  7.  
  8.                               Al Lawrence
  9.  
  10.                             Sunrise-80  BBS
  11.                          (404) 256-9525 (Data)
  12.                          (404) 705-9104 (Data)
  13.                  (404) 256-9518 (Voice, 9am-9:30pm EST)
  14.  
  15.  
  16.  
  17.  
  18.                                 OVERVIEW
  19.                                 ________
  20.  
  21.  
  22.    MONTE CARLO Solitaire is a challenging solitaire card game where the
  23.    objective is to remove all cards from the tableau. You receive points
  24.    for all cards removed as well as a bonus if all cards are removed.
  25.  
  26.  
  27.    NOTE: Most errors will be logged to a file called DFRAME.ERR, which is
  28.          created in the directory you run the door from.
  29.  
  30.  
  31.  
  32.  
  33.                               INSTALLATION
  34.                               ____________
  35.  
  36.  
  37.    Installation is fairly easy and straight-forward. The following steps and
  38.    examples should have you up and running in a very short period of time.
  39.    It is assumed that you are familiar with setting up DOORS on your system.
  40.    To this end, only examples of the configuration file and Door batch file
  41.    are described.
  42.  
  43.       1) Create a directory to hold all MONTE files
  44.  
  45.       2) Unzip MONTExx.ZIP into the the above directory
  46.  
  47.       3) Create a configuration file, with a name of your choice, or
  48.          modify the supplied MONTE.CFG file. A description follows:
  49.  
  50.  
  51.             **                       Location of system file (See Below)
  52.             SUNRISE-80 BBS           Your BBS Name
  53.             Al                       Sysop's First name
  54.  
  55.             Lawrence                 Sysop's Last Name
  56. |-----------------------------------------------------------------------------|
  57. | READ!     1                        CommPort  \ These 2 lines are required   |
  58. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  59. |-----------------------------------------------------------------------------|
  60.             00000000                 Registration Number
  61.  
  62.     !   #   1                        Maximum # of Games per day
  63.                                      (Sysop gets 99 in Registerd verion ONLY!)
  64.  
  65.         #   0                        Max # of days a caller can make up, during
  66.                                      calls in one day. 0=Disable Make-up Option
  67.                                      Maximum value = 27, Minimum value = 1
  68.  
  69.         #   NONE                     Drive:\Path\Filename to contain the
  70.                                      Top Score Bulletin or enter NONE
  71.                                      for NO Bulletin creation.
  72.  
  73.         #   NONE                     Drive:\Path\Filename to contain the
  74.                                      Top Score Bulletin (Color) or enter NONE
  75.                                      for NO Bulletin creation.
  76.  
  77.         #   NONE                     Drive:\Path\Filename to contain the
  78.                                      Hall of Fame Bulletin or enter NONE
  79.                                      for NO Bulletin creation.
  80.  
  81.         #   NONE                     Drive:\Path\Filename to contain the
  82.                                      Hall of Fame Bulletin (Color) or enter NONE
  83.                                      for NO Bulletin creation.
  84.  
  85.             2                        1 = DO NOT Display ADOPT-A-DOOR Message
  86.                                      2 = Display ADOPT-A-DOOR message
  87.  
  88.         #   2                        Keyboard timeout value in Minutes
  89.  
  90.         #   500                      Bonus points for removing all card
  91.  
  92.     !   #   0                        Time Allowed in Door
  93.                                      (Sysop = Time Remaining - REG. VERSION)
  94.  
  95.         #   N                        Automatic game reset at end of month:
  96.                                        Y = Yes enable autoreset
  97.                                        N = Keep accumulating scores
  98.  
  99.         #   Y                        Y = Allow Sysop to have 999 games
  100.                                      N = Do Not Allow Sysop 999 games
  101.  
  102.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  103.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  104.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  105.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  106.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  107.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  108.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  109.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  110.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  111.     !   #   000=00/00                 Security Level/Games Allowed Per Day
  112.  
  113.     @   #   XXXX/YYYY                 Blackout Range  From/To
  114.     @   #   XXXX/YYYY                 Blackout Range  From/To
  115.     @   #   XXXX/YYYY                 Blackout Range  From/To
  116.     @   #   XXXX/YYYY                 Blackout Range  From/To
  117.     @   #   XXXX/YYYY                 Blackout Range  From/To
  118.  
  119.             000                       Unique 3-digit number used as a suffix
  120.                                       for the exported score file name, if
  121.                                       you wish to paricipate in an Inter-BBS
  122.                                       game. 000=no Inter-BBS participation.
  123.  
  124.  
  125.            ** = Replace with ONE of the following:
  126.  
  127. C:\PCB\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  128. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  129. C:\BBS\USERINFO.DAT             <- For Wildcat! systems using v3.x
  130.                                    (Note:DOOR.SYS must be in SAME directory)
  131. C:\BBS\DOOR.SYS                 <- For ANY systems that support DOOR.SYS
  132. C:\BBS\DORINFOx.DEF             <- For ANY systems that support DORINFOx.DEF
  133. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  134. c:\bbs\TRIBBS.SYS               <- For TriBBS systems.
  135. C:\BBS\CHAIN.TXT                <- For WWIV systems
  136. C:\BBS\GTUSER.BBS               <- For GT Power
  137.                                    * if using this option you must put the
  138.                                      ComPort # on line 5 and the Node # on
  139.                                      line 6 of the configuration file
  140.  
  141.         # = Requires registration to change to a different value.
  142.         ! = See "Plays Per Day" Below
  143.         @ = See "Blackout Periods" Below
  144.  
  145.  
  146.                NOTE: There are NO Blank Lines in the Config File!!
  147.  
  148.  
  149.       4) Create a batch file or modify the MONTE file supplied. A
  150.          description of this file follows:
  151.  
  152.             ECHO off
  153.             cd\BBS\DOORS\MONTE        Location of Monte files
  154.             MONTE MONTE.CFG           EXE filename and CFG filename (Name
  155.                                       used in creating file in #3 above)
  156.             CD\BBS
  157.             BOARD
  158.  
  159.  
  160.        5) When running in more than one node, be sure to supply a
  161.           different configuration name for each node (your choice of name).
  162.  
  163.        6) If running with Fossil-based multi-port boards add
  164.            /FD to the line containing the CFG name as follows:
  165.  
  166.                           MONTE MONTE.CFG /FD
  167.  
  168.  
  169.  
  170.                MAKE-UP DAYS (Registered version only)
  171.                --------------------------------------
  172.  
  173. The Make-Up-Day feature allows the caller to make up any plays he/she missed
  174. during the current month and prior to the current call. You control whether
  175. to allow this option, as well as the number of days the caller can make up, on
  176. any particular days worth of calls. Entering a 0 (zero) for this option, in the
  177. configuration file, turns the option OFF, any other value (up to a max of 27)
  178. turns the option ON and dictates the number of days the caller can make up.
  179.  
  180.  
  181. NOTE:      The number of games per day is calculated as follows...
  182.  
  183.            Games Allowed per day x Number of makeup days.
  184.  
  185. Example:   Games Allowed per day = 2
  186.            Max # of makeup days  = 4
  187.  
  188. If a caller logs in on 5/8/92 and this is their first call of the month, they
  189. would have a potential of 16 games to makeup and bring them current
  190. (8 days (5/8/92) * 2 (games per day)). However, since the maximum # of Makeup
  191. Days is set at 4, the maximum # of games the caller can play on 5/8/92, is 8
  192. (games allowed * max # of makeup days).
  193.  
  194.  
  195.  
  196.              HALL OF FAME BULLETINS (Registered version only)
  197.              ------------------------------------------------
  198.  
  199. The program will automatically reset the game when the first caller of the
  200. month plays the game. The score file will be cleared and a set of Hall of Fame
  201. bulletin files will be created. The files will be called SUNHOF.ASC and
  202. SUNHOF.ANS (ASCII and ANSI versions). The files will be placed in the same
  203. directory as the MONTE.EXE file. You are responsible for COPYING the files to
  204. your bulletin area and renaming to a filename of your choice.
  205.  
  206. WARNING: The HOF files are cumulative files. That means they are read in each
  207.          month and updated. DO NOT DELETE EITHER FILE!!!! or you will lose
  208.          the record of prior months winners!!!!
  209.  
  210.  
  211.  
  212.  
  213.                           BLACKOUT PERIODS
  214.                           ________________
  215.  
  216.       Use the Blackout ranges option to define up to 5 time periods during
  217.       which you DO NOT want the Door to be played. If a caller tries to access
  218.       the Door during the Blackout period, they will be shown a message that
  219.       contains ALL the Blackout periods you have defined, and to try the Door
  220.       at a later time.
  221.  
  222.       Each of the 5 Blackout ranges takes the form of XXXX/YYYY, where
  223.       XXXX=beginning time and YYYY=the ending time. For example, 0930/1230
  224.       means to NOT allow the Door to be played between 9:30am and 12:30pm.
  225.  
  226.       IMPORTANT: - All times must be 4 digits & must follow the XXXX/YYYY format
  227.                  - DO NOT change the XXXX/YYYY entry UNLESS you want to assign
  228.                    a Blackout range.
  229.                  - You MUST use the MILITARY time format. Example: 2030=8:30pm
  230.                    0900=9am, 0030=12:30am, 1700=5pm, etc.
  231.  
  232.  
  233.                           PLAYS Per DAY/DOOR Time
  234.                           _______________________
  235.  
  236.       Plays Per Day and Door Time can be controlled several ways:
  237.  
  238.       (1) You can use the Games Per Day, singular option, in the config
  239.           file above. This option, will affect ALL callers whose Security
  240.           Level is NOT defined in any of the 10 optional Security Level/
  241.           Plays Per Day entries in the config file.
  242.  
  243.       (2) You can use the Door Time, singular option, in the config file
  244.           above. This option, will affect ALL callers whose Security
  245.           Level is NOT defined in any of the 10 optional Security Level/
  246.           Plays Per Day/Door Time entries in the config file.
  247.  
  248.       (3) You can restrict the number of games a specific Security Level
  249.           will be allowed to play per day or REWARD specific Levels with
  250.           more Plays Per Day.
  251.  
  252.           Likewise, you can restrict the Play time for a specific Security
  253.           Level or REWARD specific Levels with more Door Time.
  254.  
  255.           These options are handled by the use of the 10 config
  256.           entries (000=00/00).
  257.  
  258.           The format of each entry is as follows:
  259.  
  260.           XXX=YY/ZZ  where XXX is the Security Level (must be 3 digits)
  261.                      where =  is a constant and MUST be included
  262.                      where YY is the # of games per day (must be 2 digits)
  263.                      where / is a constant and MUST be included
  264.                      where ZZ is num. minutes per Door entry (must be 2 digits)
  265.  
  266.           If the callers Security Level is NOT defined, his/her Plays Per
  267.           Day and Door Time will be controlled by the values in items
  268.           (1) and (2), above, respectively..
  269.  
  270.           You may define up to 10 Security Levels. All unused entries must
  271.           be defined as   000=00/00
  272.         --------------------------------------------------------------------
  273.           Example: Suppose you had 3 Security Levels defined on your BBS as
  274.           (20=Subscriber, 30=Visiting Sysop, 40=CoSysop, 90=Friend) and you
  275.           wanted to set Plays Per Day as :     Subscriber=5
  276.                                            Visiting Sysop=2
  277.                                                   CoSysop=3
  278.                                                    Friend=10
  279.  
  280.           and Door Time as follows:     Subscriber=30 minutes
  281.                                     Visiting Sysop=20 minutes
  282.                                            CoSysop=10 minutes
  283.                                             Friend=remaining call time
  284.  
  285.  
  286.           You would set the Individual "Games per Day" config entry to 1 and
  287.           the individual "Door Time" to 5 minutes (these would be the
  288.           default number of games and default Time for all Security Levels
  289.           other than 20,30 or 40... make them any number you want). Next you
  290.           would replace 4 of the Security Level entries as :  020=05/30
  291.                                                               030=02/20
  292.                                                               040=03/10
  293.                                                               090=10/0
  294.  
  295.  
  296.                         INTER-BBS OPTION
  297.                         ----------------
  298.  
  299. The Inter-BBS option is used when you are looking for a way to expand the
  300. Monte Carlo competition beyond just running it on your BBS alone. With
  301. this option you can join with any number of other BBS' to create some very
  302. 'heated' scoring competition.
  303.  
  304. The Inter-BBS option has its own High Score file and when High Scores are
  305. displayed, on participating BBS', the name of the BBS on which the score was
  306. obtained will also be displayed. At the end of the month, the Inter-BBS
  307. scores will be reset automatically and a winner will be determined and
  308. displayed as part of the High Score display in the next month.
  309.  
  310. The Inter-BBS option uses the 'HUB' and 'NODE' concept. The 'HUB' is the
  311. central/controlling BBS to whom all the other BBS' ('NODES') upload/transfer
  312. their score files. The 'HUB' then merges all score files and makes a merged
  313. file available for the 'NODES' to download/transfer.
  314.  
  315. A separate program is supplied, called INTERBBS. This program will perform
  316. the merging of score files for both the 'HUB' and 'NODE' and generate updated
  317. score files. INTERBBS can be run as many times as you wish. We recommend that,
  318. if at all possible, the 'HUB' run INTERBBS several times during a 24 hour
  319. period to process uploaded 'NODE' score files. This will allow the 'NODES' to
  320. generate the maximum competition on their systems as possible. All files used
  321. by INTERBBS MUST be in the MONTE Carlo directory.
  322.  
  323. To run INTERBBS as a 'HUB'  use:  INTERBBS MONTE MONTE.CFG HUB
  324. To run INTERBBS as a 'NODE' use:  INTERBBS MONTE MONTE.CFG
  325.  
  326. You must also change the Inter-BBS parameter in the Monte Carlo configuration
  327. file. This parameter is a UNIQUE 3-digit identifier. The BBS functioning as
  328. the 'HUB', should control who gets what number to avoid duplicate numbers
  329. being used. Duplicate numbers will result in some BBS' scores not being
  330. reflected in the merged score file. We recommend that the 'HUB' use 001 and
  331. the 'NODES' use 002-999.
  332.  
  333. INTERBBS will create a MONTE0.xxx file (where xxx is the 3-digit identifier
  334. you supplied in the CFG file). When you run as a 'HUB' it will read ALL
  335. MONTE0.xxx files that it finds in the MONTE directory. It will delete ALL
  336. MONTE0.xxx files after processing them and will create a MONTE0.001 file
  337. (combined score file; assuming 'HUB' is using the 001 identifier) that you
  338. must make available for the 'NODES' to download/transfer. When running as
  339. a 'NODE', INTERBBS will only import one (1) MONTE0.xxx file so be sure to
  340. delete ALL MONTE0.xxx files from the MONTE directory, AFTER sending to
  341. your 'HUB'.
  342.  
  343. The High Scorer of the month is determined when the 'HUB' runs INTERBBS for
  344. the FIRST time on the 1st of the new month. This is VERY IMPORTANT to
  345. remember!! If you are the 'HUB' you MUST be sure to run INTERBBS on the 1st
  346. of the month, but at the same time giving the 'NODES' ample time to
  347. upload/transfer their score files. Once you have run INTERBBS on the 1st,
  348. INTERBBS will reject ALL prior month entries. We suggest that 'NODES' run
  349. INTERBBS as soon after MIDNIGHT, on the last day of the month, as possible,
  350. and that 'HUBS' run INTERBBS as late as they can on the 1st, thus giving
  351. 'NODES' ample time to get the files to the 'HUB'.
  352.  
  353. In order to ensure some level of fairness, certain MONTE CARLO configuration
  354. parameters MUST be the same for ALL participating BBS' The following CFG
  355. parameters are affected:
  356.  
  357.   Line  6: Maximum games per day
  358.   Line  7: Maximum # days caller can make up in 1 day
  359.   Line 14: Bonus for clearing entire grid
  360.   Line 17: Allow Sysops to play 99 games/day
  361.  
  362. The 'HUB' should set the values for each of the above and convey the settings
  363. to ALL nodes. If the values on the 'NODE' do not agree with the 'HUB' values,
  364. the uploaded file will be rejected.
  365.  
  366. INTERBBS.LOG will contain information about each INTERBBS session. You are
  367. advised to check this file regularly to ensure that the Inter-BBS option
  368. is functioning properly.
  369.  
  370. Sample 'HUB' Batch file:
  371. ------------------------
  372. Rem Copy uploaded MONTE0.xxx files from the Upload area(s) to MONTE directory
  373. COPY C:\BBS\UPLOAD\MONTE0.*  C:\MONTE
  374. DEL C:\BBS\UPLOAD\MONTE0.*
  375. COPY C:\FIDO\FILES\MONTE0.*  C:\MONTE
  376. DEL C:\FIDO\FILES\MONTE0.*
  377.  
  378. Rem Process ALL "NODE' files
  379. CD\MONTE
  380. INTERBBS MONTE MONTE.CFG HUB
  381.  
  382. Rem Copy MONTE0.001 to file area(s) that 'NODES' can download from
  383. COPY MONTE0.001 C:\BBS\DOWNLOAD
  384. COPY MONTE0.001 C:\FIDO\FILES
  385.  
  386. Sample 'NODE' Batch file:
  387. ------------------------
  388. Rem Copy MONTE0.001 file from the Upload area to MONTE directory
  389. COPY C:\BBS\UPLOAD\MONTE0.001  C:\MONTE
  390. DEL C:\BBS\UPLOAD\MONTE0.*
  391. COPY C:\FIDO\FILES\MONTE0.*  C:\MONTE
  392. DEL C:\FIDO\FILES\MONTE0.*
  393.  
  394. Rem Process "HUB' file
  395. CD\MONTE
  396. INTERBBS MONTE MONTE.CFG
  397.  
  398. Rem Copy MONTE0.xxx (XXX=NODES ID #) to a file area in preparation for
  399. Rem uploading to the 'HUB'
  400. COPY C:\MONTE\MONTE0.xxx C:\BBS\DOWNLOAD
  401.  
  402.  
  403.  
  404.        IMPORTANT: If Door is NOT registered, ALL player's names that originate
  405.                   from the BBS running the unregistered Door, will be displayed
  406.                   as "** Door Unregistered **". As soon as the Door is
  407.                   registered the player's name will be displayed.
  408.  
  409.  
  410.                          NON-STANDARD COM SUPPORT
  411.                          ________________________
  412.  
  413.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  414.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  415.       number after the configuration filename. Let's assume your Door is
  416.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  417.       passed to your Door would be:
  418.  
  419.                             FOOBAR FOOBAR.CFG /5
  420.  
  421.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  422.       normally used with COM1. No /x parameter is needed for the standard
  423.       IRQ's.
  424.  
  425.       As an alternative, you may use an environmental variable on the command
  426.       line. To use the variable (following the example above), place a
  427.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  428.       different IRQ number for each node). The command line would now look
  429.       like this:
  430.  
  431.                           FOOBAR FOOBAR.CFG /%IRQ%
  432.  
  433.       This, in combination with the use of the environmental variables
  434.       described in the MULTI-NODE SETUP section will allow you to use one
  435.       batch file and one config file to run this door on all nodes.
  436.  
  437.  
  438.  
  439.  
  440.                            MULTI-NODE SETUP
  441.                            ________________
  442.  
  443.       All Sunrise Doors are Multi-Node capable. Each node must have the
  444.       ability to access a configuration file which will have its own system
  445.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  446.       line. There are 2 ways to accomplish this:
  447.  
  448.       (1) Create a separate configuration file for each node. The only
  449.           difference between each file would be the location of the system
  450.           file for that particular node. For example, on my system there are 2
  451.           nodes and the first line of the config files would look like this:
  452.  
  453.                         NODE1:  H:\PCB1\DOOR.SYS
  454.                         NODE2:  H:\PCB2\DOOR.SYS
  455.  
  456.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  457.  
  458.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  459.           the following PCBoard environmental variables:
  460.  
  461.                  PCBDIR    (Directory containing the System file)
  462.                  PCBDRIVE  (Drive containing the System file)
  463.  
  464.           Thus, the first line of the SINGLE configuration file, for this Door
  465.           would look like this:
  466.  
  467.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  468.  
  469.       NOTE: This option, as described, assumes that you are running PCBoard
  470.             14.5a software. The environmental variables are automatically
  471.             created by the software for each node.
  472.  
  473.             HOWEVER, if you are running other BBS software you should be able
  474.             to set the variables EXACTLY as described below, for EACH node
  475.             (more than likely in each batch file you use to bring up EACH node):
  476.  
  477.                             PCBDRIVE=C:
  478.                             ^^^^^^^^^
  479.                             PCBDIR=\NODE2
  480.                             ^^^^^^^^
  481.  
  482.             Info with a carat (^) under it, MUST be typed as is. The rest
  483.             depends on your naming conventions.
  484.  
  485.             This, in combination with the use of the optional environmental
  486.             variable described in the NON-STANDARD COM SUPPORT section, will
  487.             allow you to use one batch file and one config file to run this
  488.             door on all nodes.
  489.  
  490.  
  491.                                ADOPT-A-DOOR
  492.                                ____________
  493.  
  494.     Having been a Sysop for a number of years, I have had my share of problems
  495.     and frustrations getting financial support for my board's upkeep. A fellow
  496.     Sysop left a message on my board, not long ago, about a concept that was
  497.     being used by several boards around the country.
  498.  
  499.     The concept, ADOPT-A-DOOR, allows a caller to register (ADOPT) a door. It
  500.     would be the same as sending in a donation, only this way it is earmarked
  501.     for registering a particular door. In a way, the user feels he/she is
  502.     "getting something in return". As a Door author I have decided to build
  503.     this concept into each of my Door programs. The concept replaces the
  504.     usual message "tell the Sysop to register this Door" we find in most
  505.     doors.
  506.  
  507.     If the Door is unregisterd then a message appears on the opening screen
  508.     to that effect. After finishing or suspending a game, a message screen
  509.     is displayed about the ADOPT-A-DOOR concept. The message also tells the
  510.     caller to contact the Sysop to find out if there is any further details
  511.     to the ADOPT-A-DOOR concept. Some Sysops give extra D/L time, online
  512.     time, etc to callers that ADOPT-A-DOOR.
  513.  
  514.     If the Door has been registered, either by the Sysop or other callers,
  515.     the names of those contributors will be displayed in the closing screen.
  516.  
  517.     NOTE: If you want to display the names of the callers that contributed
  518.           to registering the Door, you must create an ASCII file called
  519.           ADOPT.SYS. You create it with an Editor or Word Processor. Enter
  520.           the name(s) of the contributors (one on each line, maximum of 5
  521.           entries, each a maximum of 30 characters long). This file must be
  522.           saved, in ASCII format, and placed in the Door directory.
  523.  
  524.  
  525.  
  526.                               LEGALITIES
  527.                               __________
  528.  
  529.  
  530.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  531.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  532.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  533.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  534.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  535.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  536.       OR BREACH OF ANY WARRANTY.
  537.  
  538.  
  539.  
  540.  
  541.  
  542.                              DISTRIBUTION
  543.                              ____________
  544.  
  545.    You may make this file available for downloading from your BBS or you may
  546.    upload it to any BBS of your choice, provided that you do not make any
  547.    changes to the contents of the archive (ZIP file). The archive and its
  548.    individual contents may not be used by any service that charges any money
  549.    whatsoever, without the written permission of the author.
  550.  
  551.  
  552.  
  553.  
  554.  
  555.                              REGISTRATION
  556.                              ____________
  557.  
  558.    Registration and the subsequent insertion of the registration number into
  559.    your configuation file, allows for the display of your BBS name on the
  560.    opening and closing screen as well as the reduction of a delay built into
  561.    the opening screen display along with the ability to change certain
  562.    values in the configuration file.
  563.  
  564.    To register your copy of LADDERS, please fill out the registration form
  565.    (REGISTER.FRM) and mail it along with the registration fee to
  566.    the name and address on the form.
  567.  
  568.    Be sure to use the proper upper/lower case when filling in your name and
  569.    BBS name, as they MUST match the way you entered them in the configuration
  570.    file.             ^^^^
  571.  
  572.    Based upon information supplied on the registration form, I will pre-
  573.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  574.    up your registration number.
  575.  
  576.  
  577.  
  578.                                  MISC
  579.                                  ____
  580.  
  581.    The latest version of MONTE CARLO and other fine SUNRISE DOOR programs
  582.    are always available for download from SUNRISE-80 BBS.
  583.  
  584.    Remember, should you have any problems, questions or suggestions, be sure
  585.    to drop me a message on Sunrise-80 or you can reach me through the
  586.    RIME (BBS Doors, Sysops, PCBHints), SMARTNET, FIDONET 1:133/410
  587.  
  588.