home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / EVENTS / !!Q-CO4.ZIP / QUOTECO.DOC < prev    next >
Text File  |  1994-08-30  |  9KB  |  197 lines

  1. ═══════════════════════════════════════════════════════════════════════════════
  2.                                        ┬     ┌─
  3.  Version 4.0               ┌─┐ ┌ ┐ ┌─┐─┼─ ┌─ │  ┌─┐                 by CoSoft
  4. ─────────────────────      │ │ │ │ │ │ │  ├  │  │ │     ───────────────────────
  5.                            └─┴┐└─┘ └─┘ ┴  └─ └─ └─┘
  6.  
  7.  
  8. ═══════════════════════════════════════════════════════════════════════════════
  9.  
  10. Improvements over quoteCo version 3.0 ─
  11.  
  12. ■ Super easy to run configuration program added to maintain QUOTECO.INI,
  13.   the file that contains all the toggles for quoteCo. Instead of opting
  14.   for total WWIV.INI compatibility in this version, a configuration program
  15.   was added to make adding/deleting of quoteCo feautes easier.
  16. ■ Support for multiple quote files added. This was neccesary because
  17.   some people starting complaining when they added quotes, the file was
  18.   becoming around 600k large, thus making editors unable to touch such
  19.   large files. Now, quoteCo picks a random quote file out of however many
  20.   defined (in SETUP).
  21. ■ Fancy animation quote display GREATLY enhanced. v3's was _VERY_ buggy,
  22.   ugly, and very unsophisticated.
  23. ■ Toggable pause before quote.
  24. ■ Toggable "funny" case-dependent color shifting in quotes. Adds very smooth
  25.   and futuristic look to your BBS.
  26. ■ "Randomalities" added to quoteCo. Example, quoteCo will look and act
  27.   differently to different users at different times :) .. To some users,
  28.   the quote might always be in red, and to some, it will always be in green.
  29.   Absolutely _nothing_ in quoteCo is random but the selection of the quote.
  30.   If it acts the same way to one user all the time, and differently to another,
  31.   there is a reason behind it. It may be that the users alias is more than
  32.   5 characters, and quoteCo will check, and just because of that, print
  33.   the quote in green or whatever. quoteCo checks for a LOT of things, and
  34.   I'm not going to document them in this file. Once you register quoteCo,
  35.   I'll send you a printed copy of everything quoteCo checks for and what
  36.   the result of it is.
  37. ■ Can now run in a different directory rather where WWIV resides.
  38. ■ Option to buy the source code.
  39. ■ Option to buy a multitude of quote data files.
  40. ■ Released under the official "CoSoft" name.
  41. ═══════════════════════════════════════════════════════════════════════════════
  42.  
  43. Why quoteCo and not the other plethora of logon quote programs?
  44.  
  45. ■ 7,800+ super diverse quotes categorized in different quote data files IN
  46.   just the unregistered version. You can opt to buy more data files from
  47.   CoSoft and expand your library to almost 20,000 quotes.
  48. ■ Supports quotes bigger then 1 line, most other quote programs
  49.   allow quotes only 50 characters long on one line.
  50. ■ Uses raw ANSI versus WWIV heart codes so other BBS softwares can
  51.   use quoteCo. (if software will provide com routines)
  52. ■ Colorful and not boring - looks like a totally different program every
  53.   time its ran.
  54. ■ No hassle-prone .INI or .CFG files you have to manually mess with,
  55.   SETUP takes care of all of that. Average time spent in SETUP: 15 seconds.
  56. ■ Multi-instance aware and compatible.
  57. ■ SETUP can be used as a chain for your remote CoSysOp's as well.
  58. ═══════════════════════════════════════════════════════════════════════════════
  59.  
  60. Installation of quoteCo ─
  61.  
  62. Unzip !!Q-CO4.ZIP in a directory of it's own, or your BBS directory.
  63.  
  64.  
  65.   Logon Event ─
  66.  
  67.         In INIT, enter this on your "external events/programs" section,
  68.         "logon event" line :
  69.  
  70.             "QUOTECO %1"
  71.  
  72.   External Chain (doorgame) ─
  73.  
  74.         In CHAINEDIT, make a program :
  75.  
  76.            Name          : quoteCo v4
  77.            Command line  : \path\QUOTECO %1
  78.            DOS intercept : Yes
  79.            ANSI req      : Yes
  80.  
  81.         If you want SETUP to be used by remote Co-SysOps, :
  82.  
  83.            Name          : quoteCo v4 SETUP
  84.            Command line  : \path\SETUP
  85.            Min SL        : 100
  86.            DOS intercept : Yes
  87.            ANSI req      : Yes
  88.  
  89.  
  90.         Everything else is up to you.
  91. ═══════════════════════════════════════════════════════════════════════════════
  92.  
  93. quoteCo data files format/filenames ─
  94.  
  95.  ■ quoteCo data files are named QUOTECO.0 to QUOTECO.999
  96.    quoteCo will randomly select one file and choose a quote from
  97.    there. You must define how many data files you are going to
  98.    use in SETUP. If you define 4, you have QUOTECO.0 through QUOTECO.3.
  99.    Numeration always starts with 0, not 1.
  100.  
  101. ■ Data file format is :
  102.  
  103.         Every quote starts with a "#" character. Quotes can be several
  104.         lines long .. quoteCo will print everything from one "#" to the
  105.         next "#". An example of a small QUOTECO.x is shown below :
  106.  
  107. /* start QUOTECO.0 */
  108. #You've seen one redwood, you've seen em all.
  109.  
  110. Ronald Regan
  111. #Join PlaNET today! 180 nodes .. e-mail IceNET @4058 (PlaNET NC) for info!
  112. #Why do I have to have an explanation for everything!?!?
  113.  
  114. Calvin from "Calvin and Hobbes"
  115. #No strike, Major Leauge Baseball 1994!
  116.  
  117. /* end */
  118. ═══════════════════════════════════════════════════════════════════════════════
  119.  
  120. How to register or/and get in touch with the author:
  121.  
  122. Print ORDER.FRM and fill it out. So far, the quoteCo support products
  123. available are:
  124.  
  125.  
  126. Item #        Description                                         Price
  127. -----------------------------------------------------------------------------
  128. QCODAT2       4,500 tagline-type quotes file.                     $ 6.00
  129. QCODAT3       760 super intellegent quotes + who said it.         $ 5.00
  130. QCODAT4       2,799 misc. quotes (3 lines each, average).         $ 7.00
  131. QCODAT5       300 or so super cynical quotes + who said it.       $ 4.00
  132. QCODAT6       190 Simpson's quotes + episode + who said it.       $ 4.00
  133. QCODAT7       1,456 misc. quotes (large quotes to oneliners)      $ 5.00
  134. QCODAT8       1,800 tagline-type quote file.                      $ 3.00
  135. QDATALL       All of the above data files.                        $30.00
  136. QCORAND       Printed sheet of all quoteCo's "randomalities".     $ 2.50
  137. QCOSRC        Source code to quoteCo (excluding SETUP) (TC++)     $27.00
  138. QCOSRCS       Source code to quoteCo + SETUP (TC++)               $34.00
  139. QALL          All data files, randomalities, source + SETUP.      $60.00
  140.  
  141.  
  142.  
  143. I did ya'll a favor and didn't put the ugly words UNREGISTERED _anywhere_
  144. in the code, I didn't cripple the software.
  145.  
  146. Once you buy anything relating to quoteCo, you will automatically be
  147. registered as a quoteCo user, and a registration number will be assigned
  148. to you.
  149.  
  150. .. or, if you just want to contact me, you can 100% guarantee I'll get
  151. the message that night at (internet) :
  152.  
  153. arsalan.arif@mobrass.mcs.com
  154.  
  155. I call that site every night .. I don't call many WWIV boards anymore
  156. (due to almost none being here) so WWIVnet addresses aren't a best bet.
  157. If you don't have an internet account, send mail to Midnight at
  158.  
  159. 1@5750 IceNET, TerraNET, PlaNET
  160. 1@15750 WWIVLink
  161.  
  162. .. she is a beta site and a good friend, she'll know what to do. :)
  163.  
  164. ═══════════════════════════════════════════════════════════════════════════════
  165.  
  166. To come in future releases (hopefully) :
  167.  
  168.  
  169. The ability to write to WWIV's daily log.
  170.  
  171. Phase out the regular display of quotes. Make it so that the fancy display
  172. doesn't require a clear screen, making it much more appealing for everyone.
  173.  
  174. Add more randomalities.
  175.  
  176. Make quoteCo totally user definable. Lets the user control it's look
  177. and feel for them and only them.
  178.  
  179. ═══════════════════════════════════════════════════════════════════════════════
  180.  
  181. Future "Co" products in the works (in my mind or half written) :
  182.  
  183.  
  184. light-beamCo         -  A game for WWIV where you move your light beam
  185.                         around an arena with another light beam, trying
  186.                         to stay alive the longest (untouched by the other).
  187.                         Original idea by the game LITECARS, but I think
  188.                         I can do it a little better. Already a little
  189.                         written, not close to finished.
  190.  
  191. popCo                -  See how much you can shake up your bottle of
  192.                         pop, depending on you and the drink you've got,
  193.                         against other users or the computer. So far
  194.                         this game has sparked my interest and isn't far
  195.                         from being done. :) Look for this game soon.
  196. ═══════════════════════════════════════════════════════════════════════════════
  197.