From 27ac23ef750aafb2bb7ddd499ede5755a5a3087f Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Wed, 10 Jun 2026 23:39:47 +0200 Subject: [PATCH] win-capture: Add Hearthstone Deck Tracker to compatibility list --- plugins/win-capture/data/compatibility.json | 28 +++++++++++++++++++++ plugins/win-capture/data/package.json | 4 +-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/plugins/win-capture/data/compatibility.json b/plugins/win-capture/data/compatibility.json index 76c93c8ca..2b5bb8d05 100644 --- a/plugins/win-capture/data/compatibility.json +++ b/plugins/win-capture/data/compatibility.json @@ -659,6 +659,34 @@ "window_capture_wgc": false, "message": "Wuthering Waves may require OBS to be run as admin to use Game Capture.", "url": "https://obsproject.com/kb/game-capture-troubleshooting" + }, + { + "name": "Hearthstone Deck Tracker", + "translation_key": "Compatibility.WindowCapture.BitBlt", + "severity": 1, + "executable": "HearthstoneDeckTracker.exe", + "window_class": "", + "window_title": "HearthstoneOverlay", + "match_flags": 3, + "game_capture": false, + "window_capture": true, + "window_capture_wgc": false, + "message": "Hearthstone Deck Tracker can not be captured by using the selected Capture Method (BitBlt).", + "url": "" + }, + { + "name": "Hearthstone Deck Tracker", + "translation_key": "Compatibility.GameCapture.Blocked", + "severity": 1, + "executable": "HearthstoneDeckTracker.exe", + "window_class": "", + "window_title": "HearthstoneOverlay", + "match_flags": 3, + "game_capture": true, + "window_capture": false, + "window_capture_wgc": false, + "message": "Hearthstone Deck Tracker cannot be captured using Game Capture. Use Window Capture or Display Capture instead.", + "url": "" } ] } diff --git a/plugins/win-capture/data/package.json b/plugins/win-capture/data/package.json index 12179562a..c87a89797 100644 --- a/plugins/win-capture/data/package.json +++ b/plugins/win-capture/data/package.json @@ -1,11 +1,11 @@ { "$schema": "schema/package-schema.json", "url": "https://obsproject.com/obs2_update/win-capture/v1", - "version": 9, + "version": 10, "files": [ { "name": "compatibility.json", - "version": 9 + "version": 10 } ] }