OpenRA icon indicating copy to clipboard operation
OpenRA copied to clipboard

Add server setting 'AdvertiseOnLocalNetwork' to be able to disable Be…

Open anvilvapre opened this issue 6 months ago • 1 comments

Follow up to #21614

  • No GUI changes. Optionally a checkbox could be added to the Create game server panel in future.
  • Add Game.Settings.Server.AdvertiseOnLocalNetwork bool.
  • Do not create a BeaconLib Beacon if set to false. Creating the Beacon already causes a UDP socket bind.

Tested, but not thourougly.

See the issue for the underlying goal.

anvilvapre avatar Jun 14 '25 17:06 anvilvapre

A setting for lanGameProbe in ServerListLogic.cs would also be needed. Or perhaps LAN could be a GameServer filter option.

anvilvapre avatar Jun 14 '25 18:06 anvilvapre

Changelog

Mailaender avatar Jul 27 '25 19:07 Mailaender