Jump to content

Recommended Posts

Posted

How do you setup a LAN server without advertising to the internet? Or can you not but it doesn't matter as long as the ports are not forwarded?

I can connect to the server but it does show up in the internet list.

In game if I switch to the LAN tab I see nothing and when I switch back to online servers the populated list goes empty. I can only connect to my LAN server via the IP.

  • Totem Arts Staff
Posted

/UDKGame/Config/UDKRenegadeX.ini

Set bListed to false

If you're using a batch script to start the server, I would also recommend adding ?bIsLanMatch=true -LANPLAY

  • Thanks 1
Posted

Thanks! That seemed to have work! Although when I got to online I see none. Is that because no servers are running? When I first connect I see online servers.

 

Anyways here is my bat file.

 

@echo off
cd /d "C:\Program Files (x86)\Renegade X\Binaries\Win64"

start UDK.exe server CNC-Field?maxplayers=64?bIsLanMatch=true -LANPLAY -port=7777

 

  • Totem Arts Staff
Posted
3 hours ago, six said:

Thanks! That seemed to have work! Although when I got to online I see none. Is that because no servers are running? When I first connect I see online servers.

 

Anyways here is my bat file.

 

@echo off
cd /d "C:\Program Files (x86)\Renegade X\Binaries\Win64"

start UDK.exe server CNC-Field?maxplayers=64?bIsLanMatch=true -LANPLAY -port=7777

 

If you mean the in-game server browser, it is slightly buggy.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...