home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_GAME / BF001.ZIP / README.TXT < prev    next >
Text File  |  1994-01-05  |  1KB  |  44 lines

  1. TBBS SysOps,                                                   5 Jan '94
  2.  
  3.      Here's a freebie door game I found on the eSoft Momma board.
  4. No comments other than I punched the keys and it runs...
  5.      
  6. On the TBBS CPU:
  7. ~~~~~~~~~~~~~~~     
  8.   1. Edited my main SDL file to include an entry on my GAMES menu:
  9.      
  10.        Entry: BLACK FORTRESS  Rid your land of the Dark Presense!
  11.        @AnyUser
  12.        KEY=4 TYPE=210 
  13.        Opt Data=c:\tbbs\scripts\rundoor.scr /p2:"BF" /p1"%TIMELEFT%" /q/s/c
  14.  
  15. On the slave CPU:
  16. ~~~~~~~~~~~~~~~~
  17.   1. Made a directory C:\GAME\BF and copied all files to it.
  18.   2. Edited DOOR.CFG (I use Com2, IRQ 3):
  19.  
  20.                         ComPort ==>     2
  21.                SysOp First Name ==>     Lloyd
  22.                SysOp  Last Name ==>     Wood
  23.                        BBS Name ==>     The *HOT MUDDY DUCK* ML-TBBS
  24.       Drop file type (DOOR.SYS) ==>     5
  25.                           IRQ # ==>     3
  26.              1=Create ERROR.LOG ==>     1
  27.           or 0=Just end on error 
  28.  
  29.   3. In C:\DOOR directory, created BF.BAT:
  30.  
  31.        REM This bat will run The Black Fortress:
  32.         cd \game\bf
  33.          copy c:\door\door.sys
  34.          BF DOOR.CFG
  35.          del door.sys
  36.        cd \door
  37.          rundoor %1 %2
  38.  
  39.  
  40. Enjoy!
  41.  
  42. Woody
  43.  
  44.