From 52236d24eacb82831ecd7449a80d4380a5d235f0 Mon Sep 17 00:00:00 2001 From: Exonical Date: Sun, 8 Apr 2018 03:10:12 -0400 Subject: [PATCH] Update Start Detection --- Hurtworld/hurtworld/egg-hurtworld.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hurtworld/hurtworld/egg-hurtworld.json b/Hurtworld/hurtworld/egg-hurtworld.json index 9e1d5fb6..0899152f 100644 --- a/Hurtworld/hurtworld/egg-hurtworld.json +++ b/Hurtworld/hurtworld/egg-hurtworld.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-04-08T03:01:49-04:00", + "exported_at": "2018-04-08T03:09:47-04:00", "name": "Hurtworld", "author": "brycea@rapidnetworks.org", "description": "Hurtworld is a hardcore multiplayer survival FPS with a focus on deep survival progression that doesn't become trivial once you establish some basic needs. Built for hardcore gamers, Hurtworld aims to punish.", @@ -11,7 +11,7 @@ "startup": ".\/Hurtworld.x86_64 -batchmode -nographics -exec \"host {{SERVER_PORT}};queryport {{QUERY_PORT}};maxplayers {{MAX_PLAYERS}};servername {{HOSTNAME}}\" -logfile output.txt", "config": { "files": "{}", - "startup": "{\r\n \"done\": \"Mono config path = '\/home\/container\/Hurtworld_Data\/Mono\/etc'\",\r\n \"userInteraction\": []\r\n}", + "startup": "{\r\n \"done\": \"Found path: \/home\/container\/Hurtworld.x86_64\",\r\n \"userInteraction\": []\r\n}", "logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}", "stop": "^C" },