home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 1999 Christmas
/
Gamestar_13_1999-XMAS_cd2.bin
/
DEMA
/
WoTDemo.exe
/
System
/
MasterServer.ini
< prev
next >
Wrap
INI File
|
1999-10-26
|
779b
|
31 lines
; Unreal Engine Master Server
; Configuration File
;
; Revision History:
; * (4/16/99) Created by Brandon Reinhart
;
; Usage:
;
; [MasterServer]
; GameName=[Identifying String]
; Where the string is one assign by GameSpy & Critical Mass.
; OperationMode=[TextFile/TCPLink]
; First mode outputs server list to the file specified under the
; OutputFile key of the [TextFile] section.
; Second mode services GameSpy MasterServer Protocol messages
; on the port specified under the TCPPort key of the [TCPLink] section.
; ListenPort=[Integer]
; Specifies the port to listen for heartbeats on.
[MasterServer]
GameName=WOT
;OperationMode=TextFile
OperationMode=TCPLink
ListenPort=27900
[TextFile]
OutputFile=servers.txt
[TCPLink]
TCPPort=28900