Browse Source

win-capture: Add Honkai: Star Rail to compatibility list

(cherry picked from commit d3df414603fe12848055153b3fc63565a53ce6be)
Gol-D-Ace 2 years ago
parent
commit
6dbf45dce9
2 changed files with 16 additions and 2 deletions
  1. 14 0
      plugins/win-capture/data/compatibility.json
  2. 2 2
      plugins/win-capture/data/package.json

+ 14 - 0
plugins/win-capture/data/compatibility.json

@@ -211,6 +211,20 @@
             "window_capture_wgc": false,
             "message": "Edge may not be capturable using the selected Capture Method (BitBlt).",
             "url": ""
+        },
+        {
+            "name": "Honkai: Star Rail",
+            "translation_key": "Compatibility.GameCapture.Admin",
+            "severity": 1,
+            "executable": "StarRail.exe",
+            "window_class": "",
+            "window_title": "",
+            "match_flags": 1,
+            "game_capture": true,
+            "window_capture": false,
+            "window_capture_wgc": false,
+            "message": "Honkai: Star Rail may require OBS to be run as admin to use Game Capture.",
+            "url": "https://obsproject.com/kb/game-capture-troubleshooting"
         }
     ]
 }

+ 2 - 2
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": 1,
+    "version": 2,
     "files": [
         {
             "name": "compatibility.json",
-            "version": 1
+            "version": 2
         }
     ]
 }