[Scummvm-git-logs] scummvm master -> 530cd0c0334c489115fe9521cdc8f3a198420908

bluegr noreply at scummvm.org
Fri Aug 16 08:40:18 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
530cd0c033 AGS: Add detection for The Crimson Diamond


Commit: 530cd0c0334c489115fe9521cdc8f3a198420908
    https://github.com/scummvm/scummvm/commit/530cd0c0334c489115fe9521cdc8f3a198420908
Author: Joseph Davies (deledrius at gmail.com)
Date: 2024-08-16T11:40:15+03:00

Commit Message:
AGS: Add detection for The Crimson Diamond

Adds entry for Steam release version.

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 60a858a8bc6..5a4d6aefc74 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -4405,6 +4405,7 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	GAME_ENTRY_STEAM("content", "Content.exe", "1e950496692a009ea163eb276702e008", 29813674),  // Eng-Kor
 	GAME_ENTRY_EN("cosmosquest3", "cq3.exe", "18b284c22010850f79bc5c20054a70c4", 8674790),
 	GAME_ENTRY_EN("cosmosquest4", "cq4.exe", "e3962995a70923a8d5a8f1cf8f932eee", 17062325),
+	GAME_ENTRY_EN_STEAM("crimsondiamond", "The Crimson Diamond - Full Game.exe", "38a49a28c0af599633006c09fe6c2f72", 159585457), // Final Release
 	GAME_ENTRY_STEAM("crystalshardadventurebundle", "bundle.exe", "1c45d5c239d9eeef61e283983b6e6851", 4645713),  // Multilang
 	GAME_ENTRY_STEAM("crystalshardadventurebundle", "bundle.ags", "9b7610e4330a7aa2118bc3bdb8d2ce7e", 1935844),  // Multilang
 	GAME_ENTRY_EN("danewguys2", "jackass.exe", "029aab0fef5e9fff7b95ddf5d79d7718", 23932842), // Humble Store




More information about the Scummvm-git-logs mailing list