[Scummvm-git-logs] scummvm master -> 0ca02b4cd4b9da4f9a38b82b96fc1e787c42f81d

tag2015 noreply at scummvm.org
Sat Jul 11 14:41:51 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:
0ca02b4cd4 GAMOS: Add detection for newer pilots1/2 version


Commit: 0ca02b4cd4b9da4f9a38b82b96fc1e787c42f81d
    https://github.com/scummvm/scummvm/commit/0ca02b4cd4b9da4f9a38b82b96fc1e787c42f81d
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2026-07-11T16:40:51+02:00

Commit Message:
GAMOS: Add detection for newer pilots1/2 version

Fix #16942

Changed paths:
    engines/gamos/detection_tables.h


diff --git a/engines/gamos/detection_tables.h b/engines/gamos/detection_tables.h
index f9c39dd6e6e..22b5a99fe1b 100644
--- a/engines/gamos/detection_tables.h
+++ b/engines/gamos/detection_tables.h
@@ -151,6 +151,19 @@ const GamosGameDescription gameDescriptions[] = {
 		},
 		0x80000016
 	},
+	{
+		{ /* Steam version, not supported, different engine. */
+			"pilots1",
+			"The game is using unsupported engine",
+			AD_ENTRY2s("bin/Pilot Brothers.exe", "ba220b82f644e5dcd9222e8c9264f544", 1057280,
+					   "content/sprites/s000.tex", "cd7bb45147ad91d4e4682c1fd0db9e4d", 397869),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_UNSUPPORTED,
+			GUIO1(GUIO_NONE)
+		},
+		0x80000016
+	},
 	{
 		{ /* Copyright (C) 1997 by Gamos JSC, Moscow, Russia...  Run-time engine [1.50] by Vadim Sytnikov
 			17.12.1997 */
@@ -190,6 +203,19 @@ const GamosGameDescription gameDescriptions[] = {
 		},
 		0x80000016
 	},
+	{
+		{ /* Steam version, not supported, different engine */
+			"pilots2",
+			"The game is using unsupported engine",
+			AD_ENTRY2s("bin/Pilot Brothers.exe", "b91fbbc68e43b4b17e6f8685f1130b75", 1011712,
+					   "content/sprites/s000.tex", "33714cdb4c53c234c23d8a9417a74dbd", 397637),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_UNSUPPORTED,
+			GUIO1(GUIO_NONE)
+		},
+		0x80000016
+	},
 	{
 		{ /* Copyright (C) 1998 by Gamos JSC, Moscow, Russia...  Run-time engine [1.51] by Vadim Sytnikov
 			03.12.1998 */




More information about the Scummvm-git-logs mailing list