home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / q / quad10.zip / QUAD.DOC < prev    next >
Text File  |  1993-03-11  |  10KB  |  278 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                              "Quad Pyramids"
  8.                                Version 1.0
  9.  
  10.                               Presented by
  11.  
  12.                           SDP Software Systems
  13.                           Steve Page - Author
  14.  
  15.                               Supported by
  16.  
  17.                            The SpeakEasy BBS
  18.                              (407)291-4626
  19.                          (First Call Download)
  20.  
  21.  
  22.  
  23.  
  24. INTRODUCTION:
  25. ____________
  26.  
  27.    The object of Quad Pyramids is to clear all of the numbers from a
  28.    given Pyramid as well as clear all numbers from all Pyramids.
  29.    Bonus points are awarded for clearing individual Pyramids as well as
  30.    for clearing multiple Pyramids.  Certain Pyramids have more bonus value
  31.    then others.  We will let you figure out the actual bonus values. You
  32.    will also discover that there are additional bonus points for clearing
  33.    multiple Pyramids.
  34.  
  35.    Points are accumulated from game to game, however, points are deducted
  36.    from your running total if you fail to clear a Pyramid.
  37.  
  38.    To play, simply select the Pyramid that you wish to remove a remaining
  39.    number from, that matches the "number to play", and press the appropriate
  40.    key.  Your key selections are "A", "B", "C" or "D"!
  41.  
  42.    Good luck and enjoy Quad Pyramids!
  43.  
  44. FEATURES:
  45. ________
  46.  
  47.     * Supports all Major BBS Software
  48.     * Network compatible
  49.     * Share compatible
  50.     * Multi-Node compatible
  51.     * Speeds to 57,600
  52.     * Supports Non-standard IRQ's
  53.  
  54.  
  55. NOTE:
  56. _____
  57.  
  58.  ***This door is written in Visual Basic and is a free standing .EXE!***
  59.                ***Run time programs ARE NOT required!***
  60.  
  61.  
  62. SYSOP OPERATIONS INFORMATION:
  63. ______________________________
  64.  
  65. *** The door will create both the .USR (user) and .SCR (score) files.
  66. If the .USR file is deleted, the door will open and create a new .USR
  67. file and then exit the door gracefully.  The .USR file will be there
  68. on the next opening of the door.
  69.  
  70. The .SCR file will remain in the directory until you delete it. If you
  71. want to run a monthly tournament, ( as I do on my board ) you can check
  72. the high score on the last day of the month and then delete the file.
  73. The first user to open the door after the .SCR file has been deleted
  74. will create a new .SCR file automatically.  Deletion of the .SCR file
  75. will not cause the door to exit upon the first opening.
  76.  
  77.  
  78. INSTALLATION:
  79. ____________
  80.  
  81. Installation is simple!!! Create a directory to hold all of the QUAD
  82. files and then unzip all files in QUAD10.ZIP into this directory.
  83. A sample directory would be: C:\PCB\DOORS\QUAD  
  84.  
  85.  
  86. FILES INCLUDED SHOULD BE:
  87. _________________________
  88.  
  89.  QUAD10.EXE ------ Main Door Program.
  90.  QUAD.ANS -------- ANSI Help Screen.
  91.  QUAD.USR -------- Sample User file. (Door will create this file)
  92.  QUAD.SCR -------- Sample Score file.(Door will create this file)
  93.  QUAD ------------ Sample batch file.
  94.  QUAD.CFG -------- Sample Node 1 configuration file.
  95.  QUAD2.CFG ------- Sample Node 2 configuration file.
  96.  FILE_ID.DIZ ----- Description file for PCBoard and others.
  97.  REGISTER.FRM ---- This is an important file! Thanks for the donation...
  98.  QUAD.DOC -------- The file you are reading now.
  99.  QUAD.WIN -------- Monthly winners file.
  100.  QUADKILL.EXE ---- File to run in your event that updates the winners
  101.                    file at the end of the month AS WELL AS penalizes
  102.                    the players a percentage of their score for not
  103.                    playing after a period of days.
  104.  
  105. Change to the directory that the QUAD files are in, grab your favorite
  106. text editor and lets make the necessary changes to enable operation on
  107. your system.
  108.  
  109. The sample batch file looks like this:
  110.  
  111. ECHO OFF
  112. C:
  113. CD\PCB\DOORS\QUAD       <-- Path to the QUAD files
  114. QUAD10 QUAD.CFG         <-- QUAD.CFG "MUST" follow QUAD10
  115. CD\PCB                  <-- Change directory to main BBS directory
  116. BOARD                   <-- Call your BBS batch file
  117.  
  118.  
  119. A sample batch file for NODE 2 would look like this:
  120.  
  121. ECHO OFF
  122. C:
  123. CD\PCB\DOORS\QUAD
  124. QUAD10 QUAD2.CFG
  125. F:                  <- or what ever the drive letter is for your second node!
  126. CD\PCB2    ^-----------Note!!!
  127. BOARD2
  128.  
  129. The batch file for each node must go in that nodes main BBS directory!
  130.  
  131. If setting up doors (and batch files for them) is new to you, go to your
  132. BBS software documentation for instructions.
  133.  
  134. A sample QUAD.CFG file looks like this:
  135.  
  136. C:\PCB\PCBOARD.SYS         <--Line 1
  137. The SpeakEasy BBS          <--Line 2
  138. Steve                      <--Line 3
  139. Page                       <--Line 4
  140. 00000                      <--Line 6
  141. 2                          <--Line 5
  142. C:\PCB\GEN\BLT11           <- Line 7
  143.  
  144. line  1 = Drive and path to PCBOARD.SYS/DOOR.SYS/ETC...
  145. line  2 = Name of your BBS
  146. line  3 = Sysop First Name
  147. line  4 = Sysop Last Name
  148. line  5 = Registration # (leave 00000 if not registered)
  149. line  6 = Number of games allowed per day (only 1 game is allowed
  150.           in the unregistered version)
  151. line  7 = Path and bulletin name to generate (ANSI & ASCI Bulletin)
  152.           (Bulletin is generated in registered version only -
  153.            however - the line MUST be filled.)
  154.  
  155. A sample QUAD2.CFG (config file for node 2) looks like this:
  156.  
  157. F:\PCB2\PCBOARD.SYS        <--Line 1 NOTE: F:\PCB2\PCBOARD.SYS
  158. The SpeakEasy BBS          <--Line 2       ^     ^
  159. Steve                      <--Line 3
  160. Page                       <--Line 4
  161. 00000                      <--Line 5
  162. 2                          <--Line 6
  163. C:\PCB\GEN\BLT11           <--Line 7
  164.  
  165.  
  166. A config for a NODE 3 would be the same except for the first line which
  167. would be I:\PCB3\PCBOARD.SYS
  168.          ^     ^
  169. All configuration files MUST go in the directory with the rest of
  170. your QUAD files. ie. C:\PCB\DOORS\QUAD
  171.  
  172. QUADKILL.EXE
  173. ____________
  174.  
  175. This file should be run in your nightly event as it adjusts the scores
  176. of those users who may not have opened the game door in a few days. It
  177. keeps players from getting a big lead and then not playing the game just
  178. to stay at the top of the leader board.  ALSO - this file updates the
  179. monthly WINNERS on the first day of each new month.
  180.  
  181. A sample of what it would look like in your event would be:
  182.  
  183. C:
  184. CD\PCB\DOORS\QUAD
  185. QUADKILL.EXE
  186. C:
  187.  
  188. BBS SOFTWARE SUPPORTED:
  189. ______________________
  190.  
  191. This door supports PCBOARD 12.1 through 14.5a, RBBS, WILDCAT, DOORSYS,
  192. etc....... The default is to PCBOARD 14.5!  Other BBS software requires
  193. an additional command line option in your batch file.  They are listed
  194. below:
  195.  
  196.  
  197. ENVIRONMENT VARIABLES
  198. __________________________________
  199.  
  200. This door is written with DOORFRAME (by Ted Freeman) and supports
  201. COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and COM2/COM4 =
  202. IRQ3.  If you wish to use a non-standard IRQ, add the IRQ number
  203. after the configuration filename.  If you want to use COM1 and
  204. IRQ5, the command line would look like:  QUAD10 QUAD.CFG /5
  205.  
  206.  
  207. FOSSIL DRIVER SUPPORT:
  208. ______________________
  209.  
  210. DOORFRAME supports the use of Fossil drivers.  To tell the door to
  211. use the Fossil driver instead of the standard COM ports, just put
  212. /FD on the command line.  Like this: QUAD10 QUAD.CFG /FD
  213. This indicates that a Fossil driver is present and should be used.
  214.  
  215.  
  216. REGISTRATION:
  217. _____________
  218.  
  219. Registration is required if you continue using Quad Pyramids for more then
  220. a period of 30 days.  The unregistered version of Quad Pyramids will
  221. allow only 1 game per day and will not post a bulletin. When you register,
  222. the "NON REGISTERED VERSION" will be removed from all screens and will
  223. be replaced with your BBS name and YOUR name.  The registered version
  224. also generates a bulletin and allows the sysop to configure the number
  225. of games allowed per day.
  226.  
  227. To register your copy of Quad Pyramids, fill out the registration form
  228. supplied within the QUAD10.ZIP file.  Please mail the form along
  229. with a donation of $20.00 (check or money order) made payable to
  230. STEVE PAGE.  The address is on the registration form! Also, make sure
  231. you fill out the BBS name and Sysop name EXACTLY the way you have it
  232. in your configuration file.  Your registration code is based on a
  233. mathematical algorithm using this information!
  234.  
  235. Upon receipt of your registration form, I will pre-register you on
  236. The SpeakEasy BBS.  You will then be able to call The SpeakEasy to
  237. receive your registration code.  Please allow 7 to 10 days prior to
  238. calling to insure that your code will be waiting for you.  If you
  239. prefer, I will mail your registration code to you.  Make sure you
  240. include a self addressed envelope!
  241.  
  242.  
  243. SUPPORT:
  244. ________
  245.  
  246. If you have questions regarding Quad Pyramids, I can be reached via RIME
  247. BBS-DOORS conference or at The SpeakEasy BBS. The SpeakEasy BBS is
  248. the official support BBS for all SDP SoftWare Systems.
  249.  
  250.  
  251. THANK YOUS!
  252. ___________
  253.  
  254. I would like to thank Michael Goetz, Sysop of The Caverns EBBS and
  255. author of Majic SoftWare Doors, and Jim Murphey, Sysop of The Coffee
  256. Shop BBS for BETA testing this door.
  257.  
  258. I would also like to thank Ted Freeman for providing the DOORFRAME
  259. libraries that this door was written with.
  260.  
  261.  
  262. LEGALITIES:
  263. ___________
  264.  
  265. THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS" WITHOUT
  266. WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO
  267. ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  268. PURPOSE.  IN NO EVENT SHALL THE AUTHOR OF ANYONE INVOLVED WITH THE
  269. CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR ANY DIRECT,
  270. INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM THE USE OF
  271. THIS PROGRAM.  YOUR USE OF THIS PROGRAM CONSTITUTES YOUR AGREEMENT TO
  272. THIS DISCLAIMER AND YOUR RELEASE OF THE AUTHOR FROM ANY FORM OF
  273. LIABILITY OR LITIGATION.
  274.  
  275. END:
  276. ____
  277.  
  278.