[Scummvm-git-logs] scummvm master -> bbb683616952a5c28345c14cafe383147c0f71ed

whoozle noreply at scummvm.org
Sat Jun 20 18:47:29 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:
bbb6836169 PHOENIXVR: Add Dracula Resurrection variants


Commit: bbb683616952a5c28345c14cafe383147c0f71ed
    https://github.com/scummvm/scummvm/commit/bbb683616952a5c28345c14cafe383147c0f71ed
Author: Scorp (scorp at mrs.mn)
Date: 2026-06-20T19:47:24+01:00

Commit Message:
PHOENIXVR: Add Dracula Resurrection variants

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index bcfc6d010ba..8b9ae77a1fe 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -210,13 +210,43 @@ const ADGameDescription gameDescriptions[] = {
 	{"dracula1",
 		nullptr,
 		AD_ENTRY2s("script.lst", "78060b78cf403ddb7e22903ba7b269d6", 548,
-				   "Compiler.dat", "0f330d5d674bf01a1bc8512e4c5321cc", 58688),
+				   "Interface.vr", "b51691a530ec7398bed8c0c094885225", 85245),
 		Common::EN_ANY,
 		Common::kPlatformWindows,
 		ADGF_DROPPLATFORM,
 		GUIO1(GUIO_NONE)
 	},
 
+	{"dracula1",
+		nullptr,
+		AD_ENTRY2s("script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,
+				   "Interface.vr", "b51691a530ec7398bed8c0c094885225", 85245),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM,
+		GUIO1(GUIO_NONE)
+	},
+
+	{"dracula1",
+		nullptr,
+		AD_ENTRY2s("script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,
+				   "Interface.vr", "5d7d770a74d6035957c7deffc4865e12", 106762),
+		Common::FR_FRA,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM,
+		GUIO1(GUIO_NONE)
+	},
+
+	{"dracula1",
+		nullptr,
+		AD_ENTRY2s("script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,
+				   "Interface.vr", "47099471f31f794be8a7e5a3c382bf62", 104304),
+		Common::IT_ITA,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM,
+		GUIO1(GUIO_NONE)
+	},
+
 	{"dracula2",
 		nullptr,
 		AD_ENTRY2s("script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,




More information about the Scummvm-git-logs mailing list