home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / BJV12.ZIP / SYSOP.TXT < prev    next >
Encoding:
Text File  |  1991-10-23  |  7.9 KB  |  259 lines

  1.  
  2.                __________________________________
  3.                               
  4.                            Black Jack
  5.                        Copyright (c) 1991
  6.                      Written by: Danny Davis
  7.                                  Mark Brown  
  8.                ___________________________________
  9.  
  10.  
  11. General Information:
  12. --------------------
  13.      
  14.      This program is provided as is with no warranties
  15.      whatsoever.  We will not be held liable for any damages,  or 
  16.      losses from the use of this software. Also I will not be     
  17.      responsible for any inability to use this software.  This    
  18.      program has been tested and tested again and I have yet to   
  19.      have any problems arise from the use of this program.
  20.  
  21.      This program may be used by you for 30 days to evaluate
  22.      and decide if you wish to REGISTER this program.  If you
  23.      decide that you do not wish to REGISTER this program then
  24.      please remove it from your BBS door section.  In the
  25.      event you wish to REGISTER this door please print out the
  26.      REGISTER.TXT and send it to me at the address provided at
  27.      the end of the txt file.
  28.  
  29.      You may freely distribute this program as long as no
  30.      money is charged for it and no alteration's are made to
  31.      the program or its files.  
  32.  
  33.  
  34. REQUIREMENTS:
  35. -------------
  36.  
  37.      BRUN45.EXE Runtime File (This is Needed For The Program to Run)
  38.  
  39.      CGA Monitor (sysop end only, MONO ok on remote providing
  40.      remote user receives ansi)
  41.  
  42.      IBM XT/AT/386
  43.  
  44.      This program has been tested on the following systems: 
  45.  
  46.      Wildcat 2.X, and 3.0,
  47.      Gap v4.0 and greater,
  48.      Pcboard v14.0 or greater,
  49.      QuickBBS v2.64 thru v2.75.
  50.  
  51.      DorinfoX.def Drop Files
  52.      -----------------------
  53.  
  54.      This program should also work with other DORINFOx.DEF        
  55.      producing BBS's, such as Remote Access, RBBS, and SuperBBS.  
  56.      For other BBS's not mentioned,  there are MANY door conversion 
  57.      utilities available.
  58.  
  59.      Also supports DESQVIEW.
  60.  
  61.  
  62.                  Special Thanks To The Following
  63.                  -------------------------------
  64.  
  65.                  BETA TEST SITE FOR THE DORINFO
  66.                            SCOTT OGREY
  67.                        Palisades Park BBS
  68.                          1-915-585-3628
  69.  
  70.  
  71.                   SCREEN DESIGN AND ANSI MUSIC
  72.                          CHELLIE DAVIS 
  73.  
  74.  
  75.  
  76.  
  77. INSTALLATION OF THE DOOR:
  78. -------------------------
  79.  
  80.  
  81.      USING THE INSTALL PROGRAM:
  82.      --------------------------
  83.  
  84.      I have made a program called INSTALL that will automatically
  85.      make the BJ.CFG file needed to run the program.
  86.  
  87.  
  88.      1.   First create a directory for the program and
  89.           place all the files in that directory.
  90.            
  91.           C:\WILDCAT\DOOR\BJ  (whatever you BJ door directory will be)
  92.  
  93.      2.   Below is what the BJ.CFG file should look like.
  94.  
  95.           Line one is the path to your door,  which
  96.           should be the same as your path above.
  97.  
  98.           Line two is the name of your BBS
  99.  
  100.           Line three MUST have a 0 (zero) on this line. (Or 1 (one)
  101.           for PCBoard).
  102.  
  103.           Line four is your name that you use on your
  104.           BBS.
  105.  
  106.           Line five is where you specify if you are running at lock 
  107.           baud or not.  If you are running lock baud then enter the 
  108.           baud rate....ie 9600 or 19200 or 38400.  Enter 0 for    
  109.           none.
  110.  
  111.           Line six is where you specify what type of BBS system you
  112.           have.
  113.  
  114.           Line seven is where you let the game know if it should
  115.           allow doubledown features and when.
  116.  
  117.           Line eight is where you tell if you want the Black Jack
  118.           Screen to display in the background.
  119.  
  120.           Line 9 is where you will specify what the ANSI file path
  121.           and name will be.
  122.  
  123.           Line 10 is where you will specify what the ASCII file path
  124.           and name will be.
  125.  
  126.  
  127.           Okay here is what the whole thing should look
  128.           like after you finish:
  129.  
  130.             C:\WILDCAT\DOOR\BJ
  131.             The Lighthouse BBS
  132.             0 (or a 1 for PCBoard)
  133.             Danny Davis
  134.             19200 or 0 for none
  135.             0,1, or 2
  136.             0 or 1
  137.             WC3
  138.             C:\WILDCAT\BULL\BULL1.ANS
  139.             C:\WILDCAT\BULL\BULL1.ASC
  140.  
  141.  
  142.      3.   Okay now lets look at are batch file to start
  143.           the game.
  144.  
  145.           WILDCAT 2.X Door#.bat (callinfo.bbs)
  146.           --------------------------------
  147.  
  148.           cd\wildcat\door\BJ
  149.           copy c:\wildcat\callinfo.bbs
  150.           BJ
  151.           BJbull 
  152.           cd\wildcat
  153.           cat
  154.  
  155.           Callinfo.bbs has to be copied to the game path.  If it
  156.           doesn't find the Callinfo.bbs file then it will exit
  157.           back to the BBS.
  158.  
  159.  
  160.           WILDCAT 3.0 (door.sys)
  161.           ----------------------
  162.  
  163.           This will run the same as above except instead of copying
  164.           callinfo.bbs you'll copy the DOOR.SYS file.
  165.  
  166.  
  167.           QuickBBS & DORINFOx.DEF  (a TYPE 15 for QuickBBS)
  168.           -----------------------
  169.  
  170.           You may specify up to 9 different DorinfoX.def 's by    
  171.           using the install program.
  172.  
  173.  
  174.           d:
  175.           cd\doors\BJ
  176.           copy c:\qbbs\dorinfo2.def
  177.           BJ
  178.           BJbull
  179.           c:
  180.           cd\qbbs
  181.           goto restart
  182.  
  183.           DORINFOx.DEF has to be copied to the game path.  If it
  184.           doesn't find the DORINFOx.DEF file, then it will exit 
  185.           back to the BBS.
  186.  
  187.           To run as a type 7 (for QuickBBS), simply put the BJ.BAT 
  188.           file in the QuickBBS directory, using "*C /C BJ.BAT" in 
  189.           the optional data line in the type 7 menu.  (there are  
  190.           other ways to do it, this is the easiest).
  191.          
  192.  
  193.           GAP and PCBOARD (door.sys)
  194.           --------------------------
  195.  
  196.           door#.bat
  197.           cd\door\BJ
  198.           BJ
  199.           BJbull
  200.           cd\gap
  201.           gap
  202.  
  203.  
  204.     Maintenance :
  205.     -------------
  206.         Also enclosed is a maintenance file that needs to be ran  
  207.         once a day to keep the player.dat file clean.  By passing 
  208.         a number value from 8-30 you can specify how many days you 
  209.         will allow a user to stay in the door before being deleted.
  210.  
  211.         i.e. "MAINT 17"   this allows 17 days before a player is  
  212.                           deleted for non-use
  213.  
  214.     BJBULL :
  215.     --------
  216.         This file can be ran each time the door is exited.  It will 
  217.         make a ANSI and a ASCII Bulletin from the information you 
  218.         specify in your installation module.
  219.  
  220.     Page and Comm Control Files :
  221.     -----------------------------
  222.          Read the PAGE.CTL and COMM_IRQ.CTL files and configure it 
  223.          to meet your needs.
  224.  
  225.     Local Mode :
  226.     ------------
  227.          To run the game in LOCAL mode just type /LOCAL after the 
  228.          BJ.EXE on the command line "BJ /LOCAL".
  229.  
  230.  
  231.  
  232.     Multi - Line BBS :
  233.     ------------------
  234.          Well this is a rather simple task.  When you run the install
  235.          program you can pick upto 4 different configuration files.
  236.          To run this door as a multi door all you need to do is place
  237.          the following statement:
  238.  
  239.                 BJ BJ1.CNF
  240.  
  241.              And so on for the rest of the configuration files.  The
  242.              reason for this is so you may specify the different
  243.              LOCKBAUD rates for each node.
  244.  
  245.  
  246.     Support BBS :
  247.     -------------
  248.  
  249.     The Lighthouse BBS                 Midnight Madness     
  250.     209-442-8329                       209-252-8466   
  251.     Fido Net 1:205/75                  Fido Net 1:205/76
  252.    
  253.                      Both Systems Run On A 
  254.                    US ROBOTICS DUAL STANDARD
  255.  
  256.      Registration of this door will cost you $12.50 plus shipping
  257. and handling.  With your registration you will receive a key file
  258. that will work with all future versions of Black Jack.
  259.