[Scummvm-git-logs] scummvm master -> 5a76afa74f6dcdd9aed408c05cf3eb98b945f32c
sev-
noreply at scummvm.org
Tue Jul 14 12:39:36 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
5a76afa74f PHOENXVR: Added set of GOG releases for dracula1 to detection
Commit: 5a76afa74f6dcdd9aed408c05cf3eb98b945f32c
https://github.com/scummvm/scummvm/commit/5a76afa74f6dcdd9aed408c05cf3eb98b945f32c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-14T14:39:13+02:00
Commit Message:
PHOENXVR: Added set of GOG releases for dracula1 to detection
German version has cutscenes in different format, hence it is marked
as unsupported
Changed paths:
engines/phoenixvr/detection_tables.h
diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index c12ad6fc68a..1e93780f846 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -208,7 +208,7 @@ const ADGameDescription gameDescriptions[] = {
},
{"dracula1",
- nullptr,
+ "GOG release",
AD_ENTRY2s("script.lst", "78060b78cf403ddb7e22903ba7b269d6", 548,
"Interface.vr", "b51691a530ec7398bed8c0c094885225", 85245),
Common::EN_ANY,
@@ -249,6 +249,26 @@ const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ {"dracula1",
+ "GOG release",
+ AD_ENTRY2s("script.lst", "78060b78cf403ddb7e22903ba7b269d6", 548,
+ "Interface.vr", "70362765ee83bb822d5bb08948317f23", 98844),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM | ADGF_TESTING,
+ GUIO1(GUIO_NONE)
+ },
+
+ {"dracula1",
+ "GOG release",
+ AD_ENTRY2s("script.lst", "78060b78cf403ddb7e22903ba7b269d6", 548,
+ "Interface.vr", "195a7b2b6185245b64145f3e43e4f508", 90805),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
+
{"dracula1",
nullptr,
AD_ENTRY2s("script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,
@@ -259,6 +279,16 @@ const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ {"dracula1",
+ "GOG release",
+ AD_ENTRY2s("script.lst", "78060b78cf403ddb7e22903ba7b269d6", 548,
+ "Interface.vr", "5d7d770a74d6035957c7deffc4865e12", 106762),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)
+ },
+
{"dracula1",
"Retail version",
AD_ENTRY3s("Install/script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,
@@ -280,6 +310,16 @@ const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ {"dracula1",
+ "GOG release",
+ AD_ENTRY2s("script.lst", "78060b78cf403ddb7e22903ba7b269d6", 548,
+ "Interface.vr", "47099471f31f794be8a7e5a3c382bf62", 104304),
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM | ADGF_TESTING,
+ GUIO1(GUIO_NONE)
+ },
+
{"dracula2",
nullptr,
AD_ENTRY2s("script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,
More information about the Scummvm-git-logs
mailing list