From 5850d43edafa0a34d967aad14de9e9936a779b44 Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:29:53 -0600 Subject: [PATCH] 7D2D Fix Ports (#509) * 7D2D Port Changes Greelan was right. Everyone was right. I was wrong. Hopefully, this fixes it. * Update seven-days-to-die.kvp --- seven-days-to-die.kvp | 2 +- seven-days-to-dieconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",