home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / doom_i / program / tcpsrv12.exe / TCPSRV12.TAR / server.cfg < prev    next >
Encoding:
Text File  |  1994-09-30  |  943 b   |  31 lines

  1. # server.cfg
  2. # Comments start with a '#'
  3. # case sensitive
  4.  
  5. # Initial Settings -- clients may override these
  6. mode        -altdeath
  7. #mode        -deathmatch
  8. port        0               # port number, 0=do not use -port 
  9. skill        4               # 0-5, 0=do not use -skill
  10. episode        1               # 0-3, 0 for DOOM2
  11. mission        5               # 1-9, 1-32 if episode=0
  12. timer        60              # minutes, 0==do not use -timer
  13. #monsters    -nomonsters
  14. #monsters    -respawn
  15. #mosters    -fast
  16. # make sure all the players have the wads you list here
  17. wadfiles    #alien.wad 1666e3m9.wad hockey10.wad
  18.  
  19. # free form commandline args (not put in the response file)
  20. #extensions -noweapons -nomoney #these are just hypothetical examples!
  21.  
  22. # delay in seconds before starting the game counted from
  23. # the time the player number is satisfied
  24. delay        60     # default <60, 1 min>
  25. numplayers    3      # 2-4
  26.  
  27. # server files
  28. msgfile        server.msg        # server's intro
  29. serverlist    server.lst        # other servers
  30.  
  31.