[Scummvm-git-logs] scummvm master -> 3e8bcaab180ccf4465702cad34e2abee946285c5
Scorpeg
noreply at scummvm.org
Wed Jul 15 22:49:24 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:
3e8bcaab18 PHOENIXVR: Add Russian Dracula detections
Commit: 3e8bcaab180ccf4465702cad34e2abee946285c5
https://github.com/scummvm/scummvm/commit/3e8bcaab180ccf4465702cad34e2abee946285c5
Author: Scorp (scorp at mrs.mn)
Date: 2026-07-16T01:48:57+03:00
Commit Message:
PHOENIXVR: Add Russian Dracula detections
Changed paths:
engines/phoenixvr/detection_tables.h
diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index d39fa250b79..908abe5ee5d 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -332,6 +332,16 @@ const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ {"dracula1",
+ "7 Wolf",
+ AD_ENTRY2s("Install/script.pak", "6998262fcce9cb5d3cc8a555f8ee024a", 265,
+ "Interface.vr", "61c68db8bb7a9e22387d3f27fb24bad4", 107904),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM | ADGF_TESTING,
+ GUIO1(GUIO_NONE)
+ },
+
{"dracula2",
"GOG release",
AD_ENTRY3s("script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,
@@ -399,6 +409,17 @@ const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ {"dracula2",
+ "Russobit-M",
+ AD_ENTRY3s("Install/script.pak", "ff52d2000eddc5c438f3c8ef50fea858", 277,
+ "Install/Compiler.dat", "ff30c7ea065af1e86182b428e1f2cc7b", 42650,
+ "Install/InsertCD.vr", "bd73f26480428507118d9a9b7a047f4a", 53851),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM | ADGF_TESTING,
+ GUIO1(GUIO_NONE)
+ },
+
// GOG release
{"amerzone",
"GOG release",
More information about the Scummvm-git-logs
mailing list