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.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}"
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user