home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / TWEEN10.ZIP / SYSOP.DOC next >
Encoding:
Text File  |  1990-12-02  |  9.6 KB  |  331 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                               ──>  T w e e n  <──
  9.  
  10.                         Being a marginally hip card game
  11.  
  12.                        A Planet >< Programming Production
  13.  
  14.                                  Copyright 1990
  15.                                  by Tim Kilgore
  16.                               ALL RIGHTS RESERVED
  17.  
  18.  
  19.          Introduction -
  20.  
  21.               Tween is a multi-player door/card game created in the
  22.          spirit of other card-based BBS games. It features a monthly
  23.          tournament and the complete use of the extended IBM character
  24.          set. It also makes extensive use of ANSI cursor relocation.
  25.  
  26.               Unlike games molded in the GUPPIES tradition, Tween is
  27.          mischievous, unpredictable nail-biter. The less predictable
  28.          play helps to inspire return players and makes the game a
  29.          greater challenge.
  30.  
  31.  
  32.          Disclaimer -
  33.  
  34.             THIS SOFTWARE AND ACCOMPANYING DOCUMENTATION ARE PROVIDED
  35.          "AS IS" WITHOUT ANY WARRANTY OF ANY KIND. FURTHER, THE AUTHOR
  36.          DOES NOT GUARANTEE, OR MAKE ANY REPRESENTATIONS REGARDING THE
  37.          USE, OR THE RESULTS OF THE USE, OF THE SOFTWARE OR WRITTEN
  38.          MATERIALS IN TERMS OF CORRECTNESS, ACCURACY, RELIABILITY,
  39.          CURRENTNESS, OR OTHERWISE. THE ENTIRE RISK AS TO THE RESULTS
  40.          AND PERFORMANCE OF THE SOFTWARE IS ASSUMED BY YOU. YOUR USE
  41.          OR MISUSE OF THIS SOFTWARE INDICATES THAT YOU AGREE AND FULLY
  42.          UNDERSTAND THIS DISCLAIMER OF WARRANTY.
  43.  
  44.  
  45.          Requirements -
  46.  
  47.               You must be running DOS version 3.1 or better in order
  48.          to use Tween. Tween has low memory requirements should
  49.          function if your BBS software shells to other programs.
  50.  
  51.               Tween uses FOSSIL calls to monitor the port. You will
  52.          need a FOSSIL driver to use Tween. Popular FOSSIL drivers
  53.          include BNU and X00.
  54.  
  55.              Tween recognizes and will read user information from the
  56.          following drop files -
  57.  
  58.                            DOOR.SYS  (GAP, PCB, etc)
  59.                       DORINFOx.DEF (RBBS, RA, QBBS, SBBS)
  60.                            INFO.BBS (Phoenix R.C.S.)
  61.  
  62.  
  63.  
  64.                                      Page 1
  65.  
  66.  
  67.  
  68.  
  69.                     TWEEN version 1.0 SysOp's Documentation
  70.  
  71.  
  72.  
  73.  
  74.               If your BBS system does not produce any of the drop
  75.          files list above, there are a number of conversion programs
  76.          currently on the market that should be able to convert your
  77.          drop file to one of those listed above.
  78.  
  79.  
  80.          Setting It Up -
  81.  
  82.               Tween is extremely easy to setup. Create a directory for
  83.          Tween and place all of the files included in the archive into
  84.          it.
  85.  
  86.               Tween is invoked as -
  87.  
  88.                        TWEEN [drop file path & file name]
  89.  
  90.                                        or
  91.  
  92.                             TWEEN c:\ra\dorinfo1.def
  93.                            TWEEN c:\phoenix\info.bbs
  94.                              TWEEN c:\gap\door.sys
  95.  
  96.               The invocation will vary from system to system. In most
  97.          cases, this command will be called from a batch file. Here is
  98.          an example batch file -
  99.  
  100.                             @echo off
  101.                             c:
  102.                             cd\tween
  103.                             TWEEN c:\ra\dorinfo1.def
  104.                             c:
  105.                             cd\ra
  106.  
  107.  
  108.          Support -
  109.  
  110.               Support for TWEEN can be had at -
  111.  
  112.                                    PLANET ><
  113.                                   FIDO 1:289/5
  114.                                  (314) 443-0319
  115.                                 9600 baud, Hayes
  116.  
  117.               or by writing to -
  118.  
  119.                                   Tim Kilgore
  120.                            2601 S Providence, Lot #40
  121.                                Columbia, MO 65203
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                                      Page 2
  131.  
  132.  
  133.  
  134.  
  135.                     TWEEN version 1.0 SysOp's Documentation
  136.  
  137.  
  138.  
  139.          Registration -
  140.  
  141.               Tween has a 30 second delay with a display. This display
  142.          will ask your users to give you a hand in registering Tween.
  143.          A BBS is a team effort and rather than putting the ball in
  144.          your hands, Tween puts the burden of registration into the
  145.          hands of the users which is where it belongs. The adopt-a-
  146.          door concept really does work and if you haven't tried it,
  147.          you should.
  148.  
  149.               You may use Tween for 60 days or two monthly tournaments
  150.          before you should feel obligated to register. This should
  151.          provide you with ample time to test the game and determine if
  152.          Tween will meet your needs.
  153.  
  154.               Should you or your users register Tween, you will
  155.          receive a letter of thanks and your registration information
  156.          in a matter of days.
  157.  
  158.  
  159.          Technical Notes -
  160.  
  161.               TWEEN makes extensive use of Hammerly's PROBAS 4.01
  162.          library of machine language subroutines. A great deal of
  163.          Tween's zippy handling comes from these routines.
  164.  
  165.               TWEEN was written with MicroSoft's PROFESSIONAL
  166.          DEVELOPMENT SYSTEM version 7.0. This excellent hyper-advanced
  167.          version of BASIC is very nearly as fast as C for handling
  168.          integers and it's string handling is second to none. Is BASIC
  169.          dead? Not hardly!
  170.  
  171.          History -
  172.  
  173.               In February I decided that I could write doors. Six
  174.          months later, I've decided that authoring a door requires
  175.          more knowledge and dedication than most programming projects.
  176.          It is an excellent learning experience and one that I will
  177.          never regret regardless of the success of the programs that I
  178.          author.
  179.  
  180.               Coding on TWEEN began in late September after two months
  181.          of door code development.  Versions of TWEEN were distributed
  182.          to beta sites during early October.  TWEEN was given a two
  183.          month beta period on six BBS' during which time no serious
  184.          bugs were reported.
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.                                      Page 3
  197.  
  198.  
  199.  
  200.  
  201.                     TWEEN version 1.0 SysOp's Documentation
  202.  
  203.  
  204.  
  205.          Thanks for help on a long, long road -
  206.  
  207.               I owe a great many people a debt of thanks for
  208.          inspiration, technical information, programming help, and
  209.          just for being there.
  210.  
  211.               My beta team, for ripping me to pieces when I needed it.
  212.          These guys know no mercy -
  213.  
  214.                                    Jim Marrs
  215.                                      Bob R.
  216.                                   Will Wright
  217.                                   David Viley
  218.                                 Terrance O'Hearn
  219.                                 and Brian Clark
  220.  
  221.               For technical support and for being a good sounding
  222.          board for idea's -
  223.  
  224.                                  Lloyd McKenzie
  225.  
  226.  
  227.               Finally, I probably owe Jack Regan of Moberly, Missouri,
  228.          more than he'll ever know. Jack -gave- me QuickBASIC and by
  229.          giving me this wonderful tool he opened a pandora's box of
  230.          learning and opportunities. Thank's, Jack! I really owe you.
  231.  
  232.  
  233.          Registering -
  234.  
  235.               Tween is $10 in U.S. funds. Please make check's and
  236.          money orders payable to -
  237.  
  238.  
  239.                                   Tim Kilgore
  240.                                2601 S Providence
  241.                                     Lot #40
  242.                               Columbia, MO  65203
  243.  
  244.               When registering, please provide the following
  245.          information -
  246.  
  247.                               The name of your BBS
  248.                                 BBS phone number
  249.                                   BBS software
  250.                                Maximum baud rate
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.                                      Page 4
  263.  
  264.  
  265.  
  266.  
  267.                     TWEEN version 1.0 SysOp's Documentation
  268.  
  269.  
  270.  
  271.          Other Programs by Tim Kilgore -
  272.  
  273.          o User-Validate 1.0 (UV10.ZIP)  NEW!
  274.  
  275.                    For REMOTE ACCESS only. This is possibly the finest
  276.               call back verification program ever written. Easy
  277.               configuration, dependable operation, and many
  278.               innovations help to make User-Validate you high-tech
  279.               choice for BBS security.
  280.  
  281.  
  282.          o The News At Ten 2.0 (TNAT20.ZIP)
  283.  
  284.                    Any easy to use system newsletter generator for
  285.                almost any BBS system. TNAT is the first newsletter
  286.                generator that doesn't need an internal editor. The
  287.                result is that you can use your favorite word processor
  288.                with all it's bells and buzzers and still have a
  289.                newsletter. It also provides complete support for your
  290.                BBS' text display control sequences!
  291.  
  292.  
  293.          o RA/QBBS Composite Caller Convertor (RQCCC11.ZIP)
  294.  
  295.                    For RA/QBBS/SBBS. This easy to use utility creates
  296.                a handsome listing of up to the last thirty callers. It
  297.                also creates a complete, alphabetically SORTED listing
  298.                of all the callers on your BBS. Your users will
  299.                appreciate the readable, attractive displays that RQCCC
  300.                can create.
  301.  
  302.  
  303.          And on the way....
  304.  
  305.               The News at Ten version 3.0. TNAT30 will feature 13
  306.          output formats, doorcode, and improved setup features. The
  307.          News At Ten will soon be the -best- system newsletter
  308.          generator available!
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.                                      Page 5
  329.  
  330.  
  331.