diff --git a/sons-of-the-forest.kvp b/sons-of-the-forest.kvp index 8e26c2e..a9b415c 100644 --- a/sons-of-the-forest.kvp +++ b/sons-of-the-forest.kvp @@ -72,7 +72,7 @@ App.ApplicationReadyMode=RegexMatch App.TemplateMatchRegex={{(\$?[\w]+)}} Console.FilterMatchRegex= Console.FilterMatchReplacement= -Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+|Couldn't create a Convex Mesh from source mesh.*|No mesh data available for mesh.*|ALSA lib.*$ +Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+|Couldn't create a Convex Mesh from source mesh.*|No mesh data available for mesh.*|ALSA lib.*|\[FMOD\] Error \(ERR_INVALID_HANDLE\): An invalid object handle was used\.$ Console.AppReadyRegex=^Game Activation Sequence step 7 : End of Sequence|\[Self-Tests\] Please restart the server.$ Console.UserJoinRegex=^ValidateAuthTicketResponse success for (?.+?)$ Console.UserLeaveRegex=^Unregistering client 2 with steam id (?.+?)$ diff --git a/sons-of-the-forestconfig.json b/sons-of-the-forestconfig.json index a5f9b9e..ebba49a 100644 --- a/sons-of-the-forestconfig.json +++ b/sons-of-the-forestconfig.json @@ -253,6 +253,22 @@ "False": "false" } }, + { + "DisplayName": "Skip Network Accessibility Test", + "Category": "SotF - Server Settings", + "Description": "Skips a port test that can cause the server to fail to start. This test can be a sign of incorrect port forwarding, but sometimes has false positives.", + "Keywords": "skip,network,accessibility,test", + "FieldName": "SkipNetworkAccessibilityTest", + "InputType": "checkbox", + "IsFlagArgument": false, + "ParamFieldName": "$.SkipNetworkAccessibilityTest", + "IncludeInCommandLine": false, + "DefaultValue": "false", + "EnumValues": { + "True": "true", + "False": "false" + } + }, { "DisplayName":"Server Owners", "Category":"SotF - Server Settings", diff --git a/sons-of-the-forestdedicatedserver.cfg b/sons-of-the-forestdedicatedserver.cfg index 47c1af7..18e898a 100644 --- a/sons-of-the-forestdedicatedserver.cfg +++ b/sons-of-the-forestdedicatedserver.cfg @@ -17,6 +17,7 @@ "LogFilesEnabled": false, "TimestampLogFilenames": true, "TimestampLogEntries": true, + "SkipNetworkAccessibilityTest": false, "GameSettings": { "Gameplay.TreeRegrowth": true, "Structure.Damage": true