home *** CD-ROM | disk | FTP | other *** search
/ Crazy Collection 12 / CC-12_1.iso / update / doompack / data.a00 / PSETUP11.ZIP / PARSETUP.DOC < prev    next >
Encoding:
Text File  |  1994-12-04  |  4.8 KB  |  99 lines

  1.  
  2.  
  3.  
  4.                       Preliminary Documentation for PARSETUP 1.1
  5.  
  6.                PARSETUP is a Parallel Printer Port device driver for id
  7.           Software's DOOM (tm) and DOOM II (tm) which will allow two
  8.           computers to play across a LapLink or InterLnk parallel cable.
  9.           This file is a quick and dirty substitute for real documentation.
  10.  
  11.                Connect your computers together using a LapLink or InterLnk
  12.           cable (see CABLE.DOC for wiring diagram). Install PARSETUP.EXE
  13.           into a directory on your PATH. PARSETUP is designed to work with
  14.           both DOOM and DOOM II, and will invoke whichever program resides
  15.           in the current directory when PARSETUP is started, i.e. running
  16.           PARSETUP from the directory containing DOOM2.EXE will cause
  17.           PARSETUP to launch DOOM II instead of DOOM. Alternatively, you
  18.           can install a copy of PARSETUP into each of your DOOM
  19.           directories, at the cost of a little extra disk space.
  20.  
  21.                Once installed, use PARSETUP just as you would use IPXSETUP
  22.           or SERSETUP. In addition to the standard DOOM command line
  23.           switches, PARSETUP understands the following:
  24.  
  25.           -player1
  26.               Forces console to be player 1 (Indigo) to override the
  27.           automatic player choice. Player 0's machine is the "master" and
  28.           sends the network start information at the start of the game.
  29.           This can sometimes be helpful when systems of vastly different
  30.           speeds are linked together for DOOM, or if you just want to
  31.           manually decide which player will be Green and which will be
  32.           Indigo.
  33.  
  34.           -port
  35.               Specify the base I/O port for the printer in C-style hex
  36.           notation. Possible values are 0x378, 0x278, and 0x3bc.
  37.  
  38.           -irq
  39.               Specify the IRQ setting used by your printer port. Can be any
  40.           value in the range [2..7].
  41.  
  42.                PARSETUP defaults to I/O port 0x378, IRQ 7 which corresponds
  43.           to LPT1: on most systems.
  44.  
  45.  
  46.                                    Troubleshooting
  47.  
  48.                Q: I connected my computers together with a cable, but all I
  49.           see is "wrote: PLAY0_0" scrolling endlessly up the screen. What's
  50.           wrong?
  51.  
  52.                A: There are a couple of problems which can cause this. You
  53.           might have the wrong kind of cable; the wiring of the cable used
  54.           for PARSETUP must have AT LEAST the connections listed in
  55.           CABLE.DOC. Extra wires probably won't hurt, but too few wires or
  56.           wires which connect the wrong pins will prevent PARSETUP from
  57.           communicating across that cable. Once you have verified that your
  58.           cable is wired correctly, you can test the cable using the
  59.           InterLnk program which comes with recent versions of MS-DOS. 
  60.  
  61.  
  62.                Q: OK, I did all of the above, but when I try to play I
  63.           *still* get an infinite list of "wrote: PLAY0_0" strings on my
  64.           screen. What gives?
  65.  
  66.                A: Since you verified that the port address and cable
  67.           connection are both OK in the earlier steps, the next problem
  68.           area involves interrupt request (IRQ) settings. A printer port
  69.           can be configured to generate an Interrupt ReQuest on one of the
  70.           available IRQ lines, usually IRQ7. In most systems, the interrupt
  71.           capability of the printer port is unused. For this reason,
  72.           systems are often configured such that network cards, sound
  73.           cards, mouse cards, or some other peripheral makes use of this
  74.           "unused" printer port IRQ line. This situation is bad news for
  75.           us, since two separate cards on a PC expansion bus cannot share
  76.           the same IRQ level. Thus, if your network card or your
  77.           SoundBlaster is set to use IRQ7, and your printer port card tries
  78.           to use IRQ7 also, the result is a conflict and PARSETUP probably
  79.           won't work.
  80.  
  81.                To correct this, make a note of the IRQ settings on each
  82.           card plugged into your PC's expansion bus, as well as the actual
  83.           IRQ setting used by your printer port. If you do find a conflict,
  84.           you must change one of the cards to use a different IRQ. NOTE:
  85.           Some motherboards with built-in printer ports allow you to
  86.           enable, disable, and change the printer port IRQ settings using
  87.           jumpers on the motherboard or in the BIOS SETUP. Check your
  88.           computer documentation for more information. 
  89.  
  90.                Once you have reconfigured your expansion cards to avoid IRQ
  91.           conflicts, retry PARSETUP.
  92.  
  93.  
  94.                                    TO REPORT BUGS:
  95.  
  96.           Email questions, comments, and bug reports to asre@uiuc.edu
  97.  
  98.  
  99.