home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_GAME / RBBJ102.ZIP / RBBJSYSO.DOC < prev    next >
Text File  |  1994-02-26  |  14KB  |  290 lines

  1.          Riverboat Blackjack(RBBJ)(tm) Copyright(C) 1994 Steven R. Lorenz
  2.                            An Exdx Systems Development
  3.  
  4.                                   DISCLAIMER
  5.  
  6.         The author of RBBJ has taken every precaution to insure that no harm
  7.         or damage will occur on computer systems operating the RBBJ package.
  8.         Nevertheless, the author of RBBJ shall NOT be held liable for what-
  9.         ever may happen on your computer system or to any computer systems
  10.         which connect to your own as a result of operating the RBBJ package.
  11.         The user assumes full responsibility for the correct operation of
  12.         this software package, whether harm or damage results from software
  13.         error, hardware malfunction, or operator error. NO warranties are
  14.         offered, expressly stated or implied, including without limitation
  15.         or restriction any warranties of operation for a particular purpose
  16.         and/or merchantability.
  17.  
  18. License Agreement:
  19.  
  20.         The RBBJ game program, utility program, icons and documentation are
  21.         copyrighted products of Steven R. Lorenz.  Steven R. Lorenz reserves
  22.         all rights to these products. This is protected by the United States
  23.         of America (USA) and International Copyright Laws. In no way shall the
  24.         components of the RBBJ software package be reproduced or modified in
  25.         any form or method without prior expressly written permission from
  26.         Steven R. Lorenz.
  27.  
  28.         Tampering with or altering the contents or integrity of the RBBJ soft-
  29.         ware package is prohibited. No fee may be charged by any agency other
  30.         than Steven R. Lorenz or Exdx Systems beyond the cost of distributing
  31.         unregistered copies without prior expressly written permission from
  32.         Steven R. Lorenz.
  33.  
  34.         A major portion of this software was written by Scott Baker.    Mr.
  35.         Baker's Doordriver kit is used for the communications and interrupt
  36.         handling and this part of the software remains copyrighted by him.
  37.  
  38.         RBBJ is distributed under the Shareware concept. You are allowed to
  39.         operate RBBJ for a trial period of thirty (30) days. After this trial
  40.         period, you must register RBBJ or discontinue its usage.
  41. -----------------------------------------------------------------------------
  42.  
  43. REGISTRATION
  44.  
  45. Registration of RBBJ is mandatory if you wish to continue using RBBJ past the
  46. thirty day trial period.  This version allows one table of up to 5 players at
  47. a time to use the door.  The id systems allows up to  9,999 different players
  48. to play the game.
  49.  
  50. Restrictions:
  51. Without registration players may not save more than 2000 game dollars.
  52. Certain other minor features are restricted to registered games.
  53.  
  54. Sysop Instructions:
  55. Riverboat Blackjack supports a multitude of different BBS systems.
  56. Riverboat Blackjack supports time slice management in Desqview and Dos Boxes
  57. in OS/2, Windows 3.xx and Windows/NT.
  58. To insure proper multi-node operation DOS SHARE must be loaded.  If using
  59. Desqview, Share must be loaded prior to Desqview.
  60.  
  61. Setup:
  62.  Step 1: Create a Sub-Directory called RBBJ.
  63.          Move RBBJ1.zip to this directory.
  64.          Once there type <path>pkunzip -d RBBJ1.zip
  65.          This will create and load the correct sub-directories with the proper
  66.          data base files.
  67.  
  68.  Step 2. If you did not use the -d switch then you will have to create 3 sub-
  69.          directories of RBBJ; called DATA and HELP.
  70.          The .exe, .bat, and .ctl  RBBJ directory.
  71.          All .dat and ix files will be in DATA and all helpX.txt should be put
  72.          into HELP.
  73.  
  74.           C:-- RBBJ
  75.                 |-- DATA         
  76.                 |__ HELP         
  77.  
  78.  Step 3. Customize the RBBJ.CTL file.  This is a file that contains crucial
  79.          information that RBBJ needs to run.  The RBBJ.CTL file itself explains
  80.          what information it needs. If you have fossil drivers be sure to
  81.          uncomment the 'fossil' option.  If you have a modem set to a non-std
  82.          IRQ be sure to use the PORT# option for that com port.
  83.  
  84.          Where to put this file?
  85.          Put this file wherever you are running RBBJACK.exe from.  If you are
  86.          running multi-node you could put a copy in each node directory and
  87.          run from there.  If you change directory to the RBBJ directory put
  88.          the file here.  See the example door#.bat files.  If you only need
  89.          one copy of this file but you want to run from a directory other than
  90.          RBBJ you can use the /C parm.  This tells RBBJACK to use the RBBJ.ctl
  91.          file in the game directory.
  92.  
  93.  Step 4.  In order to run the (online) RBBJACK.exe program the following
  94.           parameters may be used.
  95.  
  96.               "/Bxxxxx"  This tells RBBJACK.exe to lock its baud rate
  97.           at xxxxx.  This will lock the baud rate at the same value for
  98.           all nodes that use this command line.  If you perfer a more
  99.           selective way to lock baud use 'LOCKBAUD' command in the
  100.           RBBJ.ctl file.
  101.  
  102.               "/C"      This tells RBBJACK.exe to look for the RBBJ.CTL
  103.           file in the RBBJ directory and not the local directory.  Normally
  104.           RBBJACK will look for the RBBJ.ctl file locally, thus if it is
  105.           run with the /Z parm in say C:\BBS\Node2 directory it will look in
  106.           the Node2 dir for the .ctl file.  When this is used RBBJACK will
  107.           look for the .ctl file in the RBBJ directory while running from the
  108.           node2 dir.
  109.  
  110.               "/L"      This tells RBBJACK.exe to load up in LOCAL
  111.           mode. This is good for testing or when a sysop just wants
  112.           to "try out" the door without messing with his BBS setup.
  113.           The "/L" mode will ask the user for his name and run the
  114.           door in local mode.
  115.  
  116.               "/Nx"     (where x is 1..9) This specifies a "node
  117.           number". Some bbs software support multinode environments
  118.           in which you must know the node number of the drop file to
  119.           use. For example, RBBS-PC uses DORINFOx.DEF.   If you
  120.           specified "/N2" then RBBJACK.exe would use DORINFO2.DEF.
  121.  
  122.               "/Pyyy"   This specifies the PATH to the drop files.
  123.           For example, "/PC:\WC30\WCWORK\NODE1" would tell RBBJACK.exe
  124.           to look for the drop files in C:\WC30\WCWORK\NODE1.
  125.  
  126.           Two sample .bat files are included --> Door1.bat.
  127.                                              --> Door2.bat.
  128.  
  129.               "/Wx"     (where x is 5..9) This specifies a "wait period".
  130.           To allow slower systems to run the door, sysops can set the time
  131.           for the step intervals.  The default is 5.  Note the game will
  132.           reduce this dynamically by several seconds depending on the number
  133.           of players. Also, some steps consist of several waitperiods.
  134.  
  135.    NOTE - 1 Player      Waitperiod-3 seconds
  136.           2 Players     Waitperiod-2 seconds
  137.           3 Players     Waitperiod-1 second
  138.           4-5 players   Waitperiod
  139.  
  140.    NOTE - Step                      Time Span
  141.            1  Shuffle/Start         Waitperiod
  142.            2  Bet                   25 seconds
  143.            3  Deal                  Waitperiod
  144.            4  Pickup cards          3 x Waitperiod
  145.            5  Insurance             3 x Waitperiod + 15 seconds
  146.            6  Each Hit/Stand Play   3 x Waitperiod + 15 seconds
  147.            7  Dealers Play          3 x Waitperiod
  148.            8  Pay winners           Waitperiod
  149.  
  150.               "/Z"    This command you can run RBBJACK from anywhere in your
  151.          system as long as you include the correct file path.  RBBJACK will
  152.          derive the file path to the files area from this file path.
  153.  
  154.          Example: G:\BBS\Doors\RBBJ\RBBJACK /Z 
  155.          'G:\BBS\Doors\RBBJ\' now will be used as the part of the path to the
  156.          Data and Help directories.
  157.  
  158.          See Door2.bat for an example of this.
  159.          --------------------------------------------------------------------
  160.          WC digiboard help.  Using the digifos 13 fossil you can run the
  161.          game using the following commands:
  162.  
  163.          DF LOCK %WCPORTID%
  164.          CD\DOORS\RBBJ
  165.          C:\DOORS\RBBJ\RBBJACK /PC:WC30\WCWORK\NODE%WCNODEID%
  166.          CD\WC30\WCWORK\NODE%WCNODEID%
  167.          DF OFF %WCPORTID%
  168.          EXIT
  169.  
  170.   Special sysop function.  If your logon name matches the sysop name in the .ctl
  171.   file you can change the bet limits on a registered game.  You must be in ansi
  172.   mode and you will be asked if you want to change the limits.
  173.  
  174.   A Rip bulletin can be created by the game.  You must define it and its path
  175.   in the RBBJ.ctl file.   To make this useful for your BBS you may have to do
  176.   some editing.  The easiest thing to do is to create a seperate .rip file using
  177.   your favorite editor.    This file will contain the reset or framing rip code
  178.   need for your own particular bbs.  Then use dos copy to make a joined file as
  179.   a bulletin.
  180.   Example:
  181.   copy bullrbbj.rip+reset.rip <path>bull##.rip
  182.  
  183.   RBBJUTIL - Local program to change the players alias name or picture number.
  184.  
  185.   Also included is a zipped icon file (RBBJICON.zip).  This should be put into
  186.   your file area for downloading by players.  This contains face cards and
  187.   player face icons.
  188.  
  189.  
  190. COMMON ERRORS
  191.    003  File path not found. Check to make sure the game directory is correctly
  192.         named as RBBJ.
  193.    201  Files not found. Check to make sure that there are files in the Data
  194.         subdirectory.
  195.  
  196.    This game uses considerable memory space.  The way to gain the greatest
  197.    memory space is to shell the bbs software to disk when running doors,
  198.    especially when using a front door and fossils.
  199.  
  200. Crash/Powerfailure.
  201. The worst thing that can happen to the game is to stop in mid process without
  202. a proper cleanup.  If the program refuses to run after such a shutdown erase
  203. the jack1.dat, jack1.ix, chat.dat, chat.ix.  Then try running again.
  204.  
  205. HISTORY
  206.   1.00 Release date 2.23.1994.
  207.   1.02 Now program split into an .exe and .ovr file. Also improved icons and
  208.        included leftout card backs.
  209.  
  210. Future
  211.   Professional version with that allows up to 9 tables of Blackjack. Players
  212.   scan tables to see who's playing, table limits.
  213. ------------------------------------------------------------------------------
  214. beta sites:
  215. Threshold of Origin - RBBS/Novell Network (509)248-5478 sysop: Don Rowe
  216. Network Cabling     - WC/DV/Digiboard     (414)764-6706 sysop: Den Christensen
  217.  
  218. ------------------------------------------------------------------------------
  219. Other Rip and Ansi games by Exdx Systems:
  220.    Railroad Empires 2 (RRX2) a Railroad Tycoon simulation game.
  221.    Romans at War 2    (RAW2) an Ancient warfare strategy conquest game.
  222.    Empires at War 2   (EAW2) a Napoleonic warfare strategy conquest game.
  223.  
  224. ..............................................................................
  225. DESQview is a registered trademark of Quarterdeck Office Systems.
  226. Doordriver kit is proprietary software by Scott Baker.
  227. Ripscript & Ripterm are registered trademarks of TeleGrafix Communications.
  228.  
  229.     =======================================================================
  230.                     Riverboat Blackjack (tm) LICENSE ORDER FORM
  231.     =======================================================================
  232.  
  233.     -----------------------------------------------------------------------
  234.       Check
  235.       One   Description                                Each      Total
  236.        ---  -----------------------------------       ------    -----------
  237.        [ ]  Riverboat Blackjack 1.0                   $15.00    ___________
  238.        [ ]  I am already a registered licensee of
  239.                                EAW2 or RAW2 or RRX2.  ($5.00)    discount
  240.  
  241.        [ ]  DD 5.25" disk
  242.        [ ]  750K 3.5" disk
  243.        [ ]  I will dial into The Officers' Club BBS and download
  244.             the files and key and save s/h fees.
  245.             (818) 248-9487 14400 v42bis
  246.             (818) 249-8579 14400 HST or
  247.  
  248.      ** Make check out to: exdx systems
  249.      ----------------------------------------------------------------------
  250.       SHIPPING AND HANDLING:
  251.      (Not required on dial in download orders)
  252.                                     Inside U.S.        $3.00    ___________
  253.  
  254.                                     Canada             $4.00    ___________
  255.  
  256.                          Outside U.S. and Canada      $10.00    ___________
  257.  
  258.                                                        TOTAL    ___________
  259.  
  260.      Upon registration you will receive a registration key file to be
  261.      included in your RBBJ directory which will allow the entry screen
  262.      to display both your BBS's name and the sysop's name.
  263.     =======================================================================
  264.     ENTER SYSOP AND BBS NAME AS YOU WANT THEM TO APPEAR IN THE ENTRY SCREEN:
  265.  
  266.     SYSOP NAME: __.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__
  267.  
  268.       BBS NAME: __.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__.__
  269.  
  270.       (Letters a-z,A-Z,-,/,&,=,>,<)
  271.  
  272.     =======================================================================
  273.  
  274.     SHIP TO: NAME: ________________________________________________________
  275.  
  276.           ADDRESS: ________________________________________________________
  277.  
  278.                    _________________________________________ZIP____________
  279.  
  280.     PHONE:  VOICE: (______)_______________    BBS: (______)________________
  281.  
  282.     TYPE OF BBS SOFTWARE: ________________________   Multi-line?___________
  283.  
  284.     HOW YOU HEARD OF THE GAME: ____________________________________________
  285.     Mail to:
  286.                              ATTN: Riverboat Blackjack
  287.                              exdx systems
  288.                              4010 Mayfield Ave.
  289.                              La Crescenta, CA 91214
  290.