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.
This commit is contained in:
parent
366ae59421
commit
c8df970a0f
@ -23,7 +23,7 @@ App.ExecutableLinux=/usr/bin/xvfb-run
|
|||||||
App.WorkingDir=443030/ConanSandbox/Binaries/Win64
|
App.WorkingDir=443030/ConanSandbox/Binaries/Win64
|
||||||
App.LinuxCommandLineArgs=-a "{{$FullRootDir}}1493710/proton" run "./ConanSandboxServer-Win64-Test.exe"
|
App.LinuxCommandLineArgs=-a "{{$FullRootDir}}1493710/proton" run "./ConanSandboxServer-Win64-Test.exe"
|
||||||
App.WindowsCommandLineArgs=
|
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.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.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}"
|
App.CommandLineParameterFormat=-{0}="{1}"
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"ServerName",
|
"ParamFieldName":"ServerName",
|
||||||
"IncludeInCommandLine":true,
|
"IncludeInCommandLine":true,
|
||||||
"DefaultValue":"Conan Exiles Server - Powered by AMP"
|
"DefaultValue":"Conan Exiles Server - Powered by AMP",
|
||||||
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"Map",
|
"DisplayName":"Map",
|
||||||
@ -39,7 +40,8 @@
|
|||||||
"ParamFieldName":"CustomMap",
|
"ParamFieldName":"CustomMap",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"",
|
"DefaultValue":"",
|
||||||
"Placeholder":"/Game/Mods/Savage_Wilds/Savage_Wilds"
|
"Placeholder":"/Game/Mods/Savage_Wilds/Savage_Wilds",
|
||||||
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"Player Limit",
|
"DisplayName":"Player Limit",
|
||||||
@ -52,7 +54,8 @@
|
|||||||
"ParamFieldName":"MaxPlayers",
|
"ParamFieldName":"MaxPlayers",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"40",
|
"DefaultValue":"40",
|
||||||
"Suffix":"players"
|
"Suffix":"players",
|
||||||
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"Server Password",
|
"DisplayName":"Server Password",
|
||||||
@ -65,7 +68,8 @@
|
|||||||
"ParamFieldName":"ServerPassword",
|
"ParamFieldName":"ServerPassword",
|
||||||
"IncludeInCommandLine":true,
|
"IncludeInCommandLine":true,
|
||||||
"DefaultValue":"",
|
"DefaultValue":"",
|
||||||
"SkipIfEmpty": true
|
"SkipIfEmpty": true,
|
||||||
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"Admin Password",
|
"DisplayName":"Admin Password",
|
||||||
@ -78,7 +82,8 @@
|
|||||||
"ParamFieldName":"ServerSettings.AdminPassword",
|
"ParamFieldName":"ServerSettings.AdminPassword",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"Password123",
|
"DefaultValue":"Password123",
|
||||||
"Required":true
|
"Required":true,
|
||||||
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"RCON Password",
|
"DisplayName":"RCON Password",
|
||||||
@ -90,7 +95,8 @@
|
|||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"RconPassword",
|
"ParamFieldName":"RconPassword",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"Password123"
|
"DefaultValue":"Password123",
|
||||||
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"Server Region",
|
"DisplayName":"Server Region",
|
||||||
|
Loading…
Reference in New Issue
Block a user