diff --git a/seven-days-to-die.kvp b/seven-days-to-die.kvp index d0f7126..a291ca9 100644 --- a/seven-days-to-die.kvp +++ b/seven-days-to-die.kvp @@ -37,7 +37,7 @@ App.HasReadableConsole=True App.SupportsLiveSettingsChanges=False App.LiveSettingChangeCommandFormat=set {0} "{1}" App.ApplicationIPBinding=0.0.0.0 -App.Ports=[{"Protocol":"Both","Port":26900,"Offset":0,"Range":1,"Ref":"ServerPort","Name":"Server and Steam Port","Description":"Main game traffic and Steam Query port","ChildPorts":null},{"Protocol":"TCP","Port":26901,"Offset":0,"Range":1,"Ref":"ControlPanelPort","Name":"Control Panel Port","Description":"Web panel access port","ChildPorts":null},{"Protocol":"TCP","Port":26902,"Offset":0,"Range":1,"Ref":"RemoteAdminPort","Name":"RCON Port","Description":"RCON traffic port","ChildPorts":null}] +App.Ports=[{"Protocol":"Both","Port":26900,"Offset":0,"Range":1,"Ref":"ServerPort","Name":"Server and Steam Port","Description":"Main game traffic and Steam Query port","ChildPorts":null},{"Protocol":"UDP","Port":26901,"Offset":0,"Range":1,"Ref":"ServerPort1","Name":"Server Port +1","Description":"Server Port +1","ChildPorts":null},{"Protocol":"UDP","Port":26902,"Offset":0,"Range":1,"Ref":"ServerPort2","Name":"Server Port +2","Description":"Server Port +2","ChildPorts":null},{"Protocol":"UDP","Port":26903,"Offset":0,"Range":1,"Ref":"ServerPort3","Name":"Server Port +3","Description":"Server Port +3","ChildPorts":null},{"Protocol":"TCP","Port":26904,"Offset":0,"Range":1,"Ref":"ControlPanelPort","Name":"Control Panel Port","Description":"Web panel access port","ChildPorts":null},{"Protocol":"TCP","Port":26905,"Offset":0,"Range":1,"Ref":"RemoteAdminPort","Name":"RCON Port","Description":"RCON traffic port","ChildPorts":null},{"Protocol":"TCP","Port":26906,"Offset":0,"Range":1,"Ref":"AllocsModPort","Name":"Allocs Mod Port","Description":"Allocs Mod Port","ChildPorts":null}] App.MaxUsers=8 App.UseRandomAdminPassword=True App.RemoteAdminPassword= diff --git a/seven-days-to-dieconfig.json b/seven-days-to-dieconfig.json index 6d4d0ee..5e26c1a 100644 --- a/seven-days-to-dieconfig.json +++ b/seven-days-to-dieconfig.json @@ -133,7 +133,7 @@ "IsFlagArgument":false, "ParamFieldName":"/ServerSettings/property[@name='ServerDisabledNetworkProtocols']/@value", "IncludeInCommandLine":false, - "DefaultValue":"", + "DefaultValue":"SteamNetworking", "EnumValues":{ "": "None", "SteamNetworking": "SteamNetworking",