home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / murdr280.zip / SYSOP.DOC < prev    next >
Text File  |  1994-07-14  |  15KB  |  362 lines

  1.  
  2.                        M U R D E R      M A N S I O N
  3.  
  4.                              W r i t t e n    b y
  5.  
  6.                     W i l l i a m    H.    R o u n t r e e
  7.  
  8.                   C o p y r i g h t  (c)   1 9 9 2, 1 9 9 3
  9.  
  10.  
  11. Murder Mansion, Copyright (c) 1992, 1993 by William H. Rountree, is being
  12. distributed as Shareware. Under this concept you may use the SHAREWARE
  13. (unregistered) version for a reasonable period of time for evaluation
  14. after which you must either register your copy or discontinue  usage.
  15.                      
  16. Disclaimer:
  17.  
  18.      This program and other files associated with it are not 
  19.      guaranteed to be bug free or virus free.  We are not
  20.      responsible for any damages of any kind, including
  21.      profit loses and dta loss, that relate directly or
  22.      indirectly to these programs and files.  You may
  23.      distribute this program, as long as it is in unmodified 
  24.      for with all the files originally included.
  25.  
  26. Credits:
  27.      Visual Basic (R) is a registered trade mark of Microsoft Corporation
  28.  
  29.      PCBoard (R) is a registered trade mark of Clark Development
  30.                  Corporation
  31.  
  32.      DoorFrame is copyrighted Ted Freeman 1990-3
  33.  
  34. Overview:
  35.  
  36.           * * * * * * * This Door Requires ANSI  * * * * * * *
  37.  
  38.      Murder Mansion is a role playing type door game.  This door does not
  39.      contain any time limit except that of the user's existing time left
  40.      online.  Although not written to operate on a multi-tasking environment,
  41.      it has been tested to do so without any known problems.  This door will
  42.      support a unlimited number of users.  This door will support RBBS,
  43.      Wildcat and PCBoard.  It is also written to be able to use Com ports and
  44.      IRQ's not usually used.  This door does NOT require any daily maintance.
  45.      This door code is written using Visual Basic 1.0 and DoorFrame runtime
  46.      library.
  47.  
  48. Configuration file setup:
  49.                                 Example Batch File
  50.                                 ------------------
  51. A sample batch file is included and is similar to the following:
  52.  
  53.    ECHO OFF
  54.    CD\DOORS\MURDER         <=- Switch to the door's Directory.
  55.    MURDER MURDER.CFG       <=- Execute the door program and pass the
  56.                                 configuration filename to the program.
  57.    CD\PCB                  <=- Go back to PCB DIR when user exits door.
  58.    BOARD                   <=- Restart BBS.
  59.  
  60.  
  61.                           Configuration Files
  62.                           -------------------
  63.  
  64. Example configuration file for PCBOARD.SYS
  65. ------------------------------------------
  66.  
  67. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  68. Prime Base          <=-  (Change this to your BBS name)
  69. William             <=-  (The Sysop's first name)
  70. Rountree            <=-  (The Sysop's last name)
  71. 00000               <=-  (Your BBS Registration Number)
  72. William Rountree    <=-  (Person who paid to register the door)
  73. 14                  <=-  (Number of days before removing an inactive user)
  74. 3                   <=-  (Number of Cases to create each day)
  75.  
  76. Example configuration file for USERS.SYS
  77. ------------------------------------------
  78.  
  79. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  80. Prime Base          <=-  (Change this to your BBS name)
  81. William             <=-  (The Sysop's first name)
  82. Rountree            <=-  (The Sysop's last name)
  83. 00000               <=-  (Your BBS Registration Number)
  84. William Rountree    <=-  (Person who paid to register the door)
  85. 14                  <=-  (Number of days before removing an inactive user)
  86. 3                   <=-  (Number of Cases to create each day)
  87.  
  88. Example configuration file for DOOR.SYS
  89. ---------------------------------------
  90.  
  91. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  92. Prime Base          <=-  (Change this to your BBS name)
  93. William             <=-  (The Sysop's first name)
  94. Rountree            <=-  (The Sysop's last name)
  95. 00000               <=-  (Your BBS Registration Number)
  96. William Rountree    <=-  (Person who paid to register the door)
  97. 14                  <=-  (Number of days before removing an inactive user)
  98. 3                   <=-  (Number of Cases to create each day)
  99.  
  100. * Wildcat Sysop's: be aware that several other Wildcat Sysop's have
  101.   discovered that the door runs fine remotely, however locally, they cannot
  102.   play the game due to recieveing a "Time out error".  I am attempting to
  103.   contact the programmers support for DoorFrame to find out what can be
  104.   done to prevent this.
  105.  
  106. Example configuration file for USERINFO.DAT
  107. -------------------------------------------
  108.  
  109. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  110. Prime Base          <=-  (Change this to your BBS name)
  111. William             <=-  (The Sysop's first name)
  112. Rountree            <=-  (The Sysop's last name)
  113. 00000               <=-  (Your BBS Registration Number)
  114. William Rountree    <=-  (Person who paid to register the door)
  115. 14                  <=-  (Number of days before removing an inactive user)
  116. 3                   <=-  (Number of Cases to create each day)
  117.  
  118. Example configuration file for CALLINFO.BBS
  119. -------------------------------------------
  120.  
  121. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  122. Prime Base          <=-  (Change this to your BBS name)
  123. William             <=-  (The Sysop's first name)
  124. Rountree            <=-  (The Sysop's last name)
  125. 00000               <=-  (Your BBS Registration Number)
  126. William Rountree    <=-  (Person who paid to register the door)
  127. 14                  <=-  (Number of days before removing an inactive user)
  128. 3                   <=-  (Number of Cases to create each day)
  129.  
  130. Example configuration file for DORINFOx.DEF
  131. -------------------------------------------
  132.  
  133. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  134.                           where 'x' is the BBS Node number.
  135. Prime Base          <=-  (Change this to your BBS name)
  136. William             <=-  (The Sysop's first name)
  137. Rountree            <=-  (The Sysop's last name)
  138. 00000               <=-  (Your BBS Registration Number)
  139. William Rountree    <=-  (Person who paid to register the door)
  140. 14                  <=-  (Number of days before removing an inactive user)
  141. 3                   <=-  (Number of Cases to create each day)
  142.  
  143. Example configuration file for SFDOORS.DAT
  144. ------------------------------------------
  145.  
  146. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  147. Prime Base          <=-  (Change this to your BBS name)
  148. William             <=-  (The Sysop's first name)
  149. Rountree            <=-  (The Sysop's last name)
  150. 00000               <=-  (Your BBS Registration Number)
  151. William Rountree    <=-  (Person who paid to register the door)
  152. 14                  <=-  (Number of days before removing an inactive user)
  153. 3                   <=-  (Number of Cases to create each day)
  154.  
  155. Example configuration file for GTUSER.BBS
  156. ----------------------------------------
  157.  
  158. C:\BBS\GTUSER.BBS   <=-  (Full pathname of your GTUSER.BBS file)
  159. Prime Base          <=-  (Change this to your BBS name)
  160. William             <=-  (The Sysop's first name)
  161. Rountree            <=-  (The Sysop's last name)
  162. 1                   <=-  (COM port number - defaults to 1)
  163. 1                   <=-  (Node number - defaults to 1)
  164. 00000               <=-  (Your BBS Registration Number)
  165. William Rountree    <=-  (Person who paid to register the door)
  166. 14                  <=-  (Number of days before removing an inactive user)
  167. 3                   <=-  (Number of Cases to create each day)
  168.  
  169. Example configuration file for TRIBBS.SYS
  170. ----------------------------------------
  171.  
  172. C:\BBS\TRIBBS.BBS   <=-  (Full pathname of your TRIBBS.SYS file)
  173. Prime Base          <=-  (Change this to your BBS name)
  174. William             <=-  (The Sysop's first name)
  175. Rountree            <=-  (The Sysop's last name)
  176. 00000               <=-  (Your BBS Registration Number)
  177. William Rountree    <=-  (Person who paid to register the door)
  178. 14                  <=-  (Number of days before removing an inactive user)
  179. 3                   <=-  (Number of Cases to create each day)
  180.  
  181. NOTE: At present it is unclear which BBS systems read their BBS drop files
  182.       back in and make updates to the system files upon termination of a door.
  183.       If your BBS performs this function then your files will be updated,
  184.       otherwise nothing will change and the updates will have to be performed
  185.       manually. It is left to the individual Sysop to know if his BBS
  186.       software does indeed perform the updates or not.
  187.  
  188.     DoorFrame requires DOS 3.x and up since all files are opened in SHARED
  189.     mode.
  190.  
  191.     When using PCBOARD.SYS, DoorFrame also accesses the USERS file.
  192.  
  193.     When using USERS.SYS, DoorFrame also accesses PCBOARD.SYS, PCBOARD.DAT
  194.     and the USERS file.
  195.  
  196.     The DOOR.SYS used by DoorFrame is the standard 52 line GAP (tm) file.
  197.  
  198.     The CALLINFO.BBS used by DoorFrame currently contains 36 lines.
  199.  
  200.     If ANY Basic error is encountered, it will branch to ERR.ROUTINE and
  201.     call the ERRORS subroutine. The error will be printed to the screen and
  202.     written to DFRAME.ERR. Your Door will then exit back to the BBS.
  203.  
  204. Fossil Driver Support
  205. ---------------------
  206.  
  207. - Automatic:
  208.   BNU: Yes
  209.   XOO: Yes
  210.  
  211. Environment Variables:
  212.  
  213. BBS Putt Putt supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  214. COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  215. number after the configuration filename.
  216.     MURDER MURDER.CFG /5  or
  217.     MURDER MURDER.CFG /%IRQ%  for the environment variable.
  218. The /5 tells BBS Putt Putt to use IRQ5 rather than the standard IRQ4 that
  219. is normally used with COM1. No /x parameter is needed for the standard IRQ's.
  220.  
  221. When specifying the location of the system file on line 1 of the doors .CFG
  222. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  223. and %wcnodeid%. Some examples:
  224.  PCBoard:
  225.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  226.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  227.  
  228.  Wildcat!:
  229.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  230.  
  231. Non-PCBoard systems may use the PCB environment variables by setting them
  232. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  233.  SET PCBDRIVE=C:
  234.  SET PCBDIR=\BBSDIR
  235.  SET PCBNODE=1
  236.  
  237.  
  238. Batch file setup:
  239.  
  240.      Example:          
  241.      
  242.      cd\doors\murder      
  243.      murder murder.cfg
  244.      cd\pcb
  245.      board
  246.  
  247. Daily Maintance:
  248.  
  249.      No modification of your daily maintance is required since Murder Mansion
  250.      performs it's Daily Maintance on the first caller that day.  This
  251.      Maintance is very short and should not delay the play by that call
  252.      very much.
  253.  
  254. Limitations:
  255.  
  256.      This door will continue to operate in it's original condition until
  257.      it is registered.  The unregistared version is limited to 1 case per
  258.      day, while the registered is Sysop configurable upto 9 cases per day.
  259.      A user is also limited to playing 10 cases per month in th unregistered
  260.      version.
  261.  
  262. Sysop Keys
  263. ==========
  264.  
  265. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  266.          written to DOOR.SYS and USERS.SYS
  267. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  268.          and/or written to DOOR.SYS and USERS.SYS
  269. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  270. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  271.          and/or written to DOOR.SYS and USERS.SYS
  272. F8    -  Returns the caller involuntarily to the BBS.
  273. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  274.          and/or written to DOOR.SYS and USERS.SYS
  275. F10   -  Activates SysOp CHAT mode within the DOOR.
  276. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  277. UP    -  Give the caller extra time while in the DOOR.
  278. DN    -  Subtract time from the caller while in the DOOR.
  279. HOME  -  HELP key for Status Line options.
  280. ALT-N -  SysOp next on toggle. Value passed to PCBoard. (PCBoard only)
  281. ALT-X -  PCBoard will exit after current caller logs off. Value is
  282.          passed to PCBoard. Not available on non-PCBoard systems.
  283.  
  284. Upgrading from previous versions:
  285.  
  286.       From 1.xx to 2.xx:
  287.       Due to extensive rewrite, you must remove all previous files and
  288.       start over.  Please note the change in .cfg file format.
  289.       
  290.       From 2.xx to 2.xx:
  291.       Check the Changes.doc file for effected files.
  292.  
  293. Registration:
  294.  
  295.      Murder Mansion costs $15.00 US currency to register.  I will post a
  296.      message on Prime Base in the Door Support Conference with your
  297.      individual registration number.  If you have any problems or questions,
  298.      please leave all messages in this area for:
  299.  
  300.           William Rountree or Sysop at:
  301.  
  302.           Prime Base Node #1: (804) 587-4289   14,400 V32Bis, V42Bis
  303.                           #2: (804) 587-4382   16,800 USR Dual Standard
  304.           Voice:              (804) 587-3082
  305.           FidoNet: 1:275/58
  306.  
  307.      Bill McPhail is also an authorized distribution and registration site.
  308.      Please, if you use this site, make your check or money order out to Bill
  309.      McPhail instead of myself.
  310.  
  311.           Bill McPhail at:
  312.  
  313.           The BoardRoom BBS #1: (206) 837-1763   14,400 V32Bis, V42Bis
  314.                             #2: (206) 846-0755   14,400 V32Bis, V42Bis
  315.           FidoNet: 1:138/138
  316.                    1:138/237
  317.  
  318.      Elizabeth Bachman is also the authorized East Coast distribution site.
  319.  
  320.           Elizabeth Bachman at:
  321.  
  322.           The Midnight Special BBS #1: (207) 439-7919 14,400 V32Bis, V42Bis
  323.                               #2: (207) 439-9318 2400
  324.           FidoNet: 1:326/105
  325.  
  326.     Rick Barrowclough is also an authorized CANADIAN distribution site.
  327.  
  328.           Rick Barrowclough at:
  329.  
  330.           The WYRM'S LAIR #1: (604) 542-5641    14,400 V32Bis, V42Bis
  331.                           #2: (604) 558-1979     2,400 (Soon Terbo)
  332.           FidoNet: 1:353/320
  333.  
  334.  
  335.    Werner Sepultur is also an authorized EUROPEAN distribution site.
  336.  
  337.           Werner Sepultur at:
  338.  
  339.           Sepultura-BBS Verden #1: +49 (0)4231-68618   14,400 USR Dual
  340.                                #2: +49 (0)4231-68619   19,200 ZyXel
  341.                                #3: +49 (0)4231-68951   16,800 ZyXel
  342.                                #4: +49 (0)4231-962040  64,000 ISDN
  343.           FidoNet:
  344.  
  345.  
  346.     Angi Wigle is also the authorized East Coast distribution site.
  347.  
  348.           Angi Wigle at:
  349.  
  350.           C'mon Inn BBS         #1: (301) 990-7565 14,400 V32Bis, V42Bis
  351.  
  352.           FidoNet: 1:109/736
  353.           WildNet: 1:109/736
  354.  
  355.  
  356.      Betty Rose is also an authorized distribution and registration site.
  357.      Please, ONLY CREDIT CARD ONLINE ORDERS.
  358.  
  359.           Betty Rose at:
  360.  
  361.           Dragon BBS : (513) 987-2417   14,400 V32Bis, V42Bis
  362.