Modifications for servers

Relating to problems with the DedicatedServer / MasterServer / DataCenter
Post Reply
Oldsparky

Modifications for servers

Post by Oldsparky »

227 servers:
ServerActors=IpDrv.UdpBeacon
ServerActors=IpServer.UdpServerQuery
;ServerActors=IpServer.UdpServerUplink MasterServerAddress=unreal.epicgames.com
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master0.gamespy.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.qtracker.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.oldunreal.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.hlkclan.net MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=hyper.dnsalias.net MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.newbiesplayground.net MasterServerPort=27900


225 servers:
This is from the newbies playground server ini files.

ServerActors=IpDrv.UdpBeacon
ServerActors=Nephthys.NptServerQuery
ServerActors=Nephthys.NptServerUplink MasterServerAddress=master0.gamespy.com MasterServerPort=27900
ServerActors=Nephthys.NptServerUplink MasterServerAddress=www.epicgames.com MasterServerPort=27900
ServerActors=Nephthys.NptServerUplink MasterServerAddress=master.telefragged.com MasterServerPort=27500
ServerActors=Nephthys.NptServerUplink MasterServerAddress=master.thenerdnetwork.com MasterServerPort=27900
ServerActors=Nephthys.NptServerUplink MasterServerAddress=master.oldunreal.com MasterServerPort=27900
ServerActors=Nephthys.NptServerUplink MasterServerAddress=hyper.dnsalias.net MasterServerPort=27900
ServerActors=Nephthys.NptServerUplink MasterServerAddress=master.hlkclan.net MasterServerPort=27900
MasterServerAddress=master0.gamespy.com MasterServerPort=27900
MasterServerAddress=www.epicgames.com MasterServerPort=27900
MasterServerAddress=master.telefragged.com MasterServerPort=27500
MasterServerAddress=master.thenerdnetwork.com MasterServerPort=27900
MasterServerAddress=master.oldunreal.com MasterServerPort=27900
MasterServerAddress=hyper.dnsalias.net MasterServerPort=27900
MasterServerAddress=master.hlkclan.net MasterServerPort=27900

Non Nepthys servers would use these lines.
ServerActors=IpDrv.UdpBeacon
ServerActors=IpServer.UdpServerQuery
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master0.gamespy.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=www.epicgames.com MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.telefragged.com MasterServerPort=27500
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.thenerdnetwork.com MasterServerPort=27900
ServerActors=IpServer.NptServerUplink MasterServerAddress=master.oldunreal.com MasterServerPort=27900
ServerActors=IpServer.NptServerUplink MasterServerAddress=hyper.dnsalias.net MasterServerPort=27900
ServerActors=IpServer.UdpServerUplink MasterServerAddress=master.hlkclan.net MasterServerPort=27900
MasterServerAddress=master0.gamespy.com MasterServerPort=27900
MasterServerAddress=www.epicgames.com MasterServerPort=27900
MasterServerAddress=master.telefragged.com MasterServerPort=27500
MasterServerAddress=master.thenerdnetwork.com MasterServerPort=27900
MasterServerAddress=master.oldunreal.com MasterServerPort=27900
MasterServerAddress=hyper.dnsalias.net MasterServerPort=27900
MasterServerAddress=master.hlkclan.net MasterServerPort=27900
Post Reply