home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.5 / 2000-02_Disc_5.5.bin / WOT / WoTDemo.exe / System / MasterServer.ini < prev    next >
INI File  |  1999-10-26  |  779b  |  31 lines

  1. ; Unreal Engine Master Server
  2. ; Configuration File
  3. ;
  4. ; Revision History:
  5. ;   * (4/16/99) Created by Brandon Reinhart
  6. ;
  7. ; Usage:
  8. ;
  9. ; [MasterServer]
  10. ; GameName=[Identifying String]
  11. ;  Where the string is one assign by GameSpy & Critical Mass.
  12. ; OperationMode=[TextFile/TCPLink]
  13. ;  First mode outputs server list to the file specified under the
  14. ;  OutputFile key of the [TextFile] section.
  15. ;  Second mode services GameSpy MasterServer Protocol messages
  16. ;  on the port specified under the TCPPort key of the [TCPLink] section.
  17. ; ListenPort=[Integer]
  18. ;  Specifies the port to listen for heartbeats on.
  19.  
  20. [MasterServer]
  21. GameName=WOT
  22. ;OperationMode=TextFile
  23. OperationMode=TCPLink
  24. ListenPort=27900
  25.  
  26. [TextFile]
  27. OutputFile=servers.txt
  28.  
  29. [TCPLink]
  30. TCPPort=28900
  31.