home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / BJ23B.ZIP / WRMBJ.DOC < prev    next >
Text File  |  1994-10-18  |  10KB  |  265 lines

  1.  
  2.  
  3.                             VEGAS BlackJack Door
  4.                              ~~~~~~~~~~~~~~~~~
  5.  
  6.                            (c)1994 WRM Systems
  7.  
  8.         One of a Software Collection of multi-BBS door programs.
  9.        Supporting All Popular BBS Types Including PCBoard, SpitFire
  10.           Wildcat!, Gap, RBBS, TriBBS, Remote Access, and WWIV
  11.  
  12.                      VERSION 2.3     October 16,1994
  13.  
  14.                                    By
  15.  
  16.                                 Dick Miller
  17.                             1404 Mockingbird ln.
  18.                             Corsicana, Texas 75110
  19.  
  20.                             VOICE (903)872-3812
  21.                    *between 5:30 & 10:00 p.m. Central Time
  22.  
  23.                                   From
  24.  
  25.                                The GATE BBS
  26.                               (903)872-0903
  27.                               2400/9600/14400
  28.                                24 Hours/Day
  29.  
  30.  
  31. Credits
  32. ~~~~~~~
  33.  This Door was Complied using RMDOOR by Randy Hunt and Mark Goodwin.
  34.  and Complied using Borland Turbo Pascal 7.0
  35.  
  36. LATEST VERSION
  37. ~~~~~~~~~~~~~~
  38. Please call The GATE BBS for the latest version of this and other programs.
  39.  
  40.  
  41. LEGALITIES
  42. ~~~~~~~~~~
  43. THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS" WITHOUT
  44. WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO ANY
  45. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  46. IN NO EVENT SHALL ANYONE INVOLVED WITH THE CREATION AND PRODUCTION OF THIS
  47. PRODUCT BE LIABLE FOR INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING
  48. OUT OF ANY USE THEREOF OR BREACH OF ANY WARRANTY. ONCE REGISTERED, ANY
  49. DISTRIBUTION OF THE REGISTERED KEY WILL INVALIDATE YOUR KEY IN ALL FUTURE
  50. VERSIONS OF THIS PROGRAM AND NO PRODUCT SUPPORT WILL BE GIVEN. DISTRIBUTING
  51. A REGISTERED KEY FILE WILL ALSO BRING ABOUT CRIMINAL CHARGES.
  52.  
  53.  
  54. DISTRIBUTION
  55. ~~~~~~~~~~~~
  56. You may make this file available for downloading from your BBS or you may
  57. upload it to any BBS of your choice, provided that you do not make any
  58. changes to the contents of the archive (ZIP file). The archive and its
  59. individual contents may not be used by any service that charges any money
  60. whatsoever, without the written permission of the author.
  61.  
  62.  
  63. PROGRAM DESCRIPTION
  64. ~~~~~~~~~~~~~~~~~~~
  65.        The object of the game is to get a higher total card value than the
  66.    dealer without exceeding 21. Aces count 1 or 11 (your choice). Kings,
  67.    Queens and Jacks count 10. All other cards count at face value. You must 
  68.    bet before the deal. Pressing "R" when ask for a bet after the initial
  69.    hand will repeat the last bet. entering a 0 as a bet will exit.
  70.        The dealer initally deals two cards to you and two to himself one
  71.    face down and one up. A count of 21 on the initial deal is "Black Jack".
  72.    If you have Black Jack (and the dealer dosen't), the dealer paysoff at 
  73.    5 : 1 immediately. If you both have black jack, the hand is a "Push"
  74.    and your bet is returned.
  75.        If the dealer shows an Ace on the initial deal, you may buy "Insurance"
  76.    against the possibility that he has Black Jack. Insurance Cost one-half of
  77.    the amount of your Bet & pays twice the bet if the dealer has Black Jack.
  78.  
  79.        After the initial deal you may ask for additional cards by asking for
  80.    a "Hit". You may ask for as many hits as you wish. However if you card
  81.    value goes over "21", you are "Bust" and the hand is over. If you do not 
  82.    wish any additional hits, indicate "Stand". After you stand the dealer
  83.    plays. The dealer must draw on a total card value of 16 or less and must
  84.    stand if his card value is 17 or over.
  85.        If the dealer bust or the count in your hand exceeds the dealer's
  86.    card value you win and the dealer pays off one-for-one. If you both have 
  87.    the same card value (PUSH) your bet is returned. Otherwise you lose.
  88.        If your initial 2 cards are a pair or both have a value of 10, you
  89.    may "Split" them into two hands. Your orginal bet will be placed on each
  90.    of the hands. Split hands are played one at a time. A two card value of
  91.    21 in a split hand is not Black Jack. Also, If you split a pair of Aces,
  92.    you will be dealt one and only one additional card for each hand.
  93.                                        
  94.        If the initial value in you hand is 10 or 11, you may "Double" the 
  95.    bet on the hand. If you double, the bet will be doubled and you will be
  96.    dealt one and only one additional card.
  97.                       
  98.        The game is over when you run out of money or turns or wish to quit.
  99.    Your Beginning Bankaccount balance is $10,000. You bankaccount will be
  100.    reset to this amount every Monday. All Time High Score and Top Ten
  101.    Bulletins are generated after every play.
  102.  
  103.  
  104. NOTE
  105. ~~~~
  106. Once registered, you will be given a BJ.KEY file which will hold your
  107. registration information and will unlock the door for more plays per
  108. day. Until it is registered, you are limited to One door entry
  109. per day and Thirty Five Plays .
  110.  
  111. This door does not expire!
  112.  
  113. The Door may be run by the SysOp Locally by typing WRMBJ BJ.cfg /L
  114. to better evaluate the door.
  115.  
  116.  
  117.  
  118. FEATURES
  119. ~~~~~~~~
  120. > BJUITL.EXE Program to create the BJ.cfg and SysOp.cfg Files
  121. > BJUTIL.EXE Program to Reset from Scratch all Data Files.
  122. > Desqview Aware.
  123. > COM0-15 support and non-standard IRQ's.
  124. > Colorful ANSI screens.
  125. > Chat function with automatic screen redraw.
  126. > Drop to DOS with automatic screen redraw.
  127. > NO BRUN module needed for play.
  128. > BETA tested on many different boards.
  129. > Will return to BBS on dropped carrier.
  130. > Will TIMEOUT a player after 3 minutes of no activity
  131.  
  132.   -- Sysop configurable.
  133.  
  134. > Plays per Day
  135. > Number of Turns per Play
  136. > TOP TEN bulletins.
  137. > All Time High Score
  138.  
  139. > Support BBS available. The GATE BBS (903)872-0903 24Hrs. 2400/14400 Baud
  140.  
  141. NOTE:
  142. ~~~~~
  143. TopTen Players and dollar amounts reset on Monday. The User Starts every
  144. Monday with $10,000.00 Dollars.
  145. The All Time High Score never resets unless you select to do so using the
  146. included BJUTIL program.
  147.  
  148. INSTALLATION
  149. ~~~~~~~~~~~~
  150.  
  151. RUN The BJUTIL.EXE
  152.  
  153. Next, RESET the DOOR!! Select number 1 from the BJUTIL menu!
  154. Next, Create the BJ.CFG File. Select number 2.
  155. Next, Create the SYSOP.CFG File. Select number 3. (Options 1 & 2 not used until
  156.                                                     Registered.)
  157.  
  158.  
  159. CONFIGURATION: (Your BJ.CFG file)
  160. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  161. Vegas BlackJack supports the Following Door Data Types:
  162. PCB    --  PcBoard
  163. GAP    --  Gap (Door.sys)
  164. SF     --  SpitFire
  165. RBBS   --  RBBS
  166. WC     --  WildCat
  167. TRIBBS --  Tribbs
  168. WWIV   --  WWIV
  169.  
  170. Example configuration file for PCBOARD.SYS
  171. ------------------------------------------
  172. PCB                 <=-  (Door Data File Type See Above)
  173. C:\PCB\             <=-  (Full pathname of your PCBOARD.SYS file)
  174. The GATE            <=-  (Change this to your BBS name)
  175. Dick Miller         <=-  (The Sysop's name)
  176. 38400               <=-  (Locked Baud Rate or 0 for not Locked)
  177.  
  178.  
  179. ** Please see your individual door documentation on setting up doors!
  180.  
  181.  
  182. Example Batch File
  183. ~~~~~~~~~~~~~~~~~~
  184. A sample batch file similar to the following:
  185.    ECHO OFF
  186.    CD\DOORS\BJ          <=- Switch to the door's Directory.
  187.    WRMBJ BJ.CFG         <=- Execute the door program and pass the
  188.                             configuration filename to the program.
  189.    CD\PCB               <=- Go back to PCB DIR when user exits door.
  190.    BOARD                    <=- Restart BBS.
  191.  
  192. This Door is multi-node  compatible so you may run more than 1 node by
  193. making a copy of the .CFG file and changing the path back to your BBSes
  194. Node.
  195.  
  196.  
  197. Environment Variables
  198. ~~~~~~~~~~~~~~~~~~~~~
  199. PCBoard automatically creates the %PCBDRIVE% & %PCBDIR% environment
  200. variables. Non-PCBoard systems may also use these variables by including
  201. the following in either your BBS batch or AUTOEXEC.BAT
  202.   SET PCBDRIVE=C:               <- Drive letter of your BBS files
  203.   SET PCBDIR=\BBSDIR            <- Path to your BBS files
  204. Then in your Door .CFG file instead of putting C:\BBSDIR\DOOR.SYS, you
  205. would put %PCBDRIVE%%PCBDIR%\DOOR.SYS. This allows you to use just one
  206. .CFG file for multi-node operation!
  207.  
  208. To specify a non-standard IRQ, put the IRQ number after the .CFG on the
  209. command line.  For example:
  210.  
  211.      WRMBJ BJ.CFG 5
  212. or using the PCBDRIVE procedure:   SET IRQ=5   and use
  213.      WRMBJ BJ.CFG /%IRQ%
  214.  
  215. This tells the program to use IRQ 5 instead of the standard IRQ.
  216.  
  217.  
  218. Sysop Keys
  219. ~~~~~~~~~~
  220. HOME  -  Toggles between the users status window and a help display   
  221.          taht list the RMDOOR Special Keys
  222. F6    -  Takes (5) Minutes off the caller. NOTE: This will not be
  223.          returned to the BBS
  224. F7    -  Gives (5) Minutes to the Caller. NOTE: This will not be 
  225.          returned to the BBS/
  226. F9    -  Quit the Door and Return the Caller to the BBS             
  227.                                                  
  228. F10   -  Enter Split Screen Chat Mode with Caller.
  229.          ESC Key returns to Door
  230. ALT-D -  Drop to DOS                             
  231.  
  232.  
  233. SYSOP.CFG FILE:
  234. ~~~~~~~~~~~~~~
  235. 5
  236. 25
  237. c:\Tribbs\Display\Bullet17.ANS
  238. C:\Tribbs\Display\Bullet17.BBS
  239.  
  240. Line 1  -- Times per Day that user is Allowed to play
  241. Line 2  -- Number of times that the User can Bet per Play
  242.            (NOTE: Practice is allowed by not placing a Bet).
  243. Line 3  -- Complete Path to ANSI Bulletin
  244. Line 4  -- Complete Path to MONO Bulletin
  245.  
  246.  
  247.  
  248. MAINTENANCE
  249. ~~~~~~~~~~~
  250. After the initial setup, this door resets by itself with the first
  251. player every monday! No need for external maintenance!
  252.  
  253.  
  254. FUTURE VERSIONS
  255. ~~~~~~~~~~~~~~~
  256.  
  257.  
  258. REGISTERING
  259. ~~~~~~~~~~~
  260. That's all there is to it! If you have any problems or questions
  261. please feel free to call The GATE BBS at (903)872-0903 and Leave a 
  262. Comment to the SysOp.
  263.  
  264. See the enclosed registration form for ordering!  (REGISTER.TXT)
  265.