From 9ce53293e7e54434a2cac82d98142d5e846550ca Mon Sep 17 00:00:00 2001 From: MattEqualsCoder Date: Tue, 24 Dec 2024 20:29:10 -0800 Subject: [PATCH] Add message for the auto tracker disconnect limit --- Profiles/Default/responses.yml | 2 ++ Profiles/Templates/responses.yml | 1 + Schemas/responses.json | 11 +++++++++++ 3 files changed, 14 insertions(+) diff --git a/Profiles/Default/responses.yml b/Profiles/Default/responses.yml index 05262db..b7e1bda 100644 --- a/Profiles/Default/responses.yml +++ b/Profiles/Default/responses.yml @@ -378,6 +378,8 @@ AutoTracker: - Text: Auto tracker connected WhenDisconnected: - Text: Auto tracker disconnected + WhenDisconnectLimitReached: + - Text: Auto tracker connection could not be established. Please ensure the correct rom is loaded and any required software is running, then re-enable auto tracking. GameStarted: - Text: Incoming PB for seed {0} GameStartedMultiplayer: diff --git a/Profiles/Templates/responses.yml b/Profiles/Templates/responses.yml index 8e79461..ecd7f67 100644 --- a/Profiles/Templates/responses.yml +++ b/Profiles/Templates/responses.yml @@ -255,6 +255,7 @@ Chat: AutoTracker: WhenConnected: WhenDisconnected: + WhenDisconnectLimitReached: GameStarted: GameStartedMultiplayer: GameStartedNonCas: diff --git a/Schemas/responses.json b/Schemas/responses.json index b7de2aa..6efae1e 100644 --- a/Schemas/responses.json +++ b/Schemas/responses.json @@ -2355,6 +2355,17 @@ } ] }, + "WhenDisconnectLimitReached": { + "description": "Gets the phrases to respond when the Auto Tracker has been stuck in a connect/disconnect loop and has given up on trying to connect.", + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/definitions/SchrodingersString" + } + ] + }, "GameStarted": { "description": "Gets the phrases to respond with when the game is started.", "oneOf": [