Conan Exiles: various updates (#318)
This commit is contained in:
parent
3735158ac8
commit
c85c4dc994
@ -1,21 +1,26 @@
|
|||||||
Meta.DisplayName=Conan Exiles
|
Meta.DisplayName=Conan Exiles
|
||||||
Meta.Description=Conan Exiles Dedicated Server
|
Meta.Description=Conan Exiles Dedicated Server
|
||||||
Meta.OS=Windows, Linux
|
Meta.OS=Windows, Linux
|
||||||
|
Meta.AarchSupport=NotSupported
|
||||||
Meta.Arch=x86_64
|
Meta.Arch=x86_64
|
||||||
Meta.Author=IceOfWraith, Greelan, eNcrypt, rezor92
|
Meta.Author=IceOfWraith, Greelan, eNcrypt, rezor92
|
||||||
Meta.URL=https://store.steampowered.com/app/440900/Conan_Exiles/
|
Meta.URL=https://store.steampowered.com/app/440900/Conan_Exiles/
|
||||||
Meta.DisplayImageSource=steam:440900
|
Meta.DisplayImageSource=steam:440900
|
||||||
Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.ApplicationPort3}
|
Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.Ports.$ApplicationPort3}
|
||||||
Meta.ConfigManifest=conan-exilesconfig.json
|
Meta.ConfigManifest=conan-exilesconfig.json
|
||||||
Meta.MetaConfigManifest=conan-exilesmetaconfig.json
|
Meta.MetaConfigManifest=conan-exilesmetaconfig.json
|
||||||
Meta.ConfigRoot=conan-exiles.kvp
|
Meta.ConfigRoot=conan-exiles.kvp
|
||||||
Meta.MinAMPVersion=2.4.3.0
|
Meta.MinAMPVersion=2.4.3.0
|
||||||
Meta.SpecificDockerImage=cubecoders/ampbase:wine
|
Meta.SpecificDockerImage=cubecoders/ampbase:wine
|
||||||
|
Meta.ContainerPolicyReason=The server requires Wine and Xvfb to run on Linux. Using a container avoids the need to install these dependencies on the host.
|
||||||
|
Meta.ExtraSetupStepsURI=
|
||||||
Meta.DockerRequired=False
|
Meta.DockerRequired=False
|
||||||
Meta.ContainerPolicy=SupportedOnWindows, RecommendedOnLinux
|
Meta.ContainerPolicy=SupportedOnWindows, RecommendedOnLinux
|
||||||
Meta.ContainerPolicyReason=The server requires Wine and Xvfb to run on Linux. Using a container avoids the need to install these dependencies on the host.
|
Meta.ContainerPolicyReason=The server requires Wine and Xvfb to run on Linux. Using a container avoids the need to install these dependencies on the host.
|
||||||
Meta.Prerequsites=[]
|
Meta.Prerequsites=[]
|
||||||
|
Meta.ExtraContainerPackages=[]
|
||||||
Meta.ConfigReleaseState=NotSpecified
|
Meta.ConfigReleaseState=NotSpecified
|
||||||
|
Meta.NoCommercialUsage=False
|
||||||
App.DisplayName=Conan Exiles
|
App.DisplayName=Conan Exiles
|
||||||
App.RootDir=./conan-exiles/
|
App.RootDir=./conan-exiles/
|
||||||
App.BaseDirectory=./conan-exiles/443030/
|
App.BaseDirectory=./conan-exiles/443030/
|
||||||
@ -25,7 +30,8 @@ App.ExecutableLinux=/usr/bin/xvfb-run
|
|||||||
App.WorkingDir=443030/ConanSandbox/Binaries/Win64
|
App.WorkingDir=443030/ConanSandbox/Binaries/Win64
|
||||||
App.LinuxCommandLineArgs=-a wine "./ConanSandboxServer-Win64-Test.exe"
|
App.LinuxCommandLineArgs=-a wine "./ConanSandboxServer-Win64-Test.exe"
|
||||||
App.WindowsCommandLineArgs=
|
App.WindowsCommandLineArgs=
|
||||||
App.CommandLineArgs={{$PlatformArgs}} {{Map}}{{CustomMap}} -stdout -FullStdOutLogOutput -Port={{$ApplicationPort1}} -QueryPort={{$ApplicationPort3}} -RconPort={{$RemoteAdminPort}} -RconEnabled=1 -RconPassword="{{$RemoteAdminPassword}}" -MaxPlayers={{$MaxUsers}} {{$FormattedArgs}}
|
App.CommandLineArgs={{$PlatformArgs}} {{Map}} -stdout -FullStdOutLogOutput -Port={{$ApplicationPort1}} -QueryPort={{$ApplicationPort3}} -RconPort={{$RemoteAdminPort}} -RconEnabled=1 -RconPassword="{{$RemoteAdminPassword}}" -MaxPlayers={{$MaxUsers}} {{$FormattedArgs}}
|
||||||
|
App.UseLinuxIOREDIR=False
|
||||||
App.AppSettings={}
|
App.AppSettings={}
|
||||||
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"440900","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"}
|
App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"440900","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"}
|
||||||
App.CommandLineParameterFormat=-{0}="{1}"
|
App.CommandLineParameterFormat=-{0}="{1}"
|
||||||
@ -39,28 +45,30 @@ App.HasReadableConsole=True
|
|||||||
App.SupportsLiveSettingsChanges=False
|
App.SupportsLiveSettingsChanges=False
|
||||||
App.LiveSettingChangeCommandFormat=set {0} "{1}"
|
App.LiveSettingChangeCommandFormat=set {0} "{1}"
|
||||||
App.ApplicationIPBinding=0.0.0.0
|
App.ApplicationIPBinding=0.0.0.0
|
||||||
App.ApplicationPort1=7777
|
App.Ports=[{"Protocol":"UDP","Port":7777,"Ref":"ApplicationPort1","Name":"Game Port","Description":"Port for game traffic"},{"Protocol":"UDP","Port":7778,"Ref":"ApplicationPort2","Name":"Pinger Port","Description":"Port for pinger traffic from server browser to determine availability"},{"Protocol":"UDP","Port":27015,"Ref":"ApplicationPort3","Name":"Query Port","Description":"Port for query traffic"},{"Protocol":"TCP","Port":25575,"Ref":"RemoteAdminPort","Name":"RCON Port","Description":"Port for RCON traffic"}]
|
||||||
App.ApplicationPort2=7778
|
App.AdminPortRef=RemoteAdminPort
|
||||||
App.ApplicationPort3=27015
|
App.PrimaryApplicationPortRef=ApplicationPort1
|
||||||
App.RemoteAdminPort=25575
|
App.UniversalSleepApplicationUDPPortRef=ApplicationPort1
|
||||||
|
App.UniversalSleepSteamQueryPortRef=ApplicationPort3
|
||||||
App.MaxUsers=40
|
App.MaxUsers=40
|
||||||
App.UseRandomAdminPassword=True
|
App.UseRandomAdminPassword=True
|
||||||
|
App.PersistRandomPassword=True
|
||||||
App.RemoteAdminPassword=
|
App.RemoteAdminPassword=
|
||||||
App.AdminMethod=SourceRCON
|
App.AdminMethod=SourceRCON
|
||||||
App.AdminLoginTransform=None
|
App.AdminLoginTransform=None
|
||||||
|
App.LoginTransformPrefix=
|
||||||
App.RCONConnectDelaySeconds=5
|
App.RCONConnectDelaySeconds=5
|
||||||
App.RCONConnectRetrySeconds=5
|
App.RCONConnectRetrySeconds=5
|
||||||
App.RCONHeartbeatMinutes=3
|
App.RCONHeartbeatMinutes=3
|
||||||
App.RCONHeartbeatCommand=ping
|
App.RCONHeartbeatCommand=ping
|
||||||
App.TelnetLoginFormat={0}
|
App.TelnetLoginFormat={0}
|
||||||
App.UpdateSources=[{"UpdateStageName":"SteamCMD and Conan Exiles Download","UpdateSourcePlatform":"All","UpdateSource":"SteamCMD","UpdateSourceData":"443030","UpdateSourceArgs":"440900","ForceDownloadPlatform":"Windows"},{"UpdateStageName":"Config Directory Creation","UpdateSourcePlatform":"All","UpdateSource":"CreateDirectory","UpdateSourceArgs":"./conan-exiles/443030/ConanSandbox/Saved/Config/WindowsServer","OverwriteExistingFiles":false},{"UpdateStageName":"ServerSettings File Download","UpdateSourcePlatform":"All","UpdateSource":"FetchURL","UpdateSourceData":"https://github.com/CubeCoders/AMPTemplates/raw/main/conan-exilesconfigsettings.ini","UpdateSourceTarget":"./443030/ConanSandbox/Saved/Config/WindowsServer/","UpdateSourceArgs":"ServerSettings.ini","OverwriteExistingFiles":false},{"UpdateStageName":"Initialise Wine","UpdateSourcePlatform":"Linux","UpdateSource":"Executable","UpdateSourceData":"/bin/bash","UpdateSourceArgs":"-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win64 /usr/bin/wineboot --init --update'"}]
|
App.UpdateSources=[{"UpdateStageName":"SteamCMD and Conan Exiles Download","UpdateSourcePlatform":"All","UpdateSource":"SteamCMD","UpdateSourceData":"443030","UpdateSourceArgs":"440900","ForceDownloadPlatform":"Windows"},{"UpdateStageName":"Config Directory Creation","UpdateSourcePlatform":"All","UpdateSource":"CreateDirectory","UpdateSourceArgs":"./conan-exiles/443030/ConanSandbox/Saved/Config/WindowsServer","OverwriteExistingFiles":false},{"UpdateStageName":"Initialise Wine","UpdateSourcePlatform":"Linux","UpdateSource":"Executable","UpdateSourceData":"/bin/bash","UpdateSourceArgs":"-c 'WINEPREFIX=\"{{$FullRootDir}}.wine\" WINEARCH=win64 /usr/bin/wineboot --init --update'"}]
|
||||||
|
App.PreStartStages=[]
|
||||||
App.Compatibility=None
|
App.Compatibility=None
|
||||||
App.SteamUpdateAnonymousLogin=True
|
App.SteamUpdateAnonymousLogin=True
|
||||||
App.SteamForceLoginPrompt=False
|
App.SteamForceLoginPrompt=False
|
||||||
App.RapidStartup=False
|
App.RapidStartup=False
|
||||||
App.SupportsUniversalSleep=True
|
App.SupportsUniversalSleep=True
|
||||||
App.UniversalSleepApplicationUDPPort=1
|
|
||||||
App.UniversalSleepSteamQueryPort=3
|
|
||||||
App.WakeupMode=Any
|
App.WakeupMode=Any
|
||||||
App.ApplicationReadyMode=RegexMatch
|
App.ApplicationReadyMode=RegexMatch
|
||||||
App.TemplateMatchRegex={{(\$?[\w]+)}}
|
App.TemplateMatchRegex={{(\$?[\w]+)}}
|
||||||
@ -75,6 +83,7 @@ Console.UserJoinRegex=^.*LogNet: Join succeeded: (?<username>.+?#\d+)$
|
|||||||
Console.UserLeaveRegex=^.*LogNet: Player disconnected: (?<username>.+?#\d+)$
|
Console.UserLeaveRegex=^.*LogNet: Player disconnected: (?<username>.+?#\d+)$
|
||||||
Console.UserChatRegex=^.*ChatWindow: Character (?<username>.+?) said: (?<message>.+?)$
|
Console.UserChatRegex=^.*ChatWindow: Character (?<username>.+?) said: (?<message>.+?)$
|
||||||
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
Console.UpdateAvailableRegex=^\[\d\d:\d\d:\d\d\] \[INFO\] A new server update is available! v[\d\.]+.$
|
||||||
|
Console.MetricsRegex=
|
||||||
Console.SuppressLogAtStart=False
|
Console.SuppressLogAtStart=False
|
||||||
Console.ActivateLogRegex=
|
Console.ActivateLogRegex=
|
||||||
Console.UserActions={}
|
Console.UserActions={}
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
"Hidden":true,
|
"Hidden":true,
|
||||||
"ParamFieldName":"URL.Port",
|
"ParamFieldName":"URL.Port",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"7777"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"Download Port Offset",
|
"DisplayName":"Download Port Offset",
|
||||||
@ -36,7 +35,6 @@
|
|||||||
"Hidden":true,
|
"Hidden":true,
|
||||||
"ParamFieldName":"OnlineSubsystemNull.GameServerQueryPort",
|
"ParamFieldName":"OnlineSubsystemNull.GameServerQueryPort",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"27015"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName":"RCON Port",
|
"DisplayName":"RCON Port",
|
||||||
@ -49,8 +47,8 @@
|
|||||||
"Hidden":true,
|
"Hidden":true,
|
||||||
"ParamFieldName":"RconPlugin.RconPort",
|
"ParamFieldName":"RconPlugin.RconPort",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"25575"
|
},
|
||||||
},{
|
{
|
||||||
"DisplayName":"Server Name",
|
"DisplayName":"Server Name",
|
||||||
"Category":"Server Settings",
|
"Category":"Server Settings",
|
||||||
"Description":"Name of the server shown in the server browser.",
|
"Description":"Name of the server shown in the server browser.",
|
||||||
@ -75,8 +73,8 @@
|
|||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":false,
|
||||||
"DefaultValue":"/Game/Maps/ConanSandbox/ConanSandbox",
|
"DefaultValue":"/Game/Maps/ConanSandbox/ConanSandbox",
|
||||||
"EnumValues":{
|
"EnumValues":{
|
||||||
"":"Custom",
|
"{{CustomMap}}":"Custom",
|
||||||
"/Game/Maps/ConanSandbox/ConanSandbox":"Exiled Lands",
|
"/Game/Maps/ConanSandbox/ConanSandbox":"Exiled Lands (default)",
|
||||||
"/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah":"Isle of Siptah"
|
"/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah":"Isle of Siptah"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -126,15 +124,14 @@
|
|||||||
{
|
{
|
||||||
"DisplayName":"Admin Password",
|
"DisplayName":"Admin Password",
|
||||||
"Category":"Server Settings",
|
"Category":"Server Settings",
|
||||||
"Description":"In-game \"admin\" user password (not the server password). NOTE: You must set this to allow use of the in-game admin panel. Change this after installing the server!",
|
"Description":"In-game \"admin\" user password (not the server password). NOTE: You must set this to allow use of the in-game admin panel.",
|
||||||
"Keywords":"admin,password",
|
"Keywords":"admin,password",
|
||||||
"FieldName":"AdminPassword",
|
"FieldName":"AdminPassword",
|
||||||
"InputType":"RandomPassword",
|
"InputType":"password",
|
||||||
"IsFlagArgument":false,
|
"IsFlagArgument":false,
|
||||||
"ParamFieldName":"ServerSettings.AdminPassword",
|
"ParamFieldName":"ini:ServerSettings:[ServerSettings]:AdminPassword",
|
||||||
"IncludeInCommandLine":false,
|
"IncludeInCommandLine":true,
|
||||||
"DefaultValue":"Password123",
|
"DefaultValue":"{{newguid()}}",
|
||||||
"Required": true,
|
|
||||||
"EnumValues":{}
|
"EnumValues":{}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user