home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / AM301.ZIP / SYSOP.DOC < prev   
Text File  |  1997-01-03  |  11KB  |  259 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 - 7
  9.  
  10.  
  11. ADVENTURER'S MAZE, Copyright (c) 1992-7  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.  
  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.  
  84. Example configuration file for DOOR.SYS
  85. ---------------------------------------
  86.  
  87. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  88. Prime Base          <=-  (Change this to your BBS name)
  89. William             <=-  (The Sysop's first name)
  90. Rountree            <=-  (The Sysop's last name)
  91.  
  92. Example configuration file for USERINFO.DAT
  93. -------------------------------------------
  94.  
  95. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT 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.  
  100. Example configuration file for CALLINFO.BBS
  101. -------------------------------------------
  102.  
  103. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  104. Prime Base          <=-  (Change this to your BBS name)
  105. William             <=-  (The Sysop's first name)
  106. Rountree            <=-  (The Sysop's last name)
  107.  
  108. Example configuration file for DORINFOx.DEF
  109. -------------------------------------------
  110.  
  111. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  112.                           where 'x' is the BBS Node number.
  113. Prime Base          <=-  (Change this to your BBS name)
  114. William             <=-  (The Sysop's first name)
  115. Rountree            <=-  (The Sysop's last name)
  116.  
  117. Example configuration file for SFDOORS.DAT
  118. ------------------------------------------
  119.  
  120. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  121. Prime Base          <=-  (Change this to your BBS name)
  122. William             <=-  (The Sysop's first name)
  123. Rountree            <=-  (The Sysop's last name)
  124.  
  125. Example configuration file for GTUSER.BBS
  126. ----------------------------------------
  127.  
  128. C:\BBS\GTUSER.BBS   <=-  (Full pathname of your GTUSER.BBS file)
  129. Prime Base          <=-  (Change this to your BBS name)
  130. William             <=-  (The Sysop's first name)
  131. Rountree            <=-  (The Sysop's last name)
  132. 1                   <=-  (COM port number - defaults to 1)
  133. 1                   <=-  (Node number - defaults to 1)
  134.  
  135. Example configuration file for TRIBBS.SYS
  136. ----------------------------------------
  137.  
  138. C:\BBS\TRIBBS.BBS   <=-  (Full pathname of your TRIBBS.SYS file)
  139. Prime Base          <=-  (Change this to your BBS name)
  140. William             <=-  (The Sysop's first name)
  141. Rountree            <=-  (The Sysop's last name)
  142.  
  143. Example of the .KEY file
  144. ------------------------
  145. 00000               <=-  (Your BBS Registration Number)
  146. 14                  <=-  (Number of days before removing an inactive user)
  147. 30                  <=-  (Number of moves a player gets each day.)
  148. William Rountree    <=-  (Sponsor of Door)
  149.  
  150. NOTE: At present it is unclear which BBS systems read their BBS drop files
  151.       back in and make updates to the system files upon termination of a door.
  152.       If your BBS performs this function then your files will be updated,
  153.       otherwise nothing will change and the updates will have to be performed
  154.       manually. It is left to the individual Sysop to know if his BBS
  155.       software does indeed perform the updates or not.
  156.  
  157.     DoorFrame requires DOS 3.x and up since all files are opened in SHARED
  158.     mode.
  159.  
  160.     When using PCBOARD.SYS, DoorFrame also accesses the USERS file.
  161.  
  162.     When using USERS.SYS, DoorFrame also accesses PCBOARD.SYS, PCBOARD.DAT
  163.     and the USERS file.
  164.  
  165.     The DOOR.SYS used by DoorFrame is the standard 52 line GAP (tm) file.
  166.  
  167.     The CALLINFO.BBS used by DoorFrame currently contains 36 lines.
  168.  
  169.     If ANY Basic error is encountered, it will branch to ERR.ROUTINE and
  170.     call the ERRORS subroutine. The error will be printed to the screen and
  171.     written to DFRAME.ERR. Your Door will then exit back to the BBS.
  172.  
  173. Fossil Driver Support
  174. ---------------------
  175.  
  176. - Automatic:
  177.   BNU: Yes
  178.   XOO: Yes
  179.  
  180. Environment Variables:
  181.  
  182. Adventurer's Maze supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4
  183. and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  184. number after the configuration filename.
  185.     
  186.     MAZE MAZE.CFG /5 OR
  187.     MAZE MAZE.CFG /%IRQ%  for the environment variable.
  188.  
  189. The /5 tells Adventurer's Maze to use IRQ5 rather than the standard IRQ4 that
  190. is normally used with COM1. No /x parameter is needed for the standard IRQ's.
  191.  
  192. When specifying the location of the system file on line 1 of the doors .CFG
  193. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  194. and %wcnodeid%. Some examples:
  195.  PCBoard:
  196.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  197.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  198.  
  199.  Wildcat!:
  200.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  201.  
  202. Non-PCBoard systems may use the PCB environment variables by setting them
  203. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  204.  SET PCBDRIVE=C:
  205.  SET PCBDIR=\BBSDIR
  206.  SET PCBNODE=1
  207.  
  208.  
  209. Daily Maintance:
  210.  
  211.      No modification of your daily maintance is required since Adventurer's
  212.      Maze performs it's Daily Maintance on the first caller that day.  This
  213.      Maintance is very short and should not delay the play by that call
  214.      very much.
  215.  
  216. Limitations:
  217.  
  218.      This door will continue to operate in it's original condition until
  219.      it is registered.  A 5 second delay and message will be displayed upon
  220.      it start and exit.  After 10 days of play by a player, the Merchant will
  221.      close down.  After 15 days of play by a player, the character that the
  222.      player is running will be reset to 1st level.  All of these limitations
  223.      will be removed upon it's registration.
  224.  
  225. Sysop Keys
  226. ==========
  227.  
  228. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  229.          written to DOOR.SYS and USERS.SYS
  230. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  231.          and/or written to DOOR.SYS and USERS.SYS
  232. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  233. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  234.          and/or written to DOOR.SYS and USERS.SYS
  235. F8    -  Returns the caller involuntarily to the BBS.
  236. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  237.          and/or written to DOOR.SYS and USERS.SYS
  238. F10   -  Activates SysOp CHAT mode within the DOOR.
  239. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  240. UP    -  Give the caller extra time while in the DOOR.
  241. DN    -  Subtract time from the caller while in the DOOR.
  242. HOME  -  HELP key for Status Line options.
  243. ALT-N -  SysOp next on toggle. Value passed to PCBoard. (PCBoard only)
  244. ALT-X -  PCBoard will exit after current caller logs off. Value is
  245.          passed to PCBoard. Not available on non-PCBoard systems.
  246.  
  247. Registration:
  248.  
  249.      Adventurer's Maze costs $20.00 US currency to register.  I will post a 
  250.      message on Prime Base in the Door Support Conference with your 
  251.      individual registration number.  If you have any problems or questions,
  252.      please leave all messages in this area for:
  253.     
  254.           William Rountree or Sysop at:
  255.  
  256.           Prime Base : (757) 455-6757   28,800 Zoom
  257.           Fidonet    : 1:275/58
  258.           Internet   : www.primebasedoors.com   
  259.