home *** CD-ROM | disk | FTP | other *** search
/ Doom 2 Explosion / Doom2Explosion.bin / doom2exp / programs / tcpsrv12 / tcpsrv12.txt < prev   
Text File  |  1994-10-01  |  4KB  |  132 lines

  1. The Internet DOOM Client/Server System v0.12
  2. ---------------------------------------------------------------------
  3. [Intro]
  4.  
  5.      The DOOM* Client/Server System is a front-end to DOOM TCP/IP
  6.   network drivers. You use the client software to connect to a Frag
  7.   Server. While connected to the server, you can chat with other
  8.   players and bystanders and negotiate game parameters. You tell the
  9.   server what parameters you want, and when all the players are ready,
  10.   the server will give the client the decided game parameters plus the
  11.   IP adresses of all your victims. The client software will disconnect
  12.   from the server and then run a multi-player DOOM game (iDOOM* or
  13.   linuxxdoom*).
  14.  
  15. ---------------------------------------------------------------------
  16. [System Requirements]
  17.  
  18.   Client:
  19.     DOOM v1.666/2 Shareware/Registered DOS/Linux
  20.     Network Card
  21.     iDOOM (for DOS)
  22.  
  23.   Server:
  24.     Unix Box - The Server has been compiled and tested under
  25.       - Linux 1.1.xx
  26.       - SunOS 4.1.3
  27.  
  28. ---------------------------------------------------------------------
  29. [Installation]
  30.  
  31.   DOS Client:
  32.     0. Install iDOOM
  33.     1. Modify WATTCP.CFG
  34.     2. Unzip CLIENT.EXE and CLIENT.CFG into your DOOM directory
  35.     3. Modify CLIENT.CFG
  36.  
  37.   Unix Client:
  38.     0. Unzip the whole package into a directory
  39.     1. Review the makefile
  40.     2. Compile by running 'make client'
  41.     3. Copy client and client.cfg to your DOOM directory
  42.     4. Modify client.cfg
  43.  
  44.   Server:
  45.     0. Unzip the whole package into a directory
  46.     1. Review the makefile
  47.     2. Compile by running 'make server'
  48.     3. Modify server.cfg
  49.     4. Modify server.msg
  50.  
  51. ---------------------------------------------------------------------
  52. [Running]
  53.  
  54.   Server:
  55.     Choose the Frag Server nearest you. You may try the servers
  56.   listed at the end of this document.
  57.  
  58.     If you cannot connect to any of these servers, you must compile
  59.   the server and maintain your own server in your locality. The
  60.   Server compiles and runs only under Unix.  The commandline
  61.   parameters parameters for The Server are:
  62.  
  63.     server [-port <port>] [-log <log>] [-config <config>]
  64.  
  65.   where portnum is the port number where the server will accept
  66.   Client connections. The default port number is 1666. The default
  67.   logfile is <portnum>.log.
  68.  
  69.     If you are planning to maintain an Internet Frag Server, contact
  70.   Jay Cotton <jay@calc.vet.uga.edu> so that your server will be added
  71.   in the list of all servers.
  72.  
  73.   Client:
  74.     First, make sure that you are able to play multi-player games using
  75.   iDOOM. The TCP/IP Internet DOOMer's FAQ is included in the iDOOM
  76.   package [iDOOMxx.ZIP].
  77.  
  78.     Make sure that you are in your DOOM directory when you do this. You
  79.   connect to a server by typing:
  80.  
  81.     client [-server <host>] [-port <portnum>]
  82.  
  83.   where server is the hostname/IP address of your Server and portnum
  84.   is the port number where The Server accepts connections. You may want
  85.   to edit your client.cfg instead of using the commandline parameters.
  86.  
  87.     Once connected, "type /help" to get a list of the server commmands.
  88.   If you want to exit, just type "/quit" or ^X.
  89.  
  90.     To check if there are players connected to a server, type
  91.   "client -status" and it will give you all the players and guests
  92.   connected to the server. Use "client -guest" if you just want to
  93.   observe and don't want to join the game.
  94.  
  95. ---------------------------------------------------------------------
  96. [Known Bugs]
  97.   None.
  98.  
  99. ---------------------------------------------------------------------
  100. [Unknown Bugs]
  101.   Many.
  102.  
  103. ---------------------------------------------------------------------
  104. [Todo]
  105.   None.
  106.  
  107. ---------------------------------------------------------------------
  108. [List of DOOM FRAG Servers]
  109.  
  110.   Server         Address          Port
  111. ========================================
  112.   The BigBoss    165.220.16.6     1666
  113. ========================================
  114.  
  115. ---------------------------------------------------------------------
  116. [Filename]
  117.  
  118.   TCPSRV12.ZIP <ftp://ftp.cdrom.com/pub/doom/multi_doom/net>
  119.  
  120. ---------------------------------------------------------------------
  121. *DOOM and linuxxdoom
  122.   - by idSoftware
  123.     available at <ftp://ftp.cdrom.com/pub/doom/id>
  124.  
  125. *iDOOM
  126.   - by Scott Coleman
  127.     available at <ftp://ftp.cdrom.com/pub/doom/multi_doom/net>
  128.  
  129. --
  130. (c) 1994 a.oliver <oliber@upd.edu.ph>
  131.  
  132.