[Scummvm-git-logs] scummvm master -> 2dbcc8111d074f0110391140f5228692346a543c
sev-
noreply at scummvm.org
Thu Jun 18 16:55:53 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:
2dbcc8111d GAMOS: Added GOG/Steam versions to detection and mark as unsupported
Commit: 2dbcc8111d074f0110391140f5228692346a543c
https://github.com/scummvm/scummvm/commit/2dbcc8111d074f0110391140f5228692346a543c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-06-18T18:55:40+02:00
Commit Message:
GAMOS: Added GOG/Steam versions to detection and mark as unsupported
The original engine sources were lost, so the new re-releases are
using completely different engine
Changed paths:
engines/gamos/detection.cpp
engines/gamos/detection_tables.h
diff --git a/engines/gamos/detection.cpp b/engines/gamos/detection.cpp
index 82a852d9911..2a24aa65db8 100644
--- a/engines/gamos/detection.cpp
+++ b/engines/gamos/detection.cpp
@@ -33,6 +33,7 @@ class GamosMetaEngineDetection : public AdvancedMetaEngineDetection<Gamos::Gamos
public:
GamosMetaEngineDetection(): AdvancedMetaEngineDetection(
Gamos::gameDescriptions, Gamos::gamosGames) {
+ _flags = kADFlagMatchFullPaths;
}
~GamosMetaEngineDetection() override {}
diff --git a/engines/gamos/detection_tables.h b/engines/gamos/detection_tables.h
index 71a6bf5da24..f9c39dd6e6e 100644
--- a/engines/gamos/detection_tables.h
+++ b/engines/gamos/detection_tables.h
@@ -138,6 +138,19 @@ const GamosGameDescription gameDescriptions[] = {
},
0x80000016
},
+ {
+ { /* GOG/Steam version, not supported, different engine. v gog-3, v 2.0.0.3 */
+ "pilots1",
+ "The game is using unsupported engine",
+ AD_ENTRY2s("bin/Pilot Brothers.exe", "487170c62bbc2a2f03eb672e9520fddb", 474624,
+ "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 */
@@ -164,6 +177,19 @@ const GamosGameDescription gameDescriptions[] = {
},
0x80000018
},
+ {
+ { /* GOG/Steam version, not supported, different engine v2.0.0,2 */
+ "pilots2",
+ "The game is using unsupported engine",
+ AD_ENTRY2s("bin/Pilot Brothers.exe", "4d7b3f9a03c4517dadf536ddc378f195", 428544,
+ "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