home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / PIT415.ZIP / INSTALL.DOC < prev    next >
Text File  |  1995-06-15  |  12KB  |  489 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.  
  25.  
  26.  
  27.  
  28.                         HOW TO INSTALL THE PIT v4.15
  29.                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30.                          Written by James R. Berry
  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.  
  59.  
  60. Copyright 1990-95 (c) by Midas Touch Software, all rights reserved.
  61. Copyright 1990-95 (c) by James R. Berry, all rights reserved.
  62.  
  63.  
  64.  
  65.  
  66.  
  67.                              TABLE OF CONTENTS
  68.                              ~~~~~~~~~~~~~~~~~
  69.         Installation Introduction                       Pg. 3
  70.         Running THE PIT without a BBS                   Pg. 3
  71.         Installing THE PIT (Single Line)                Pg. 4
  72.         Installing THE PIT (MultiLine)                  Pg. 5
  73.         Multiline: Batch File Installation              Pg. 6
  74.         Installation: WWIV (CHAIN.TXT)                  Pg. 7
  75.         Installation: TAG/RENEGADE (DOOR.SYS)           Pg. 7
  76.         Installation: PCBOARD v15.x (PCBOARD.SYS)       Pg. 7
  77.         Installation: RBBS (DORINFO1.DEF)               Pg. 7
  78.         Installation: WILDCAT v4.x (DOOR.SYS)           Pg. 7
  79.         Installation: SPITFIRE (SFDOORS.DAT)            Pg. 7
  80.         Installation: GTPOWER (GTUSER.BBS)              Pg. 8
  81.         Special Instructions for HIGH SPEED MODEMS      Pg. 8
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                                      2
  123.  
  124.  
  125.  
  126.  
  127.                          INSTALLATION INTRODUCTION
  128.                          ~~~~~~~~~~~~~~~~~~~~~~~~~
  129.  
  130.         If you are running a version older than v4.x of THE PIT online game,
  131.         you will have to install this version as a new game. The game has
  132.         gone through so many changes in the last year that writing a
  133.         conversion program would have been a major undertaking.
  134.  
  135.  
  136. RUNNING THE PIT without a BBS
  137. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  138.  
  139.         The following command will allow you to run the game in LOCAL mode:
  140.  
  141.         PIT /LOCAL
  142.  
  143.         Although this does not require a BBS to be hooked up to the game in
  144.         order to run it. It still requires some configuration with the
  145.         CONTROL.EXE before it will run properly.
  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.  
  180.  
  181.  
  182.  
  183.                                      3
  184.  
  185.  
  186.  
  187.  
  188. INSTALLING THE PIT v4.xx (Single Line)
  189. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190.  
  191.         01) Create a directory called PIT4.
  192.  
  193.         02) Copy all files from this disk into that directory
  194.  
  195.         03) <Type at prompt> INSTALL <Enter>
  196.  
  197.             The installation batch file will set everything up for you.
  198.  
  199.         04) <Type at prompt> CONTROL <Enter>
  200.  
  201.             The CONTROL STATION will allow you to define the configuration
  202.             you would like to attach to each phone line. We refer to these
  203.             lines as NODES.
  204.  
  205.         Control Station
  206.         ~~~~~~~~~~~~~~~
  207.         05) Select "Edit Pit Configuration"
  208.  
  209.         06) Select an appropriate configuration for your system
  210.  
  211.         07) Go through each option making sure they match the settings
  212.             required by your system. You will notice that these settings are
  213.             almost exactly the same as in previous versions of THE PIT.
  214.  
  215.         08) Press the ESCAPE key when you are ready to continue.
  216.  
  217.         09) Select "Edit Node Configuration"
  218.  
  219.         10) Attach the appropriate Pit Config to each of your nodes.
  220.  
  221.             Note: The -LOCAL- refers to the configuration you wish to use
  222.                   when running with the /LOCAL option of the game.
  223.  
  224.         11) Press the ESCAPE key to exit CONTROL.
  225.  
  226.         12) Write up a batch file like the following:
  227.  
  228.             RUNPIT.BAT: ECHO OFF
  229.                         CLS
  230.                         CD PIT4
  231.                         PIT
  232.                         CD..
  233.  
  234.             And put it in your BBS directory.
  235.  
  236.         13) Continue with the Installation for your particular BBS type.
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.                                      4
  245.  
  246.  
  247.  
  248.  
  249. INSTALLING THE PIT v4.xx (MultiLine)
  250. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  251.  
  252.         01) Create a directory called PIT4.
  253.  
  254.         02) Copy all files from this disk into that directory
  255.  
  256.         03) <Type at prompt> INSTALL <Enter>
  257.  
  258.             The installation batch file will set everything up for you.
  259.  
  260.         04) <Type at prompt> CONTROL <Enter>
  261.  
  262.             The CONTROL STATION will allow you to define the configuration
  263.             you would like to attach to each phone line. We refer to these
  264.             lines as NODES.
  265.  
  266.         Control Station
  267.         ~~~~~~~~~~~~~~~
  268.         05) Select "Edit Pit Configuration"
  269.  
  270.         06) Select an appropriate configuration for your system
  271.  
  272.         07) Go through each option making sure they match the settings
  273.             required by your system. You will notice that these settings are
  274.             exactly the same as in previous versions of THE PIT.
  275.  
  276.         08) Press the ESCAPE key when you are ready to continue.
  277.  
  278.         09) Select "Toggle Multiline Play"
  279.             This will make MULTILINE PLAY active.
  280.  
  281.         10) Select "Edit Number of Nodes"
  282.             Change the number given to the actual number of lines you are
  283.             running on your BBS.
  284.  
  285.         11) Select "Edit Node Configuration"
  286.  
  287.         12) Attach the appropriate Pit Config to each of your nodes.
  288.             Note: The -LOCAL- refers to the configuration you wish to use
  289.                   when running with the /LOCAL option of the game or with
  290.                   /NODE=0.
  291.  
  292.         13) Press the ESCAPE key to exit CONTROL.
  293.  
  294.         14) Set Up Multiline Batch File (See Next Section)
  295.  
  296.         15) Continue with the Installation for your particular BBS type.
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.                                      5
  306.  
  307.  
  308.  
  309.  
  310. MULTILINE: Batch File Installation
  311. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  312.  
  313.         The PIT v4.xx uses a batchfile almost exactly the same as in previous
  314.         versions. You can utilize your old batch file to run this game if you
  315.         have it. Otherwise one is listed below:
  316.  
  317.         RUNPIT.BAT:     ECHO OFF
  318.                         CLS
  319.                         CD PIT4
  320.                         PIT /NODE=1
  321.                         CD..
  322.  
  323.         Note: The node number is passed to the game with the "/NODE=" symbol.
  324.               You can pass it as a parameter like:
  325.  
  326.                         RUNPIT 3
  327.  
  328.         This can then be inserted into the BATCH FILE as follows:
  329.  
  330.         RUNPIT.BAT:     ECHO OFF
  331.                         CLS
  332.                         CD PIT4 /NODE=%1
  333.                         PIT
  334.                         CD..
  335.  
  336.         New Pit Parameters
  337.         ~~~~~~~~~~~~~~~~~~
  338.         You can also utilize a new set of parameters if you have an enormous
  339.         number of phone lines. All parameters are listed if you type "PIT ?"
  340.  
  341.         In the CONTROL program a %P can be placed in the path statement. Or a
  342.         %N can be used to represent the node number in the path.
  343.  
  344.         If you setup the path in the control program to be: "%P"
  345.         A new parameter can be used for the path name.
  346.  
  347.         PIT /PATH=C:\DOOR\      The text to the right of this statment can be
  348.                                 anything you desire. And the game attempt to
  349.                                 load your selected door file from this path.
  350.                                 (i.e. C:\DOOR\)
  351.  
  352.         You can also use another parameter to make creating your path easier.
  353.         In the CONTROL program you could make your path:
  354.         "C:\WC40\WCWORK\NODE%N\"
  355.  
  356.         Then by passing the node number to the game, the game will
  357.         automatically look in the correct directory.
  358.  
  359.         PIT /NODE=3             The game will attempt to load your selected
  360.                                 door file from the path created by the %N
  361.                                 parameter. (i.e C:\WORK\WCWORK\NODE3\)
  362.  
  363.  
  364.  
  365.  
  366.                                      6
  367.  
  368.  
  369.  
  370.  
  371. INSTALLATION: WWIV (CHAIN.TXT)
  372. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  373. I. WWIV (CHAIN.TXT):
  374.  
  375.         Do a CHAINEDIT and place the following into it:
  376.  
  377.                 A. Description  : THE PIT v4.0
  378.                 B. Filename     : RUNPIT %1   <--- Corresponds to RUNPIT.BAT
  379.                 C. SL           :
  380.                 D. AR           :
  381.                 E. ANSI         : Required
  382.                 F. DOS Interrupt: Not used    <--- Important!
  383.                 G. 300 Baud     : Not allowed <--- They would hate it.
  384.                 H. Shrink       : Yes         <--- Important!
  385.  
  386. INSTALLATION: TELEGARD/TAG (DOOR.SYS)
  387. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  388. II. TELEGARD/TAG (DOOR.SYS):
  389.  
  390.         Set up your online games menu so that it creates DOOR.SYS and
  391.         executes RUNPIT.
  392.  
  393. INSTALLATION: PCBOARD 15.x (PCBOARD.SYS)
  394. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  395. III. PCBOARD (PCBOARD.SYS):
  396.  
  397.         Set up your online games menu so that it creates PCBOARD.SYS and
  398.         executes RUNPIT.
  399.  
  400. INSTALLATION: RBBS (DORINFO1.DEF)
  401. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  402. IV. RBBS (DORINFO1.DEF):
  403.  
  404.         Set up your online games menu so that it creates DORINFO1.DEF and
  405.         executes RUNPIT.
  406.  
  407. INSTALLATION: WILDCAT 4.x (DOOR.SYS)
  408. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409. V. WILDCAT! (DOOR.SYS):
  410.  
  411.         Then set up your online games menu so that it creates DOOR.SYS
  412.         and executes RUNPIT.
  413.  
  414. INSTALLATION: SPITFIRE (SFDOORS.DAT)
  415. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  416. VI. SPITFIRE (SFDOORS.DAT):
  417.  
  418.         Then set up your online games menu so that it creates SFDOORS.DAT
  419.         and executes RUNPIT.
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.                                      7
  428.  
  429.  
  430.  
  431.  
  432. INSTALLATION: GTPOWER (GTUSER.BBS)
  433. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434. VII. GTPOWER (GTUSER.BBS):
  435.  
  436.         Set up your online games menu so that it creates GTUSER.BBS and
  437.         executes RUNPIT.
  438.  
  439. SPECIAL INFO: HIGH SPEED MODEMS
  440. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  441. IX. HIGH SPEED MODEMS:
  442.  
  443.         A "High Speed" modem is any modem that has the capability of
  444.         connecting at speeds faster than 2400 baud. They generally
  445.         have error correction protocols like MNP-5, V.32, V.32 BIS, V.42,
  446.         V.42 BIS, and some have proprietized formats like HST or COMPUCOM.
  447.  
  448.         Baud Rate Settings
  449.         ~~~~~~~~~~~~~~~~~~
  450.         These modems continually adjust the baud rate between themselves and
  451.         the caller's modem. If you shell out of the BBS to run a game, the
  452.         baud rate passed through the DOOR DATA FILE is generally incorrect
  453.         since the modem might have auto-adjusted to a strange baud rate. We
  454.         get around this by not touching the baud rate at all. Just choose
  455.         "Auto-Detect" for your baud rate and the game will not attempt to
  456.         change the baud rate.
  457.  
  458.         Flow Control
  459.         ~~~~~~~~~~~~
  460.         These modems also require the use of the CTS/RTS pins in your modem
  461.         to control the flow of data across the phone line. On high speed
  462.         modems, failure to activate "CTS/RTS Flow Control" will result in
  463.         some problems. The user will be unable to see anything on their
  464.         remote end, and they will not be able to press any keys. They are
  465.         effectively locked out of the game. Turn on CTS/RTS flow control to
  466.         correct this.
  467.  
  468.         What you should do:
  469.  
  470.                 1) Run CONTROL.EXE
  471.                 2) Edit Pit Config
  472.                         Select the config file that is used by the affected
  473.                         node.
  474.  
  475.                 3) Select "Modem Settings"
  476.                 4) Select "Baud Rate Setting"
  477.                 5) Select "Do Not Set, Use Default Rate"
  478.  
  479.                 6) Select "Flow Control"
  480.                 7) Choose "CTS/RTS Flow Control"
  481.  
  482.                 At this point the game will ignore any attempts to change the
  483.                 baud rate on the modem, and the Hardware Handshaking (CTS/RTS
  484.                 Flow Control) will occur.
  485.  
  486.  
  487.  
  488.                                      8
  489.