don't try discover routers by default and expose settings to GUI

- added verbose NAT discovery checkbox to Debug settings
- removed useless longTickThreshold slider for additional space
This commit is contained in:
Matthias Mailänder
2013-04-17 23:27:18 +02:00
parent 28299d28dc
commit fc6918a67b
3 changed files with 23 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ namespace OpenRA.GameRules
public int ExternalPort = 1234;
public bool AdvertiseOnline = true;
public string MasterServer = "http://master.open-ra.org/";
public bool DiscoverNatDevices = true; // Allow users to disable NAT discovery if problems occur
public bool DiscoverNatDevices = false; // Allow users to disable NAT discovery if problems occur
public bool AllowPortForward = true; // let the user disable it even if compatible devices are found
public bool NatDeviceAvailable = false; // internal check if discovery succeeded
public int NatDiscoveryTimeout = 1000; // ms to search for UPnP enabled NATs