From 67a3c1a5ddcbeba3de4f900ad5bcb6421d0503ee Mon Sep 17 00:00:00 2001 From: Gorilli09 <96301264+Gorilli09@users.noreply.github.com> Date: Wed, 27 May 2026 18:30:58 -0400 Subject: [PATCH 1/2] Add status report for Half-Life game compatibility --- compatibility.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/compatibility.json b/compatibility.json index 68bade6..1ff098b 100644 --- a/compatibility.json +++ b/compatibility.json @@ -1527,6 +1527,21 @@ } ] }, + { + "game": "Half-Life", + "tags": [ + "Prototype" + ], + "linked_issues": [], + "status_reports": [ + { + "commit": "373abe0", + "game_version": "MK-51035 V1.004", + "status": "In Game", + "notes": "Crashes when loading certain maps." + } + ] + }, { "game": "Happy Lesson", "tags": [ @@ -3894,4 +3909,4 @@ } ] } -] \ No newline at end of file +] From 92de2ececd8fc244d7d9add1192ce78470d8cada Mon Sep 17 00:00:00 2001 From: Gorilli09 <96301264+Gorilli09@users.noreply.github.com> Date: Wed, 27 May 2026 18:32:12 -0400 Subject: [PATCH 2/2] Update commit hash in status report --- compatibility.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatibility.json b/compatibility.json index 1ff098b..7222cc7 100644 --- a/compatibility.json +++ b/compatibility.json @@ -1535,7 +1535,7 @@ "linked_issues": [], "status_reports": [ { - "commit": "373abe0", + "commit": "67a3c1a", "game_version": "MK-51035 V1.004", "status": "In Game", "notes": "Crashes when loading certain maps."