From c8df970a0f8781649de233f7aafe231cabd234be Mon Sep 17 00:00:00 2001 From: James Manker Date: Fri, 29 Apr 2022 11:35:08 -0500 Subject: [PATCH] Fixed QueryPort and EnumValues blanks I somehow removed the QueryPort through all the changes with the command line args. It's back now. Also added default blank values for EnumValues to avoid any possible issues. --- conan-exiles.kvp | 2 +- conan-exilesconfig.json | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/conan-exiles.kvp b/conan-exiles.kvp index 8ed276f..3c6014b 100644 --- a/conan-exiles.kvp +++ b/conan-exiles.kvp @@ -23,7 +23,7 @@ App.ExecutableLinux=/usr/bin/xvfb-run App.WorkingDir=443030/ConanSandbox/Binaries/Win64 App.LinuxCommandLineArgs=-a "{{$FullRootDir}}1493710/proton" run "./ConanSandboxServer-Win64-Test.exe" App.WindowsCommandLineArgs= -App.CommandLineArgs={{$PlatformArgs}} {{Map}}{{CustomMap}} -log -Port={{$ApplicationPort1}} RconPort={{$RemoteAdminPort}} -RconEnabled=1 -RconPassword="{{$RemoteAdminPassword}}" -MaxPlayers={{$MaxUsers}} {{$FormattedArgs}} +App.CommandLineArgs={{$PlatformArgs}} {{Map}}{{CustomMap}} -log -Port={{$ApplicationPort1}} -QueryPort={{$ApplicationPort3}} -RconPort={{$RemoteAdminPort}} -RconEnabled=1 -RconPassword="{{$RemoteAdminPassword}}" -MaxPlayers={{$MaxUsers}} {{$FormattedArgs}} App.AppSettings={} App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"440900","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}1493710","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullRootDir}}1493710"} App.CommandLineParameterFormat=-{0}="{1}" diff --git a/conan-exilesconfig.json b/conan-exilesconfig.json index ea6a429..9f83350 100644 --- a/conan-exilesconfig.json +++ b/conan-exilesconfig.json @@ -9,7 +9,8 @@ "IsFlagArgument":false, "ParamFieldName":"ServerName", "IncludeInCommandLine":true, - "DefaultValue":"Conan Exiles Server - Powered by AMP" + "DefaultValue":"Conan Exiles Server - Powered by AMP", + "EnumValues":{} }, { "DisplayName":"Map", @@ -39,7 +40,8 @@ "ParamFieldName":"CustomMap", "IncludeInCommandLine":false, "DefaultValue":"", - "Placeholder":"/Game/Mods/Savage_Wilds/Savage_Wilds" + "Placeholder":"/Game/Mods/Savage_Wilds/Savage_Wilds", + "EnumValues":{} }, { "DisplayName":"Player Limit", @@ -52,7 +54,8 @@ "ParamFieldName":"MaxPlayers", "IncludeInCommandLine":false, "DefaultValue":"40", - "Suffix":"players" + "Suffix":"players", + "EnumValues":{} }, { "DisplayName":"Server Password", @@ -65,7 +68,8 @@ "ParamFieldName":"ServerPassword", "IncludeInCommandLine":true, "DefaultValue":"", - "SkipIfEmpty": true + "SkipIfEmpty": true, + "EnumValues":{} }, { "DisplayName":"Admin Password", @@ -78,7 +82,8 @@ "ParamFieldName":"ServerSettings.AdminPassword", "IncludeInCommandLine":false, "DefaultValue":"Password123", - "Required":true + "Required":true, + "EnumValues":{} }, { "DisplayName":"RCON Password", @@ -90,7 +95,8 @@ "IsFlagArgument":false, "ParamFieldName":"RconPassword", "IncludeInCommandLine":false, - "DefaultValue":"Password123" + "DefaultValue":"Password123", + "EnumValues":{} }, { "DisplayName":"Server Region",