home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_door / pit205.arj / INSTALL.DOC < prev    next >
Text File  |  1992-02-28  |  12KB  |  660 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                         HOW TO INSTALL THE PIT v2.05
  25.                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  26.                          Written by James R. Berry
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Copyright 1990-92 (c) by Midas Touch Software, all rights reserved.
  59. Copyright 1990-92 (c) by James R. Berry, all rights reserved.
  60.  
  61.                                      1
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.                              TABLE OF CONTENTS
  72.                              ~~~~~~~~~~~~~~~~~
  73.  
  74.          Installation Introduction                         Pg. 2
  75.          Running THE PIT without a BBS                     Pg. 4
  76.          Installing THE PIT on WWIV (CHAIN.TXT)            Pg. 5
  77.          Installing THE PIT on TAG/TELE (DOOR.SYS)         Pg. 6
  78.          Installing THE PIT on PCBOARD 14.0 (PCBOARD.SYS)  Pg. 7
  79.          Installing THE PIT on RBBS (DORINFO1.DEF)         Pg. 8
  80.          Installing THE PIT on WILDCAT (CALLINFO.BBS)      Pg. 9
  81.          Installing THE PIT on SPITFIRE (SFDOORS.DAT)      Pg. 10
  82.          Installing THE PIT on GTPOWER (GTUSER.BBS)        Pg. 11
  83.          Installing THE PIT on a Multi-lined BBS           Pg. 12
  84.  
  85.  
  86.  
  87.  
  88.                          INSTALLATION INTRODUCTION
  89.                          ~~~~~~~~~~~~~~~~~~~~~~~~~
  90.  
  91.    If you are already running THE PIT online game you will have to re-install
  92. this version. The game has gone through so many changes in the last 6 months
  93. that writting a conversion program would have been a major undertaking.
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.                                      2
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. RUNNING THE PIT in LOCAL MODE
  125. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  126.  
  127.         The following command will allow you to run the game in LOCAL mode:
  128.  
  129.         PIT /LOCAL
  130.  
  131.         Although this does not require a BBS to be hooked up to the game in
  132. order to run it. It still requires some configuration with the CONTROL.EXE
  133. before it will run properly.
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.                                      4
  180.  
  181.  
  182.  
  183.  
  184. INSTALLING THE PIT v2.00 for WWIV (CHAIN.TXT)
  185. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  186.  
  187. I. WWIV (CHAIN.TXT):
  188.  
  189.    1) Create a directory inside your BBS directory called THEPIT.
  190.    2) Copy all of the game files into that directory.
  191.  
  192.    3) Change Directory to THEPIT.
  193.  
  194.    4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  195.       your requirements (Read CONTROL.DOC for more info).
  196.  
  197.    5) Write up a batch file (RUNPIT.BAT) like the following:
  198.          ECHO OFF
  199.          CLS
  200.          CD THEPIT
  201.          PIT
  202.          CD..
  203.       And put it as in your BBS directory.
  204.  
  205.  
  206.    6) Then do a CHAINEDIT and place the following into it:
  207.  
  208.        A. Description  : THE PIT v2.04
  209.        B. Filename     : RUNPIT %1   <--- This corresponds to RUNPIT.BAT
  210.        C. SL           :
  211.        D. AR           :
  212.        E. ANSI         : Required    <--- Non-ANSI users can't see anything.
  213.        F. DOS Interrupt: Not used    <--- THE PIT has its own COM PORT
  214.                                           interrupt.
  215.        G. 300 Baud     : Not allowed <--- This would be pure HELL for them.
  216.        H. Shrink       : Yes         <--- The program will not run without
  217.                                           shrinking.
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.                                      5
  237.  
  238.  
  239.  
  240.  
  241.  
  242. INSTALLING THE PIT v2.00 for TELEGARD/TAG (DOOR.SYS)
  243. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244.  
  245. II. TELEGARD/TAG (DOOR.SYS):
  246.  
  247.   1) Create a directory inside your BBS directory called THEPIT.
  248.  
  249.   2) Copy all of the game files into that directory.
  250.  
  251.   3) Change directory to THEPIT.
  252.  
  253.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  254.      your requirements (Read CONTROL.DOC for more info).
  255.  
  256.   5) Write up a batch file (RUNPIT.BAT) like the following:
  257.         ECHO OFF
  258.         CLS
  259.         CD THEPIT
  260.         PIT
  261.         CD..
  262.       And put it as in your BBS directory.
  263.  
  264.   6) Then set up your online games menu so that it creates DOOR.SYS and
  265.      executes RUNPIT.
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.                                      6
  294.  
  295.  
  296.  
  297.  
  298.  
  299. INSTALLING THE PIT v2.00 for PCBOARD 14.5 (PCBOARD.SYS)
  300. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  301.  
  302. III. PCBOARD (PCBOARD.SYS):
  303.  
  304.   1) Create a directory inside your BBS directory called THEPIT.
  305.  
  306.   2) Copy all of the game files into that directory.
  307.  
  308.   3) Change directory to THEPIT.
  309.  
  310.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  311.      your requirements (Read CONTROL.DOC for more info).
  312.  
  313.   5) Write up a batch file (RUNPIT.BAT) like the following:
  314.         ECHO OFF
  315.         CLS
  316.         CD THEPIT
  317.         PIT
  318.         CD..
  319.       And put it as in your BBS directory.
  320.  
  321.   6) Then set up your online games menu so that it creates PCBOARD.SYS and
  322.      executes RUNPIT.
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.                                      7
  351.  
  352.  
  353.  
  354.  
  355.  
  356. INSTALLING THE PIT v2.00 for RBBS (DORINFO1.DEF)
  357. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358.  
  359. IV. RBBS (DORINFO1.DEF):
  360.  
  361.   1) Create a directory inside your BBS directory called THEPIT.
  362.  
  363.   2) Copy all of the game files into that directory.
  364.  
  365.   3) Change directory to THEPIT.
  366.  
  367.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  368.      your requirements (Read CONTROL.DOC for more info).
  369.  
  370.   5) Write up a batch file (RUNPIT.BAT) like the following:
  371.         ECHO OFF
  372.         CLS
  373.         CD THEPIT
  374.         PIT
  375.         CD..
  376.       And put it as in your BBS directory.
  377.  
  378.   6) Then set up your online games menu so that it creates DORINFO1.DEF and
  379.      executes RUNPIT.
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.                                      8
  408.  
  409.  
  410.  
  411.  
  412.  
  413. INSTALLING THE PIT v2.00 for WILDCAT 3.0 (DOOR.SYS)
  414. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  415.  
  416. V. WILDCAT! (DOOR.SYS):
  417.  
  418.   1) Create a directory inside your BBS directory called THEPIT.
  419.  
  420.   2) Copy all of the game files into that directory.
  421.  
  422.   3) Change directory to THEPIT.
  423.  
  424.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  425.      your requirements (Read CONTROL.DOC for more info).
  426.  
  427.   5) Write up a batch file (RUNPIT.BAT) like the following:
  428.         ECHO OFF
  429.         CLS
  430.         CD THEPIT
  431.         PIT
  432.         CD..
  433.       And put it as in your BBS directory.
  434.  
  435.   6) Then set up your online games menu so that it creates DOOR.SYS and
  436.      executes RUNPIT.
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.                                      9
  465.  
  466.  
  467.  
  468.  
  469.  
  470. INSTALLING THE PIT v2.00 for SPITFIRE (SFDOORS.DAT)
  471. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  472.  
  473. VI. SPITFIRE (SFDOORS.DAT):
  474.  
  475.   1) Create a directory inside your BBS directory called THEPIT.
  476.  
  477.   2) Copy all of the game files into that directory.
  478.  
  479.   3) Change directory to THEPIT.
  480.  
  481.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  482.      your requirements (Read CONTROL.DOC for more info).
  483.  
  484.   5) Write up a batch file (RUNPIT.BAT) like the following:
  485.         ECHO OFF
  486.         CLS
  487.         CD THEPIT
  488.         PIT
  489.         CD..
  490.       And put it as in your BBS directory.
  491.  
  492.   6) Then set up your online games menu so that it creates SFDOORS.DAT and
  493.      executes RUNPIT.
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.                                      10
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528. INSTALLING THE PIT v2.00 for GTPOWER (GTUSER.BBS)
  529. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  530.  
  531. VII. GTPOWER (GTUSER.BBS):
  532.  
  533.   1) Create a directory inside your BBS directory called THEPIT.
  534.  
  535.   2) Copy all of the game files into that directory.
  536.  
  537.   3) Change directory to THEPIT.
  538.  
  539.   4) Run CONTROL.EXE from THEPIT directory and configure the game to match
  540.      your requirements (Read CONTROL.DOC for more info).
  541.  
  542.   5) Write up a batch file (RUNPIT.BAT) like the following:
  543.         ECHO OFF
  544.         CLS
  545.         CD THEPIT
  546.         PIT
  547.         CD..
  548.       And put it as in your BBS directory.
  549.  
  550.   6) Then set up your online games menu so that it creates GTUSER.BBS and
  551.      executes RUNPIT.
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.                                      11
  579.  
  580.  
  581.  
  582. INSTALLING THE PIT v2.04 on a Multi-lined BBS
  583. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  584.  
  585. VII. Installing on a multi-lined BBS.
  586.  
  587.         THE PIT v2.04 has been rewritten to make running on a multiline BBS as
  588.      easy as possible.
  589.  
  590. How to install the game on the server:
  591.  
  592.      READ one of the INSTALLS described above and follow its instructions.
  593.  
  594. How to install the game on each additional line:
  595.  
  596.      1) Go into the CONTROL.EXE program
  597.  
  598.      2) Select LAN/Multitasker Type and choose which one you are using.
  599.         If you do not know what type of LAN you are running under see your
  600.         NETWORK USERS GUIDE for more details.
  601.  
  602.         DESQVIEW: THE PIT is now DESQVIEW AWARE. It senses DV in memory
  603.         whether it is being run in multinode mode or not. It will redirect
  604.         all of its direct screen writing into DESQVIEW'S screen buffer as
  605.         well. So BIOS calls are no longer necessary for proper window
  606.         operation. However, I do not own a machine greater than a 286 AT
  607.         so I could not tell you the exact settings required to make the
  608.         game function for a mutliline BBS. I imagine the settings you already
  609.         have for your BBS should work. If anyone wants to call my BBS and
  610.         upload a text file explaining the how-to's for THE PIT I would
  611.         appreciate it. (Or at least the other DV users out there would!)
  612.  
  613.         LANTASTIC: is NETBIOS COMPATIBLE LAN. And this software has been
  614.         tested on both the 2mbs version and the Ethernet 10mbs systems.
  615.  
  616.         NOVELL: has been a bit tricky to setup for. It is a proprietory
  617.         system and changes its network file locking scheme regularly. If
  618.         your version of NOVELL fails to operate correctly with NOVELL
  619.         selected as a type. Then choose NONE as a type instead. You will
  620.         however have to run SHARE.EXE in order for the program to properly
  621.         lock your data files in this game.
  622.  
  623.         No other LANs have been tested, but since 90% are NETBIOS COMPATIBLE
  624.         that should be the first choice. A word of warning however, SHARE.EXE
  625.         must be loaded or this program will not be able to function properly.
  626.         (Unless you are running NOVELL)
  627.  
  628.  
  629.  
  630.  
  631.  
  632.      3) Select MultiNoded Usage to activate Multinode operation mode.
  633.  
  634.         At this point you can PAGE UP to create as many PIT??.CFG files
  635.         as you need for your BBS. (To a max of 99).
  636.  
  637.         Each node configuration should be edited for the BBS line that you
  638.         wish to run through it. And make careful notes as to the drive
  639.         letters that apply to the line that will be accessing the game
  640.  
  641.      5) Create batch files similar to the ones int the above installation
  642.         but change your PIT execution line to something like the following:
  643.  
  644.            ---NODE 1 ---        ---NODE 2 ---       ---NODE 3 ---
  645.            ECHO OFF             ECHO OFF            ECHO OFF
  646.            CLS                  CLS                 CLS
  647.            CD THEPIT            CD THEPIT           CD THEPIT
  648.            PIT /NODE01          PIT /NODE02         PIT /NODE03
  649.            CD..                 CD..                CD..
  650.  
  651.         The program recognizes that you want to run on NODE 2 if it sees
  652.         a /NODE02. It will also work if you have to run from a different
  653.         node locally (ie. PIT /LOCAL /NODE02).
  654.  
  655.      6) Once you have all node configurations filled. It should run like
  656.         clockwork.
  657.  
  658.                                      12
  659.  
  660.