From fbedec04874e889e4a13855869e94879bb71cc06 Mon Sep 17 00:00:00 2001 From: mrhanman Date: Sat, 1 Jan 2022 11:59:53 -0900 Subject: [PATCH] Create Craptopia Template --- craftopia.kvp | 34 ++++++++++++++++++++++++++++++++++ craftopiaconfig.json | 1 + 2 files changed, 35 insertions(+) create mode 100644 craftopia.kvp create mode 100644 craftopiaconfig.json diff --git a/craftopia.kvp b/craftopia.kvp new file mode 100644 index 0000000..2c2c41d --- /dev/null +++ b/craftopia.kvp @@ -0,0 +1,34 @@ +App.AdminMethod=STDIO +App.ApplicationPort1=6587 +App.ApplicationReadyMode=RegexMatch +App.BaseDirectory=./craftopia/1670340/ +App.CommandLineArgs=-batchmode -showlogs +App.CommandLineParameterDelimiter= +App.CommandLineParameterFormat=-{0} "{1}" +App.DisplayName=Craftopia +App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "1670340"} +App.ExecutableLinux=1670340/Craftopia.x86_64 +App.ExecutableWin=1670340\Craftopia.exe +App.ExitMethod=String +App.ExitString=quit +App.HasReadableConsole=true +App.HasWritableConsole=true +App.RapidStartup=false +App.RootDir=./craftopia/ +App.UpdateSource=Multi +App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "1670340"}] +App.WorkingDir=1670340 +Console.AppReadyRegex=^World is loaded.$ +Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$ +Console.UserChatRegex= +Console.UserJoinRegex=^ActiveSlave\:Id\=(?.+)\ Active\=True\ Name=(?.+)$ +Console.UserLeaveRegex=^ActiveSlave\:Id\=(?.+)\ Active\=False\ Name=(?.+)$ +Meta.Author=Andy Boatman +Meta.ConfigManifest=craftopiaconfig.json +Meta.ConfigRoot=craftopia.kvp +Meta.Description= +Meta.DisplayImageSource=steam:1307550 +Meta.DisplayName=Craftopia +Meta.EndpointURIFormat= +Meta.OS=3 +Meta.URL=https://store.steampowered.com/app/1307550/Craftopia/ \ No newline at end of file diff --git a/craftopiaconfig.json b/craftopiaconfig.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/craftopiaconfig.json @@ -0,0 +1 @@ +[] \ No newline at end of file