home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / TEXT / DMHINT.TXT < prev    next >
Text File  |  1994-04-09  |  2KB  |  55 lines

  1. What to do when you've tried everything, but you still can't
  2. connect with a another person in a Doom modem game:
  3.  
  4. 1. At the dos prompt, type:
  5.  
  6.     mode com2:96,n,8,1,p
  7.  
  8.    assuming that com2 is the port you will be using.  This
  9.    insures that the port will be set at 9600 baud.
  10.  
  11. 2. Determine the parameters to disable error correction and
  12.    data compression on your modem.  For argument's sake, we'll
  13.    use S46=0 and &Q0, respectively.
  14.  
  15. 3. Type the following line at the dos prompt and press ENTER:
  16.  
  17.     echo at z s46=0 &q0 > com2
  18.  
  19.    This sends the init string to the modem.
  20.  
  21. 4. Type the following line at the dos, but don't press ENTER, yet:
  22.  
  23.     echo atdt555-1111 > com2
  24.  
  25.    This will dial the phone number 555-1111 when ENTER is pressed.
  26.  
  27. 5. Have the Doom player receiving the call go through the same
  28.    steps, except have them use appropriate parameters in step 3
  29.    for THEIR modem and instead of the command in step 4, type this:
  30.  
  31.     echo ata > com2
  32.  
  33. The dialer should press enter, and when the receiver's phone rings,
  34. they should press enter.  The modems should connect.  As soon as the
  35. modem speakers turn off, run SETUP at the Doom directory and select
  36. the same options on each end (the com port may be different).  Then,
  37. select Already Connected.  This should start up the Doom game.
  38.  
  39. I've experienced difficulty with 6 different people trying to
  40. connect using conventional methods.  Nothing worked, but when these
  41. steps were used, IT ALWAYS WORKED.  I don't know what we're
  42. bypassing in Doom when doing it this way, but who cares if it works.
  43.  
  44. In one case, the command used in step 3 was just:
  45.  
  46.     echo at z > com2
  47.  
  48. on both ends (dialer and receiver).  Therefore, error correction and
  49. data compression were in use, but it worked.  This was necessary
  50. with a Viva modem.
  51.  
  52. Anyway, hope this helps you Doomers.
  53.  
  54. Cris Williams 75300,2704
  55.