home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / ser5.zip / SER5.TXT < prev   
Text File  |  1994-09-09  |  12KB  |  220 lines

  1.                                    SER5.EXE
  2.                            DOOM SERIAL DEVICE DRIVER
  3.  
  4. NEW FEATURES:
  5.    - "Talk" feature is now SPLIT screen...no more overwriting each other :)
  6.    - Dos Shell 
  7.    - Directory Listing and File Flagging  
  8.    - Displaying WadFile Map Directories.
  9.    - Configure Option almost completly rewritten.
  10.    - Autowarping for Pwads
  11.    - Configuration file now called SER5.CFG (instead of modem.cfg)
  12.       New Items to the CFG file:
  13.       * DOOMEXE=  To specify the Doom EXE to run if not 'doom'. 
  14.       * DOOMVER1_2= To tell SER5 not to use response files when calling doom.
  15.       * DIRECTORY=  To set the default location of Pwad files.
  16.       * WADNAME= If you play one Pwad all of the time, you can specify it here.
  17.       * NODROPDTR=  To tell SER5 not to drop DTR when exiting SER5. 
  18.       * ALTDEATH=  To enable the DeathMatch 2.0 (altdeath) feature.
  19.       * ALTBAUD=  For a secondary Baud rate, selectable at runtime.
  20.       * ALTBAUDINIT=  For a third init string, to be used with ALTBAUD.
  21.    - ZMODEM File Transfers:  To send files while in SER5.
  22.      ******PLEASE READ SER5.HLP, IT CONTAINS IMPORTANT NOTES******
  23.  
  24. FEATURES:  (As retained from SER4)
  25.    - Baud rates: 9600, 14400, 19200, 38400, 57600, 115200.
  26.    - Uses 'extratics=1' (whatever it is) which removes delays on some machines.
  27.    - All 'mod' operations removed which fixes slowdowns after 2 minutes.
  28.    - Many functions optimized to speed up communication.
  29.    - Compiled with several speed optimizations plus 80386 instructions instead
  30.         of 8088/8086.
  31.    - 'Talk' feature -- type msgs to your partner to debug com port setup, or
  32.         to decide on game features.
  33.    - 'Configure' option allows game settings to be modified after connecting.
  34.    - Port stays connected after game ends, allowing settings to be
  35.         re-configured and a new game started.
  36.    - Extensive statistics available at end of each game.
  37.    - Episode AND map settings to allow warping to another level.
  38.    - Lots of msgs printed during startup to help with debugging.
  39.    - 'Phonebook' list of names and numbers in modem.cfg, allowing dial-by-name.
  40.    - Two modem init strings in modem.cfg.
  41.    - Modem init strings sent slower - some modems had problems if sent too fast.
  42.    - All command-line arguments moved to modem.cfg file.
  43.  
  44. INSTALLATION:
  45.    - Change to your DOOM directory and unzip SER5.ZIP.
  46.    - Make a subdirectory named "TRANSFER" directly below your DOOM directory.
  47.    - Move DSZ0529X.ZIP to the TRANSFER directory and unzip it there.
  48.    - Read SER5.HLP for information regarding the new .CFG file switches and for
  49.         important information about the File Transfer option.
  50.    - Edit SER5.CFG to change computer/port settings(see help at bottom of file)
  51.    - Run "SER5" WITHOUT arguments.
  52.  
  53. NEW NOTES:
  54.    - Any parameter can be passed on to Doom by using the DEVPARM string in
  55.      either the SER5.CFG file or the Configure feature at runtime, whether it
  56.      requires -devparm or not.  See the list of other parameters in the Doom
  57.      FAQ which is included in the latest version of Doom, and on the ftp sites.
  58.      The Doom FAQ is currently DMFAQ58.TXT by Hank Leukart
  59.      <ap641@cleveland.freenet.edu>.
  60.    - For the problem of saving a game, and then getting different player
  61.      numbers (colors) when re-loading...  Use the PLAYER= line in SER5.CFG
  62.      to force each player number to either 0 or 1.  Note that this number is
  63.      zero-based, while the Doom startup screen is 1-based (1 or 2), and that
  64.      this is inconsistent because of Id's original SERSETUP code.  We decided
  65.      to keep it this way to avoid (further) confusion.  Also, note that Id's
  66.      original suggestion of using player number 1 on the slower computer
  67.      refers to the number in the SER5.CFG file, not the doom startup screen.
  68.    - About 3- and 4-player games...  The answer is, yes, it is possible, but
  69.      not with SER5, or any other code based off of SERSETUP.EXE.  There is a
  70.      program called RMSSETUP on the ftp sites that's supposed to allow more
  71.      than 2 players using serial com ports, and is based off of IPXSETUP.EXE,
  72.      which is the network code.  It has to use the net code because data
  73.      packets need to be sent to a particular player, rather than just the
  74.      "other player" as in the serial code.  RMSSETUP is currently RMS255B.ZIP
  75.      by Antony Suter <antony@werple.apana.org.au>, please ask him, not us :-) 
  76.  
  77. NOTES:  (As retained from SER4)
  78.    - Yes, this means id's setup.exe won't work with ser4.  But that's ok, 
  79.      because ser4 has far surpassed setup, so you don't need it anyway.  
  80.      I tried making it use the modem.cfg file, plus command-line args, plus 
  81.      being able to re-configure at run-time, and the amount of code was 
  82.      becoming enormous.  I decided that a 63K executable was pushing it 
  83.      already, and the extra prompting in ser4 probably removes the need 
  84.      for setup anyway.  Settings for the computer/port should only need 
  85.      to be done occasionally, so they're in the modem.cfg file.  Game 
  86.      settings are configurable on the fly.
  87.    - I removed the code that reset the port back to 9600 at shutdown, in
  88.      case you want to check it with a 'portinfo' type of program afterwards.
  89.    - A couple of people suggested a way of having one side send the game
  90.      settings to the other computer.  Because of code space, I decided to leave
  91.      that complicated feature out.  The 'Talk' and 'Configure' features should
  92.      take care of it.
  93.  
  94. TROUBLESHOOTING:
  95.    - For modem connections:
  96.     - Use the correct init strings!  Turn off compression and error correction.
  97.       Also fix the baud rate at the desired speed.  There have been several
  98.       cases of modems working at 9600, but not at 14400. If this happens to
  99.       you, check the init string again.
  100.     - Be aware that some modems won't process anything after ATZ -- use the
  101.       second init string for other commands, or better yet, use AT&F instead.
  102.     - 8250 UARTs do not support 115200 baud.
  103.     - You also might try using a separate communications program set to N81
  104.       to make the original connection and to test the link, then exit
  105.       without hanging up and start SER5 with "Connected already".
  106.     - For a list of Modem Init Strings, please see the list that comes with
  107.       the latest version of Doom, or the latest Doom FAQ.
  108.      
  109.    - For null modem connections:
  110.     - Use a null modem cable (well, I had to say that).
  111.     - Select "Connected already".
  112.  
  113.    - Try 9600 baud.  Slow computers may not be able to handle the higher rates.
  114.  
  115.    - Use the "Talk" feature to send characters back and forth to check the
  116.      line.  If they're not coming across clearly, something's wrong -- check
  117.      IRQs and base addresses for conflicts with other ports or devices.  Try
  118.      changing to another port, or disabling/removing the sound card, mouse,
  119.      etc. to check for a conflict.  Also try using a diagnostic program such
  120.      as Microsoft's MSD.EXE which comes with the later versions of DOS.
  121.       
  122.    - On 8250 UARTs, expect overrun errors, especially with higher baud rates.
  123.      The 8250 (=16450) UARTs only have a one byte send/receive buffer, so it
  124.      will occasionally overwrite a byte if it doesn't get read fast enough.
  125.      If this happens, you'll probably notice it as a slight delay while
  126.      playing, and it'll be reported as a UART Overrun Error in the stats.
  127.      However, you should be able to play just fine with any combination of
  128.      8250's and/or 16550's.
  129.  
  130.    - With a 66 Mhz machine using a 16550 UART, I've seen "Read Bytes Per
  131.      Interrupt" around 3 to 3.5, and "Write Bytes Per Interrupt" around 7 to 8.
  132.      With a 66 Mhz machine using an 8250 UART, both numbers are usually 0.9.
  133.  
  134.    - Still won't work???  Well, I've run out of suggestions.  If you *do* get
  135.      it working, post your success story to the net to help someone else.
  136.  
  137. SOURCE CODE:
  138.    - Full source code is available in SER5_SRC.ZIP (see below).
  139.    - SER5, SER4 and Id's original SERSETUP were all compiled using Borland's
  140.      C/C++ Compiler with a .PRJ project file (included in the source), which
  141.      contains the compile and link settings used.  We've also included a .MAK
  142.      makefile in case you'd like to use that instead.
  143.  
  144. WHERE TO GET IT:
  145.    - SER5.ZIP and SER5_SRC.ZIP are available by anonymous FTP from the usual
  146.      doom sites, including (as of Sep. 1, 1994):
  147.      - wuarchive.wustl.edu  /pub/MSDOS_UPLOADS/games/doomstuff/...
  148.      - infant2.sphs.indiana.edu  /pub/doom/...
  149.      - and infant2's current  /pub/doom mirrors:
  150.        ftp.cdrom.com  /pub/doom                                   California
  151.        ftp.iglou.com  /doom                                       Kentucky
  152.        ftp.orst.edu  /pub/gaming/doom     (weekly)                Oregon
  153.        nctuccca.edu.tw  /PC/games/DOOM                            Taiwan
  154.        ftp.luth.se  /pub/msdos/games/doom                         Sweden
  155.        ftp.uni-erlangen.de  /pub/pc/msdos/games/ID/doom-stuff     Germany
  156.      (Check the 'incoming' directories also in case it hasn't been moved yet.)
  157.    - We're also posting SER5.ZIP to alt.binaries.doom, but only once.  Please
  158.      try the FTP BY MAIL option below if you miss it and don't have ftp access.
  159.  
  160. FTP BY MAIL:
  161.    - If you don't have FTP access, try the FTP mail server.  Send mail to:
  162.      ftpmail@decwrl.dec.com   with the following as the msg:
  163.           reply <your.mail.address>
  164.           connect <ftp.site.name>
  165.           binary
  166.           chdir <directory>
  167.           uuencode
  168.           chunksize 49000   (Use this if on CompuServe. Default is 64000 bytes)
  169.           get <filename>
  170.  
  171.      The file will then be uuencoded and mailed to you in chunks.  Put the mail
  172.      msgs in order into one file and uudecode it to create the requested file.
  173.      To get a directory listing, use the command "dir <directory>".
  174.      To have a full help file mailed to you, use the command "help".
  175.  
  176. THANKS:
  177.    - Many Thanks to Id Software for releasing the original SERSETUP source,
  178.         and making an incredible game.  (Without Doom, we'd have no reason to
  179.         spend weeks working on this code)
  180.    - To the progrmamers of DEU.....whose nicely documented source code
  181.         helped me track down some discrepencies in Borland C++'s documentation.
  182.    - To Jeff Baker:  A good friend who helped me catch my errors and for 
  183.         letting me use his computers with a NULL modem.
  184.    - To Brian Plumb <r3bmp@dax.cc.uakron.edu>:  Helped me with Beta Testing
  185.         and gave me a few ideas.
  186.    - This program uses a lot of ideas from the following sources:
  187.      - Many late nights of trying to be creative.
  188.      - Several people from "alt.games.doom" on the internet.
  189.      - Other SERSETUP-hack programs.
  190.  
  191. HISTORY:
  192.    - 03/19/94 - SER4 released by Russell Gilbert.
  193.    - 09/09/94 - SER5 released. The new user interface was programmed by
  194.                   Paul Hermann and debugged by Paul Hermann and 
  195.                   Russell Gilbert. 
  196.  
  197. COPYRIGHT INFORMATION:
  198.    - Doom and Doom ][ are copyrighted by Id Software.
  199.    - Pkzip is copyrighted by PKWARE Inc.
  200.    - DSZ is copyrighted by Omen Technologies Inc.  The DSZ archive 
  201.         distributed with SER5 MUST be distributed in its original form.
  202.    - SER5 is based on the SERSETUP source code provided by Id Software.
  203.         SER5 is Freeware and may be distributed any way that you wish, 
  204.         provided that the archive is distributed in its original form.
  205.    Note: Although SER5 is freeware, donations will be freely accepted.  
  206.         Feel free to contact us through our E-mail address if you are
  207.         interested in making a donation.
  208.  
  209. DISCLAIMERS:
  210.    - Id Software will not provide support for SER5, so don't ask them.
  211.    - Although it should never happen... the authors of SER5 will not be held
  212.      liable for any loss of data or damage to hardware that may be caused by
  213.      using SER5.
  214.  
  215. Good luck, we hope it works for you...
  216.  
  217. Paul Hermann       (hermann@vision.poly-eng.uakron.edu)
  218. Russell Gilbert    (NEW ADDRESS---> b804683@csc1.ftw.bnr.com)
  219.  
  220.