home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / amaze253.zip / SYSOP.DOC < prev   
Text File  |  1994-03-07  |  14KB  |  339 lines

  1.  
  2.                      A D V E N T U R E R ' S     M A Z E
  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. ADVENTURER'S MAZE, Copyright (c) 1992, 1993  by William H. Rountree, is
  12. being distributed as Shareware. Under this concept you may use the
  13. SHAREWARE (unregistered) version for a reasonable period of time for
  14. evaluation after which you must either register your copy or discontinue
  15. usage.
  16.  
  17. Disclaimer:
  18.  
  19.      This program and other files associated with it are not
  20.      guaranteed to be bug free or virus free.  We are not
  21.      responsible for any damages of any kind, including
  22.      profit loses and data loss, that relate directly or
  23.      indirectly to these programs and files.  You may
  24.      distribute this program, as long as it is in unmodified
  25.      for with all the files originally included.
  26.  
  27. Credits:
  28.      Quick Basic (R) is a registered trade mark of Microsoft Corporation
  29.  
  30.      PCBoard (R) is a registered trade mark of Clark Development
  31.                  Corporation
  32.  
  33.      DoorFrame is copyrighted by Ted Freeman 1990-3,
  34.                   copyright (c) July-93 by Richard Paquette
  35.  
  36.  
  37. Overview:
  38.  
  39.           * * * * * * * This Door Requires ANSI  * * * * * * *
  40.  
  41.      Adventurer's Maze is a role playing type door game.  This door does not
  42.      contain any time limit except that of the user's existing time left
  43.      online.  Although not written to operate on a multi-tasking environment,
  44.      it has been tested to do so without any known problems.  This door will
  45.      support upto 50 users.  Each user's file requires appoximatly 29k of hard
  46.      drive space.  The minimuim suggested allocated space is 1.5 Meg.  This
  47.      door will support RBBS, Wildcat and PCBoard.  It is also written to be
  48.      able to use Com ports and IRQ's not usually used.  This door does NOT
  49.      require any daily maintance.  This door code is written using Quick
  50.      Basic and DoorFrame runtime library.
  51.  
  52. Configuration file setup:
  53.                                 Example Batch File
  54.                                 ------------------
  55. A sample batch file is included and is similar to the following:
  56.  
  57.    ECHO OFF
  58.    CD\DOORS\ADVMAZE        <=- Switch to the door's Directory.
  59.    MAZE MAZE.CFG           <=- Execute the door program and pass the
  60.                                 configuration filename to the program.
  61.    CD\PCB                  <=- Go back to PCB DIR when user exits door.
  62.    BOARD                   <=- Restart BBS.
  63.  
  64.  
  65.                           Configuration Files
  66.                           -------------------
  67.  
  68. Example configuration file for PCBOARD.SYS
  69. ------------------------------------------
  70.  
  71. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  72. Prime Base          <=-  (Change this to your BBS name)
  73. William             <=-  (The Sysop's first name)
  74. Rountree            <=-  (The Sysop's last name)
  75. 00000               <=-  (Your BBS Registration Number)
  76. 14                  <=-  (Number of days before removing an inactive user)
  77. 30                  <=-  (Number of moves a player gets each day.)
  78. William Rountree    <=-  (Sponsor of Door)
  79.  
  80. Example configuration file for USERS.SYS
  81. ------------------------------------------
  82.  
  83. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  84. Prime Base          <=-  (Change this to your BBS name)
  85. William             <=-  (The Sysop's first name)
  86. Rountree            <=-  (The Sysop's last name)
  87. 00000               <=-  (Your BBS Registration Number)
  88. 14                  <=-  (Number of days before removing an inactive user)
  89. 30                  <=-  (Number of moves a player gets each day.)
  90. William Rountree    <=-  (Sponsor of Door)
  91.  
  92. Example configuration file for DOOR.SYS
  93. ---------------------------------------
  94.  
  95. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  96. Prime Base          <=-  (Change this to your BBS name)
  97. William             <=-  (The Sysop's first name)
  98. Rountree            <=-  (The Sysop's last name)
  99. 00000               <=-  (Your BBS Registration Number)
  100. 14                  <=-  (Number of days before removing an inactive user)
  101. 30                  <=-  (Number of moves a player gets each day.)
  102. William Rountree    <=-  (Sponsor of Door)
  103.  
  104. Example configuration file for USERINFO.DAT
  105. -------------------------------------------
  106.  
  107. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  108. Prime Base          <=-  (Change this to your BBS name)
  109. William             <=-  (The Sysop's first name)
  110. Rountree            <=-  (The Sysop's last name)
  111. 00000               <=-  (Your BBS Registration Number)
  112. 14                  <=-  (Number of days before removing an inactive user)
  113. 30                  <=-  (Number of moves a player gets each day.)
  114. William Rountree    <=-  (Sponsor of Door)
  115.  
  116. Example configuration file for CALLINFO.BBS
  117. -------------------------------------------
  118.  
  119. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  120. Prime Base          <=-  (Change this to your BBS name)
  121. William             <=-  (The Sysop's first name)
  122. Rountree            <=-  (The Sysop's last name)
  123. 00000               <=-  (Your BBS Registration Number)
  124. 14                  <=-  (Number of days before removing an inactive user)
  125. 30                  <=-  (Number of moves a player gets each day.)
  126. William Rountree    <=-  (Sponsor of Door)
  127.  
  128. Example configuration file for DORINFOx.DEF
  129. -------------------------------------------
  130.  
  131. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  132.                           where 'x' is the BBS Node number.
  133. Prime Base          <=-  (Change this to your BBS name)
  134. William             <=-  (The Sysop's first name)
  135. Rountree            <=-  (The Sysop's last name)
  136. 00000               <=-  (Your BBS Registration Number)
  137. 14                  <=-  (Number of days before removing an inactive user)
  138. 30                  <=-  (Number of moves a player gets each day.)
  139. William Rountree    <=-  (Sponsor of Door)
  140.  
  141. Example configuration file for SFDOORS.DAT
  142. ------------------------------------------
  143.  
  144. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  145. Prime Base          <=-  (Change this to your BBS name)
  146. William             <=-  (The Sysop's first name)
  147. Rountree            <=-  (The Sysop's last name)
  148. 00000               <=-  (Your BBS Registration Number)
  149. 14                  <=-  (Number of days before removing an inactive user)
  150. 30                  <=-  (Number of moves a player gets each day.)
  151. William Rountree    <=-  (Sponsor of Door)
  152.  
  153. Example configuration file for GTUSER.BBS
  154. ----------------------------------------
  155.  
  156. C:\BBS\GTUSER.BBS   <=-  (Full pathname of your GTUSER.BBS file)
  157. Prime Base          <=-  (Change this to your BBS name)
  158. William             <=-  (The Sysop's first name)
  159. Rountree            <=-  (The Sysop's last name)
  160. 1                   <=-  (COM port number - defaults to 1)
  161. 1                   <=-  (Node number - defaults to 1)
  162. 00000               <=-  (Your BBS Registration Number)
  163. 14                  <=-  (Number of days before removing an inactive user)
  164. 30                  <=-  (Number of moves a player gets each day.)
  165. William Rountree    <=-  (Sponsor of Door)
  166.  
  167. Example configuration file for TRIBBS.SYS
  168. ----------------------------------------
  169.  
  170. C:\BBS\TRIBBS.BBS   <=-  (Full pathname of your TRIBBS.SYS file)
  171. Prime Base          <=-  (Change this to your BBS name)
  172. William             <=-  (The Sysop's first name)
  173. Rountree            <=-  (The Sysop's last name)
  174. 00000               <=-  (Your BBS Registration Number)
  175. 14                  <=-  (Number of days before removing an inactive user)
  176. 30                  <=-  (Number of moves a player gets each day.)
  177. William Rountree    <=-  (Sponsor of Door)
  178.  
  179. NOTE: At present it is unclear which BBS systems read their BBS drop files
  180.       back in and make updates to the system files upon termination of a door.
  181.       If your BBS performs this function then your files will be updated,
  182.       otherwise nothing will change and the updates will have to be performed
  183.       manually. It is left to the individual Sysop to know if his BBS
  184.       software does indeed perform the updates or not.
  185.  
  186.     DoorFrame requires DOS 3.x and up since all files are opened in SHARED
  187.     mode.
  188.  
  189.     When using PCBOARD.SYS, DoorFrame also accesses the USERS file.
  190.  
  191.     When using USERS.SYS, DoorFrame also accesses PCBOARD.SYS, PCBOARD.DAT
  192.     and the USERS file.
  193.  
  194.     The DOOR.SYS used by DoorFrame is the standard 52 line GAP (tm) file.
  195.  
  196.     The CALLINFO.BBS used by DoorFrame currently contains 36 lines.
  197.  
  198.     If ANY Basic error is encountered, it will branch to ERR.ROUTINE and
  199.     call the ERRORS subroutine. The error will be printed to the screen and
  200.     written to DFRAME.ERR. Your Door will then exit back to the BBS.
  201.  
  202. Fossil Driver Support
  203. ---------------------
  204.  
  205. MAZE MAZE.CFG /FD
  206.  
  207. -  BNU: Not Tested yet.  (To my knowledge.)
  208.  
  209. -  XOO: Not Tested yet.  (To my knowledge.)
  210.  
  211. Environment Variables:
  212.  
  213. Adventurer's Maze supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4
  214. and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  215. number after the configuration filename.
  216.     MAZE MAZE.CFG /5 OR
  217.     MAZE MAZE.CFG /%IRQ%  for the environment variable.
  218. The /5 tells Adventurer's Maze 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. Daily Maintance:
  239.  
  240.      No modification of your daily maintance is required since Adventurer's
  241.      Maze performs it's Daily Maintance on the first caller that day.  This
  242.      Maintance is very short and should not delay the play by that call
  243.      very much.
  244.  
  245. Limitations:
  246.  
  247.      This door will continue to operate in it's original condition until
  248.      it is registered.  A 5 second delay and message will be displayed upon
  249.      it start and exit.  After 10 days of play by a player, the Merchant will
  250.      close down.  After 15 days of play by a player, the character that the
  251.      player is running will be reset to 1st level.  All of these limitations
  252.      will be removed upon it's registration.
  253.  
  254. Sysop Keys
  255. ==========
  256.  
  257. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  258.          written to DOOR.SYS and USERS.SYS
  259. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  260.          and/or written to DOOR.SYS and USERS.SYS
  261. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  262. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  263.          and/or written to DOOR.SYS and USERS.SYS
  264. F8    -  Returns the caller involuntarily to the BBS.
  265. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  266.          and/or written to DOOR.SYS and USERS.SYS
  267. F10   -  Activates SysOp CHAT mode within the DOOR.
  268. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  269. UP    -  Give the caller extra time while in the DOOR.
  270. DN    -  Subtract time from the caller while in the DOOR.
  271. HOME  -  HELP key for Status Line options.
  272. ALT-N -  SysOp next on toggle. Value passed to PCBoard. (PCBoard only)
  273. ALT-X -  PCBoard will exit after current caller logs off. Value is
  274.          passed to PCBoard. Not available on non-PCBoard systems.
  275.  
  276. Registration:
  277.  
  278.      Adventurer's Maze costs $20.00 US currency to register.  I will post a 
  279.      message on Prime Base in the Door Support Conference with your 
  280.      individual registration number.  If you have any problems or questions,
  281.      please leave all messages in this area for:
  282.     
  283.           William Rountree or Sysop at:
  284.  
  285.           Prime Base Node #1: (804) 587-4289   14,400 V32Bis, V42Bis
  286.                           #2: (804) 587-4382   16,800 USR Dual Standard
  287.           Voice:              (804) 587-3082  
  288.           FidoNet: 1:275/58
  289.  
  290.      Bill McPhail is also an authorized distribution and registration site. 
  291.      Please, if you use this site, make your check or money order out to Bill
  292.      McPhail instead of myself.
  293.  
  294.           Bill McPhail at:
  295.           
  296.           The BoardRoom BBS #1: (206) 837-1763   14,400 V32Bis, V42Bis
  297.                             #2: (206) 846-0755   14,400 V32Bis, V42Bis
  298.           FidoNet: 1:138/138 
  299.                    1:138/237
  300.  
  301.     Elizabeth Bachman is also the authorized East Coast distribution site.
  302.  
  303.           Elizabeth Bachman at:
  304.  
  305.           The Midnight Special BBS #1: (207) 439-7919 14,400 V32Bis, V42Bis
  306.                               #2: (207) 439-9318 2400
  307.           FidoNet: 1:326/105
  308.  
  309.  
  310.     Rick Barrowclough is also an authorized CANADIAN distribution site.
  311.  
  312.           Rick Barrowclough at:
  313.  
  314.           The WYRM'S LAIR #1: (604) 542-5641    14,400 V32Bis, V42Bis
  315.                           #2: (604) 558-1979     2,400 (Soon Terbo)
  316.           FidoNet: 1:353/320
  317.  
  318.  
  319.    Werner Sepultur is also an authorized EUROPEAN distribution site.
  320.  
  321.           Werner Sepultur at:
  322.  
  323.           Sepultura-BBS Verden #1: +49 (0)4231-68618   14,400 USR Dual
  324.                                #2: +49 (0)4231-68619   19,200 ZyXel
  325.                                #3: +49 (0)4231-68951   16,800 ZyXel
  326.                                #4: +49 (0)4231-962040  64,000 ISDN
  327.           FidoNet:
  328.  
  329. Upgrading from previous versions:
  330.       
  331.       From 1.xx to 2.xx:
  332.       Due to extensive rewrite, you must remove all previous files and
  333.       start over.  Please note the change in .cfg file format.
  334.      
  335.       From 2.xx to 2.xx:
  336.       Replace: *.exe's
  337.                *.fil
  338.                *.ans
  339.       Check the new cfg files for changes.