Joining a private server?

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Cleeus[JgKdo]

because respawns suck
Jun 8, 2002
798
0
0
Germany
www.cleeus.de
I think that was not what he wanted to know. Yes, it is possible to set up a so called ListenServer. This means, one player is starting a game and the others can join. IIRC You can do this with INF too, but it is not suggested as there will appear some bugs when playing on a listenserver. So I'd suggest you to open a dedicated server and I don't see a reason why not. You can run the server and the client on one machine (eg. yours ;) ). If you now need info how to setup a dedicated server, ask - or better first RTFM :)
 

Cleeus[JgKdo]

because respawns suck
Jun 8, 2002
798
0
0
Germany
www.cleeus.de
for the choppy gameplay of the server: the problem is, that there are 2 tasks on your computer that request under heavy load. The solution are task priorities. Set you server to high priority so that it will be more important then the client task. You can do that with the taskmanager.

for the advertising: there are 2 mechanisms:
1. The LAN browser makes a portscan over the current subnet afaik and scans for the default UT ports. This will not work over the internet.
2. The usual serverbrowser shows all INF servers that are listed on the epic/ut so called masterserver. To be listed on this one, you have to enable advertising. You can find it in the menues or in the ini under
[IpServer.UdpServerUplink]
DoUplink=True

Is the "connecting" written in white or blue letters? White means, he cannot connect to your IP, blue means, the serverpackages are not configured properly.

If your friend cannot connect to your IP, then something in your networks blocks him - be it a firewall or the wrong ports routed through. You usually have to route port 7777 and 7778 through.
 
Last edited:

Stinkmarder

[JgKdo]
Feb 3, 2001
108
0
16
Germany
Cleeus[JgKdo] said:
[...]Set you server to high priority so that it will be more important then the client task. You can do that with the taskmanager.
...or use this tool (source included) i wrote for this purpose. usage: highprio ucc server etc ...
but AFAIK it is not needed for W2k or newer.