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

whoozle noreply at scummvm.org
Wed Jul 15 08:33: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:
a2500db36d PHOENIXVR: Add German CD version of Necronomicon


Commit: a2500db36d230494a9043f2989b8ec090c9ef80a
    https://github.com/scummvm/scummvm/commit/a2500db36d230494a9043f2989b8ec090c9ef80a
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-07-15T09:33:03+01:00

Commit Message:
PHOENIXVR: Add German CD version of Necronomicon

Changed paths:
    engines/phoenixvr/detection_tables.h


diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index 0bced711400..6bb198976ef 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -57,6 +57,18 @@ const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NONE)
 	},
 
+    {"necrono",
+		nullptr,
+		AD_ENTRY4s("script.pak", "da42a18dd02fc01f116228d5c219b2fd", 215,
+				   "textes.txt", "c3af2d55b4fa55d200b047b6ec0d9f73", 5507,
+				   "cd1/Data/Script1.pak", "626cac1db5160142313fdcf483fda2bf", 57410,
+				   "cd2/Data/Script3.pak", "4252ea1b2458264e8d2a3afb67242820", 64012),
+		Common::DE_DEU,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM | ADGF_CD,
+		GUIO1(GUIO_NONE)
+	},
+
 	{"necrono",
 		nullptr,
 		AD_ENTRY2s("script.pak", "86294b9c445c3e06e24269c84036a207", 223,




More information about the Scummvm-git-logs mailing list