home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / CC191.ZIP / SYSOP.DOC < prev   
Text File  |  1995-04-17  |  10KB  |  259 lines

  1.  
  2.                             C r i s s - C r o s s          
  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 4 - 5
  9.  
  10.  
  11. Criss-Cross, Copyright (c) 1994-5 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 data 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.      form with all the files originally included.
  25.  
  26. Credits:
  27.      Quick 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 by Ted Freeman 1990-3,
  33.                   copyright (c) July-93 by Richard Paquette
  34.  
  35.  
  36. Overview:
  37.  
  38.           * * * * * * * This Door Requires ANSI  * * * * * * *
  39.  
  40.      Criss-Cross is a stratagic/number type door game.  This door does not
  41.      contain any time limit except that of the user's existing time left
  42.      online.  Although not written to operate on a multi-tasking environment,
  43.      it has been tested to do so without any known problems.  This door will
  44.      support up to 50 users.  It is also written to be able to use Com ports
  45.      and IRQ's not usually used.  This door does NOT require any daily
  46.      maintenance.  This door code is written using Quick Basic and DoorFrame
  47.      runtime library.  
  48.  
  49. Configuration file setup:
  50.                                 Example Batch File
  51.                                 ------------------
  52. A sample batch file is included and is similar to the following:
  53.  
  54.    ECHO OFF
  55.    CD\DOORS\CC             <=- Switch to the door's Directory.
  56.    CC CC.CFG               <=- Execute the door program and pass the
  57.                                 configuration filename to the program.
  58.    CD\PCB                  <=- Go back to PCB DIR when user exits door.
  59.    BOARD                   <=- Restart BBS.
  60.  
  61.  
  62.                           Configuration Files
  63.                           -------------------
  64.  
  65. Example configuration file for PCBOARD.SYS
  66. ------------------------------------------
  67.  
  68. C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  69. Prime Base          <=-  (Change this to your BBS name)
  70. William             <=-  (The Sysop's first name)
  71. Rountree            <=-  (The Sysop's last name)
  72.  
  73. Example configuration file for USERS.SYS
  74. ------------------------------------------
  75.  
  76. C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  77. Prime Base          <=-  (Change this to your BBS name)
  78. William             <=-  (The Sysop's first name)
  79. Rountree            <=-  (The Sysop's last name)
  80.  
  81. Example configuration file for DOOR.SYS
  82. ---------------------------------------
  83.  
  84. C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  85. Prime Base          <=-  (Change this to your BBS name)
  86. William             <=-  (The Sysop's first name)
  87. Rountree            <=-  (The Sysop's last name)
  88.  
  89. Example configuration file for USERINFO.DAT
  90. -------------------------------------------
  91.  
  92. C:\BBS\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  93. Prime Base          <=-  (Change this to your BBS name)
  94. William             <=-  (The Sysop's first name)
  95. Rountree            <=-  (The Sysop's last name)
  96.  
  97. Example configuration file for CALLINFO.BBS
  98. -------------------------------------------
  99.  
  100. C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  101. Prime Base          <=-  (Change this to your BBS name)
  102. William             <=-  (The Sysop's first name)
  103. Rountree            <=-  (The Sysop's last name)
  104.  
  105. Example configuration file for DORINFOx.DEF
  106. -------------------------------------------
  107.  
  108. C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  109.                           where 'x' is the BBS Node number.
  110. Prime Base          <=-  (Change this to your BBS name)
  111. William             <=-  (The Sysop's first name)
  112. Rountree            <=-  (The Sysop's last name)
  113.  
  114. Example configuration file for SFDOORS.DAT
  115. ------------------------------------------
  116.  
  117. C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  118. Prime Base          <=-  (Change this to your BBS name)
  119. William             <=-  (The Sysop's first name)
  120. Rountree            <=-  (The Sysop's last name)
  121.  
  122. Example configuration file for GTUSER.BBS
  123. ----------------------------------------
  124.  
  125. C:\BBS\GTUSER.BBS   <=-  (Full pathname of your GTUSER.BBS file)
  126. Prime Base          <=-  (Change this to your BBS name)
  127. William             <=-  (The Sysop's first name)
  128. Rountree            <=-  (The Sysop's last name)
  129. 1                   <=-  (COM port number - defaults to 1)
  130. 1                   <=-  (Node number - defaults to 1)
  131.  
  132. Example configuration file for TRIBBS.SYS
  133. ----------------------------------------
  134.  
  135. C:\BBS\TRIBBS.BBS   <=-  (Full pathname of your TRIBBS.SYS file)
  136. Prime Base          <=-  (Change this to your BBS name)
  137. William             <=-  (The Sysop's first name)
  138. Rountree            <=-  (The Sysop's last name)
  139.  
  140. Example of the .KEY file
  141. ------------------------
  142. 00000               <=-  (Your BBS Registration Number)
  143. William Rountree    <=-  (Sponsor of Door)
  144. 5                   <=-  (Number of games allowed each day)
  145.  
  146. NOTE: At present it is unclear which BBS systems read their BBS drop files
  147.       back in and make updates to the system files upon termination of a door.
  148.       If your BBS performs this function then your files will be updated,
  149.       otherwise nothing will change and the updates will have to be performed
  150.       manually. It is left to the individual Sysop to know if his BBS
  151.       software does indeed perform the updates or not.
  152.  
  153.     DoorFrame requires DOS 3.x and up since all files are opened in SHARED
  154.     mode.
  155.  
  156.     When using PCBOARD.SYS, DoorFrame also accesses the USERS file.
  157.  
  158.     When using USERS.SYS, DoorFrame also accesses PCBOARD.SYS, PCBOARD.DAT
  159.     and the USERS file.
  160.  
  161.     The DOOR.SYS used by DoorFrame is the standard 52 line GAP (tm) file.
  162.  
  163.     The CALLINFO.BBS used by DoorFrame currently contains 36 lines.
  164.  
  165.     If ANY Basic error is encountered, it will branch to ERR.ROUTINE and
  166.     call the ERRORS subroutine. The error will be printed to the screen and
  167.     written to DFRAME.ERR. Your Door will then exit back to the BBS.
  168.  
  169. Fossil Driver Support
  170. ---------------------
  171.  
  172. - Automatic:
  173.   BNU: Yes
  174.   XOO: Yes
  175.  
  176. Environment Variables:
  177.  
  178. Criss-Cross supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4
  179. and COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  180. number after the configuration filename.
  181.     
  182.     CC CC.CFG /5 OR
  183.     CC CC.CFG /%IRQ%  for the environment variable.
  184.  
  185. The /5 tells Criss-Criss to use IRQ5 rather than the standard IRQ4 that
  186. is normally used with COM1. No /x parameter is needed for the standard IRQ's.
  187.  
  188. When specifying the location of the system file on line 1 of the doors .CFG
  189. file, you may use the environment variables %pcbdrive%, %pcbdir%, %pcbnode%,
  190. and %wcnodeid%. Some examples:
  191.  PCBoard:
  192.    USERS.SYS in C:\PCB           - %pcbdrive%%pcbdir%\USERS.SYS
  193.    USERS.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  194.  
  195.  Wildcat!:
  196.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  197.  
  198. Non-PCBoard systems may use the PCB environment variables by setting them
  199. in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  200.  SET PCBDRIVE=C:
  201.  SET PCBDIR=\BBSDIR
  202.  SET PCBNODE=1
  203.  
  204. Daily Maintenance:
  205.  
  206.      No modification of your daily maintenance is required since Criss-Cross
  207.      performs it's Daily Maintenance on the first caller that day.  This
  208.      maintenance is very short and should not delay the play by that call
  209.      very much.
  210.  
  211. Limitations:
  212.  
  213.      This door will continue to operate in it's original condition until
  214.      it is registered.
  215.      
  216.      1:  A 5 second delay and message will be displayed upon it start and
  217.          exit.
  218.      2:  Each player is limited to 1 game a day until registered.
  219.      3:  A player cannot play ahead, or make up lost days until registered.
  220.  
  221.      These limitations will be removed upon it's registration.
  222.  
  223. Sysop Keys
  224. ==========
  225.  
  226. F3    -  Toggles the printer On/Off. Value is passed to PCBoard and/or
  227.          written to DOOR.SYS and USERS.SYS
  228. F4    -  Toggles the Page Bell on/off. Value is passed to PCBoard
  229.          and/or written to DOOR.SYS and USERS.SYS
  230. F5    -  DOS Shell. Allows SysOp to exit to DOS from inside a DOOR.
  231. F7    -  Toggles the Caller Alarm On/Off. Value is passed to PCBoard
  232.          and/or written to DOOR.SYS and USERS.SYS
  233. F8    -  Returns the caller involuntarily to the BBS.
  234. F9    -  Toggles the local display On/Off. Value is passed to PCBoard
  235.          and/or written to DOOR.SYS and USERS.SYS
  236. F10   -  Activates SysOp CHAT mode within the DOOR.
  237. ESC   -  Deactivates CHAT mode.  DOOR is resumed.
  238. UP    -  Give the caller extra time while in the DOOR.
  239. DN    -  Subtract time from the caller while in the DOOR.
  240. HOME  -  HELP key for Status Line options.
  241. ALT-N -  SysOp next on toggle. Value passed to PCBoard. (PCBoard only)
  242. ALT-X -  PCBoard will exit after current caller logs off. Value is
  243.          passed to PCBoard. Not available on non-PCBoard systems.
  244.  
  245. Registration:
  246.  
  247.      Criss-Cross costs $15.00 US currency to register.  I will post a
  248.      message on Prime Base in the Door Support Conference with your
  249.      individual registration number.  If you have any problems or questions,
  250.      please leave all messages in this area for:
  251.  
  252.           William Rountree or Sysop at:
  253.  
  254.           Prime Base Node #1: (804) 587-4289   14,400 V32Bis, V42Bis
  255.                           #2: (804) 587-4382   16,800 USR Dual Standard
  256.           Voice:              (804) 587-3082
  257.           FidoNet: 1:275/58
  258.  
  259.