"joinToRemoteServer("x.x.x.x:28000","");
Adamld85 wrote:You can't connect through the server browser because that would just try connecting over your WAN IP.
What you need to do is connect via your LAN IP.
Start the game, at main menu press the new keys for the console (Ctrl+~) and then enter this repacing X with your LAN IP and make sure the port is the same as you have set:
- Code: Select all
"joinToRemoteServer("x.x.x.x:28000","");
Adamld85 wrote:That's great, glad I could help.
It's a shame the new Direct Connect function doesn't work but that's a good workaround for now.