[Scummvm-git-logs] scummvm master -> 293de77aef9f7979918a4bc887286d869272540e

sev- noreply at scummvm.org
Fri Jun 12 10:48:14 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:
293de77aef ACCESS: Added noctropolis second demo and the rerelease to the detection tables


Commit: 293de77aef9f7979918a4bc887286d869272540e
    https://github.com/scummvm/scummvm/commit/293de77aef9f7979918a4bc887286d869272540e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-06-12T12:48:04+02:00

Commit Message:
ACCESS: Added noctropolis second demo and the rerelease to the detection tables

Changed paths:
    engines/access/detection_tables.h


diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h
index 8ea38e57609..cf9398ab7a1 100644
--- a/engines/access/detection_tables.h
+++ b/engines/access/detection_tables.h
@@ -134,8 +134,25 @@ static const AccessGameDescription gameDescriptions[] = {
 		// Noctropolis Demo
 		{
 			"noctropolis",
-			"Demo",
-			AD_ENTRY1s("demo/scene01.ap", "3a154bf58e10cd7ace14cab1bf5adf4a", 145796),
+			"Demo/Sep 24",
+			AD_ENTRY2s("demo/scene01.ap", "3a154bf58e10cd7ace14cab1bf5adf4a", 145796,
+					   "demo/scene04.ap", "3ee5e24db63bf8029a6d0c91268f5e6e", 96268),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_TESTING | ADGF_DEMO,
+			GUIO1(GUIO_NONE)
+		},
+		kGameNoctropolis,
+		0
+	},
+
+	{
+		// Noctropolis Demo
+		{
+			"noctropolis",
+			"Demo/Sep 26",
+			AD_ENTRY2s("demo/scene01.ap", "3a154bf58e10cd7ace14cab1bf5adf4a", 145796,
+					   "demo/scene04.ap", "ee72734c5bdc62e1ef76841f5f451713", 96289),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
 			ADGF_TESTING | ADGF_DEMO,
@@ -150,7 +167,24 @@ static const AccessGameDescription gameDescriptions[] = {
 		{
 			"noctropolis",
 			nullptr,
-			AD_ENTRY1s("dark/scene01.ap", "3a154bf58e10cd7ace14cab1bf5adf4a", 147954),
+			AD_ENTRY2s("dark/scene01.ap", "3a154bf58e10cd7ace14cab1bf5adf4a", 147954,
+					   "dark/scene13.ap", "0f02b3f1472beb7fb36e4293009baac0", 327959),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_TESTING,
+			GUIO1(GUIO_NONE)
+		},
+		kGameNoctropolis,
+		0
+	},
+
+	{
+		// Noctropolis - GOG/Steam version
+		{
+			"noctropolis",
+			"Rerelease",
+			AD_ENTRY2s("dark/scene01.ap", "3a154bf58e10cd7ace14cab1bf5adf4a", 147954,
+					   "dark/scene13.ap", "0d400713ed30e692d63af4d28ba42c5e", 327980),
 			Common::EN_ANY,
 			Common::kPlatformWindows,
 			ADGF_TESTING,




More information about the Scummvm-git-logs mailing list