From 02362c996f48d6837ae4aded88aca9b8e46aa787 Mon Sep 17 00:00:00 2001 From: Attackwave <51136146+Attackwave@users.noreply.github.com> Date: Sun, 19 Mar 2023 13:38:24 +0100 Subject: [PATCH] Core-Keeper: Updated startup check after server update (#2192) Core-Keeper: Updated startup check after server update --- game_eggs/steamcmd_servers/core_keeper/egg-core-keeper.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game_eggs/steamcmd_servers/core_keeper/egg-core-keeper.json b/game_eggs/steamcmd_servers/core_keeper/egg-core-keeper.json index 97cdf1fa..87a087c4 100644 --- a/game_eggs/steamcmd_servers/core_keeper/egg-core-keeper.json +++ b/game_eggs/steamcmd_servers/core_keeper/egg-core-keeper.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2023-03-13T19:20:35+01:00", + "exported_at": "2023-03-18T23:18:52+01:00", "name": "Core Keeper", "author": "karsten@fiedleronline.net", "description": "Core Keeper is a survival sandbox game for single or multiplayers.\r\n\r\n--- Drawn towards a mysterious relic, you are an explorer who awakens in an ancient cavern of creatures, resources and trinkets. Trapped deep underground will your survival skills be up to the task? Mine relics and resources to build your base, craft new equipment, survive, and power up the Core. ---", @@ -18,7 +18,7 @@ "startup": "export DISPLAY=:0; rm .\/GameID.txt .\/CoreKeeperServerLog.txt; touch .\/CoreKeeperServerLog.txt; xvfb-run -s \"-screen 0 {{DISPLAY_WIDTH}}x{{DISPLAY_HEIGHT}}x{{DISPLAY_DEPTH}} -ac -nolisten tcp -nolisten unix\" .\/CoreKeeperServer -logfile CoreKeeperServerLog.txt -world {{WORLD_INDEX}} -worldname \"{{WORLD_NAME}}\" -worldseed {{WORLD_SEED}} $([[ \"{{GAME_ID}}\" != \"\" ]] && echo -n \" -gameid {{GAME_ID}}\") -maxplayers {{MAX_PLAYERS}} -worldmode {{WORLD_MODE}} -port {{SERVER_PORT}} & CKPID=$!; tail -f CoreKeeperServerLog.txt & LOGPID=$!; trap \"kill ${CKPID}; wait ${CKPID}; kill ${LOGPID}; wait ${LOGPID}\" 15; wait $!", "config": { "files": "{}", - "startup": "{\r\n \"done\": \"Started server process with pid\"\r\n}", + "startup": "{\r\n \"done\": \"Started session\"\r\n}", "logs": "{}", "stop": "^C" },