home *** CD-ROM | disk | FTP | other *** search
/ Action Ware 12: Heretic & Hexen / actionware12.iso / acware12 / utility / jeesetup / jeesetup.txt < prev   
Text File  |  1995-02-05  |  4KB  |  127 lines

  1.                               JEESETUP v1.38
  2.                     DOOM/DOOM II/HERETIC Serial Driver
  3.                               by John Ericson
  4.  
  5. INTRODUCTION
  6.  
  7. JEESETUP  is  a  drop in replacement for DOOM, DOOM II, and HERETIC  serial
  8. driver.  The driver supports the Hayes ESP2, 16550, and 8250.  I tested the
  9. driver  with DOOM versions 1.2, 1.666,  DOOM II versions 1.666,  1.7a,  and
  10. HERETIC 1.0 at baud rates from 9600 to 921600.  This driver's interface  is
  11. written in "heads down" assembler and uses the Hayes ESP2 in enhanced mode.
  12. This  eliminates  output and input interrupts (a few may  occur  from  line
  13. noise  and  start  up overrun).  Thereby reducing the CPU requirements  and
  14. increasing  data  throughput.  When playing one  on  one,  you  need  every
  15. fraction  of a second you can get.  You get a faster CPU, local  bus  video
  16. (to  increase  the  frames  per second), stereo sound  card  and  a  larger
  17. monitor, just so you can have an "edge".
  18.  
  19. COPYRIGHTS
  20.  
  21. DOOM,  the  DOOM  logo and DOOM likenesses are trademarks of  id  Software,
  22. inc.,(c)1993.
  23. DOOM  II,  the  DOOM  II  logo and DOOM likenesses  are  trademarks  of  id
  24. Software, inc.,(c)1994-1995.
  25. HERETIC developed by Raven Software, Inc. for id Software, inc., (c)1994.
  26. HAYES is a trademark of Hayes Microcomputer Products, Inc.
  27.  
  28. INSTALLATION
  29.  
  30. Rename  the  existing SERSETUP.EXE in the same directory  as  DOOM.   Place
  31. JEESETUP.EXE is the DOOM directory and rename to SERSETUP.EXE.  That's it.
  32.  
  33. OPERATIONS
  34.  
  35. @filename
  36.      specifies the a file containing DOOM options and any of the following.
  37.      DOS only lets you have 127 characters on a command line.
  38.  
  39. -COM1, -COM2, -COM3, -COM4
  40.      specifies  which COM port your modem or serial cable is connected  to.
  41.      COM1  and COM3 uses IRQ 4.  COM2 and COM4 uses IRQ 3.  Hayes ESP2 will
  42.      be automatically detected and used in enhanced mode.
  43.  
  44. -PORT n
  45.      specifies  a  nonstandard port address in  HEX  (3F8  is  COM1).   The
  46.      default IRQ setting is 4.
  47.  
  48. -IRQ n
  49.      specifies a nonstandard irq settings (3 through 15).
  50.  
  51. -9600, -14400, -19200, -28800, -38400, -57600, -115200
  52.      specifies the baud rate.
  53.  
  54. -autobaud
  55.      specifies to alter the baud rate to the speed indicated on the CONNECT
  56.      message returned by the modem.  Set the baud rate in the MODEM.CFG  to
  57.      the  highest  speed  of your modem.  Make sure the modem  returns  the
  58.      connect  speed  (use  AT  command `X4' in the initialization  string).
  59.      This is useful when you have a 28.8 modem and your friends have 9.6 or
  60.      14.4 modems.
  61.  
  62. -espx n
  63.      specifies the Hayes ESP2 baud rate multiplier (2,4,8).  Use  the  baud
  64.      rate of 115200 and multiplier of 8 to achieve the baud rate of 921600.
  65.  
  66. -flow
  67.      specifies to use hardware flow control (RTS/CTS).  Be sure to set your
  68.      modem.
  69.  
  70. -slow
  71.      specifies to use 20ms delay between characters sent to the modem  when
  72.      in command mode.
  73.  
  74. -noesp
  75.      specifies not to use the Hayes ESP2 in enhanced mode
  76.  
  77. -8250
  78.      specifies not to use Hayes ESP2 or 16550 FIFO.
  79.  
  80. -ofifo
  81.      specifies to use 16550 output FIFO only.
  82.  
  83. -dial n
  84.      specifies the phone number to dial.
  85.  
  86. -pulse
  87.      specifies to use pulse dialing.
  88.  
  89. -answer
  90.      specifies to answer incoming calls.
  91.  
  92. -v1.2
  93.      specifies to use DOOM v1.2 serial negotiating.
  94.  
  95. -autowarp
  96.      specifies  to  select  a  level a random.  In DOOM  the  episodes  are
  97.      selected  a  random;   if  you have the shareware  version,  automatic
  98.      selection of epiosodes 2 and 3 will not work.  The registered  version
  99.      doesn't cost that much, go ahead and buy it.
  100.  
  101. -altplayer
  102.      specifies to start negotiating as player one.
  103.  
  104. -zerodelay
  105.      specifies  that player zero delays starting for ten seconds.   Use  if
  106.      player one locks up during game starting.
  107.  
  108. -valid
  109.      specifies  that the driver is to checksum DOOM.EXE or DOOM2.EXE  using
  110.      CRC32 and exchange it with the remote driver to verify to programs are
  111.      the same version and unaltered.  Both players must use this option for
  112.      this to work.
  113.  
  114. SAMPLE @FILE
  115.  
  116. -com1
  117. -dial *70,555-5555
  118. -skill 4
  119. -deathmatch
  120. -altdeath
  121. -turbo 125
  122. -nomusic
  123. -nomonsters
  124. -maxdemo 2048
  125. -record vs
  126.  
  127.