home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Explosion / Doom2Explosion.bin / doom2exp / programs / dmsrn033 / dmsrun.doc next >
Text File  |  1994-03-12  |  6KB  |  150 lines

  1. DMSRUN is (c) Copyright 1994 by Lars Frenzel, FSP - All Rights Reserved.
  2. DOOM is (c) Copyright 1993-1994 by ID Software - All Rights Reserved.
  3.  
  4.  
  5. DMSRUN.DOC for version v0.33
  6. ----------------------------
  7.  
  8.  
  9. Why DMSRUN ?
  10. ============
  11.    It all began with the release of DOOM v1.2 which supports
  12.    multiplayer (2 players) games via a serial link or
  13.    modem connection. It runs REALLY fast, not mentionable slower
  14.    than in single-player mode.
  15.    I couldn't get a multiplayer-game run via the SETUP.EXE - programm.
  16.    I think that it is a bug (crazy guys, he ? they programm a really
  17.    HUGE game with no bugs in it (as it seems at the moment) but make
  18.    a bug in the absolutely simpliest part of the whole thing).
  19.    So I used BATCH-Files which served well until we wanted to
  20.    begin at higher levels or other episodes. Although it was really
  21.    [zensored] that we had to return to our TERMINAL-PROGRAMMS
  22.    to chat each time before running DOOM again to find the propper 
  23.    Settings we both wanted to have. 
  24.    So I programmed DMSRUN (I did it in just 12 hours). 
  25.    It features a SPLIT-SCREEN-CHAT, AUTOSTART, a
  26.    CARRIER-WATCHDOG and it'll let you start in any episode, on any
  27.    floor, with any skill in any multiplayer-game-mode.
  28.  
  29.  
  30. Features
  31. ========
  32.    - Split Screen Chat
  33.    - Autostart DOOM at REMOTE/LOCAL if LOCAL/REMOTE runs it
  34.    - Carrier Watchdog: just exit DMSRUN if no Carrier detected
  35.    - begin at any Episode, Skill, Floor
  36.    - hotkeys for the most issued modem-commands
  37.    - Dialing-directory
  38.  
  39.  
  40. CommandLine
  41. ===========
  42.    DMSRUN.EXE <port> [<switches>]
  43.  
  44.    port        the COM-port which holds the serial connection.
  45.                1 stands for the first COM-port in your system (COM1),
  46.                2=COM2 and so on...
  47.  
  48.    switches    switches are initialized with a slash (/) or a minus (-).
  49.                (e.g. -A)
  50.  
  51.                valid switches are:
  52.                   A      Autostart-feature enabled
  53.                   W      Carrier-Watchdog-feature enabled
  54.                   ?      View a short helptext
  55.                   P      use PULSE-DIAL for dialing, default is
  56.                          TONE-DIAL which needs no switch
  57.  
  58.  
  59. Keys inside DMSRUN
  60. ==================
  61.    Use any key for Split-Screen-Chatting...it supports TELETYPE-Emulation.
  62.    To select any option in the menu use the ARROW-KEYS to direkt the
  63.    marker and use [CTRL][A] to select the option.
  64.    If you select "Play cooperatively" or "DEATHMATCH showdown !" DOOM
  65.    will be launched. 
  66.    Exit DMSRUN with [ESC].
  67.    SUMMARY
  68.    -------
  69.       [Ctrl][A]    select option/run DOOM
  70.       [Ctrl][E]    send Settings-Information to other player (try it)
  71.       [Ctrl][D]    if CARRIER-DETECT is high, "CD" is displayed, otherwise
  72.                    "cd" is displayed
  73.       [Esc]        exit DMSRUN
  74.       [Alt][H]     send the HangUp-Command (MODEM.CFG Line 2) to the
  75.                    Modem
  76.       [Alt][I]     send the Initialize-Command (MODEM.CFG Line 1) to the
  77.                    Modem
  78.       [Alt][R]     run DOOM with the current settings (you don't have
  79.                    to go on DEATHMATCH oder COOPREATIVELY before you
  80.                    can launch DOOM)
  81.       [Alt][D]     DIALING...a window will pop up where you ca ether
  82.                    directly enter a phone-number or the name of a user
  83.                    ...DMSRUN will then search through MODEM.PBK to find
  84.                    his number. Format of MODEM.PBK :
  85.                       Name;Number
  86.                    wher Name is the users name and Number his phone-
  87.                    number
  88.  
  89.  
  90. Requirements
  91. ============
  92.     - Because DMSRUN should launch DOOM, you need everything DOOM needs.
  93.     - DMSRUN will swap to DISK while running DOOM to minimize memory-usage.
  94.     - a FOSSIL-diver should be installed for the COM-port you'll use for
  95.       your connection and it should be LOCKED AT 9600 BAUD.
  96.  
  97.  
  98. Contacting the Author
  99. =====================
  100.  Leave a message to me (Lars Frenzel) in FIDO-NET.
  101.  My Address is (at the moment) 2:244/24.26 but may change in a few days to
  102.  2:246/2400.26 !
  103.  So to be ABSOLUTELY sure that your Message reaches me, address it to
  104.  both addresses (send one to each address).
  105.  
  106.  The newest version of DMSRUN will although be available there !
  107.     File:   DMSRNxxx.LZH
  108.        where xxx is the Version-number multiplied by 100 (e.g. v0.27 will be
  109.        found in the file DMSRN027.LZH)
  110.  
  111.  
  112. HISTORY
  113. =======
  114.  
  115. if version of this DMSRUN.DOC is lower than the one mentioned
  116. in this section, then the things are just planed !
  117. (or you have an old version)
  118.  
  119. v0.27     - first public release...everything worked fine
  120. v0.28     - *** BUGFIX ***
  121.             found another strange thing with SETUP.EXE:
  122.              DOOM supports SKILL-Levels from 1 to 5...because
  123.              I used the names and Levels out of SETUP.EXE I 
  124.              didn't include all 5 Levels (the SETUP.EXE only
  125.              supports 4 of them...really amazing)...this
  126.              thing has been fixed with v0.28...sorry guys
  127. v0.29     - *** BUGFIX ***
  128.             I forgott to pass the COM-Option to SERSETUP in
  129.              DEATHMATCH-Mode. That was why it only ran on
  130.              COM1...this has been fixed
  131. v0.30     - *** IMPROVEMENT ***
  132.             now supporting DOOMs MODEM.CFG which should contain
  133.              INIT and HANGUP-sequences...just use [Alt][I] or
  134.              [Alt][H] to execute them
  135. v0.31     - *** IMPROVEMENT ***
  136.             with [Alt][R] you can run DOOM without first
  137.              selecting DEATHMATCH or Cooperative-MODE
  138.              the allready selected Mode will therefore be
  139.              used
  140. v0.32     - *** IMPROVEMENT ***
  141.             page the other user with [Alt][P]...produces a
  142.              really cool sound
  143. v0.33     - *** IMPROVEMENT ***
  144.             Dialing-Directory accessable with [Alt][D]
  145.              added. numbers and names should be placed in
  146.              MODEM.PBK with the following format:
  147.                Name;Number
  148.              where Name is the users name and Number is his
  149.              phone-number
  150.