home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbsdoor / bjackbrn.zip / BJACK.DOC next >
Text File  |  1993-09-01  |  4KB  |  116 lines

  1.                                                                      
  2.  
  3.                               BRAINEX BLACKJACK
  4.                                   ANSI/RIP
  5.                       (C) Copyright 1993 by Stanley Sheff
  6.                         Support BBS: The Brainex System
  7.                                (310) 275-2344
  8.                                (310) 273-5234
  9.                  -------------------------------------------
  10.    
  11.    This program requires installtion using The Brainex Door Manager.
  12.    If you have not installed this program, please download BRAINEX.ZIP
  13.    from the The Brainex System, then install the program. 
  14.    
  15.    To use RIP, your callers should have the Brainex Icons in their
  16.    RIP icons directory. The Brainex icons are available in the file
  17.    BXICONS.ZIP available from the Brainex System. Blackjack will
  18.    check to see if the callers has the icons, and if not, they will
  19.    be allowed to download BXICONS.ZIP from the Blackjack program itself. 
  20.  
  21.    Be sure you have the file BRAINEX.DAT dated after 8/31/93 in your
  22.    BRAINEX directory. To install this door type:
  23.  
  24.    SETUP
  25.  
  26.    BJACK.EXE will be copied to the BRAINEX directory.
  27.    
  28.    An online help file (BJACK.HLP) will be copied to BRAINEX\BJACK.
  29.  
  30.    Once you have installed the door, you must then create a a batch 
  31.    file to call the door. A batch file for a GAP BBS might look like this:
  32.    
  33.    Single Node BBS sample batch file:
  34.    
  35.    @ECHO OFF
  36.    BLKJACK
  37.  
  38.    Node 2 batch file:
  39.  
  40.     @ECHO OFF
  41.     BLKJACK NODE=2
  42.  
  43.    Use the NODE= command to indicate node number.
  44.  
  45.    
  46.    Customizing Dealers (REGISTERED VERSION)
  47.    =========================================
  48.    Create an ASCII text file named BRAINEX\BJACK\DEALERS.TXT, and put 
  49.    the dealer names you want to use - one on each line.  If this file does
  50.    not exist, Blackjack will default to it's own set of dealers.
  51.    
  52.    
  53.    GAP BBS
  54.    -------
  55.    You will also need to modify your doors menu files and the data
  56.    file that tells the BBS what your doors are and the security
  57.    level needed to access them. For GAP, these are respectively:
  58.    
  59.        DOORM
  60.        DOORMG
  61.        DOORS.DAT
  62.  
  63.    Please refer to your BBS documentation for details on 
  64.    setting up these files.
  65.  
  66.            ===================================================
  67.  
  68.    The following sysop functions are available while awaiting
  69.    keyboard input :
  70.  
  71.      F5      - Shell to DOS.
  72.      F8      - Twit user and return to BBS.
  73.     F10      - Initiate chat with user.
  74.     CF10     - Answer user MANUAL bell.
  75.     Home     - Main user stats.
  76.     End      - Displays sysop keys available.
  77.     PgDn     - Secondary user stats.
  78.     Up Arrow - Increase user's time remaining by 5 minutes.
  79.     Dn Arrow - Decrease user's time remaining by 5 minutes.
  80.  
  81.    One of the nicer features about using the TWIT key, is the user
  82.    is not told that "the sysop wants them to return to the BBS".
  83.    Instead, a very plain and simple message of "returning you to the
  84.    BBS" is displayed.  This way, the user is given no indication
  85.    that the sysop is hovering about.
  86.  
  87.    When using the F5 shell to DOS key, to return to the door
  88.    program, simply type EXIT at the DOS command prompt. It is not
  89.    necessary to change directories back to the door directory.
  90.    Manual is smart enough to know which drive and directory the
  91.    door program is in and will reset the defaults upon return from
  92.    DOS.
  93.  
  94.    The Up and Down Arrow keys increase and decrease the user's time
  95.    respectively by 5 minutes for each press of the key. There is no
  96.    indication of what is occurring (except by the fact the user's
  97.    time remaining will change), so the sysop should try not to have
  98.    a lead finger. The increase or decrease is effective only while
  99.    the user is in the program.
  100.  
  101.    This version of BLACKJACK is a DEMO.  It will not save players' cash
  102.    to disk, and only allow an intitial bankroll of $50. When registered,
  103.    users' cash will be saved to disk, and an initial bankroll of $1000
  104.    will be given to new players.
  105.  
  106.    You must register The Brainex Door Manager as well as Blackjack to 
  107.    enable the features of the registered version of Blackjack.
  108.  
  109.    Have Fun!
  110.    Stanley Sheff
  111.    The Brainex System
  112.    ZyXEL 19.2
  113.    310-275-2344 
  114.    310-273-5234
  115.  
  116.