six Posted December 7, 2021 Share Posted December 7, 2021 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. Quote Link to comment Share on other sites More sharing options...
Totem Arts Staff NodSaibot Posted December 7, 2021 Totem Arts Staff Share Posted December 7, 2021 /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 1 Quote Link to comment Share on other sites More sharing options...
six Posted December 8, 2021 Author Share Posted December 8, 2021 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 Quote Link to comment Share on other sites More sharing options...
Totem Arts Staff NodSaibot Posted December 8, 2021 Totem Arts Staff Share Posted December 8, 2021 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.