[Scummvm-git-logs] scummvm master -> 709dd95f5aa01cd7109ed3fb7557acda0d2046ac
sev-
noreply at scummvm.org
Fri Aug 22 20:37:40 UTC 2025
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:
709dd95f5a SLUDGE: Add detection for Otto Experiment
Commit: 709dd95f5aa01cd7109ed3fb7557acda0d2046ac
https://github.com/scummvm/scummvm/commit/709dd95f5aa01cd7109ed3fb7557acda0d2046ac
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2025-08-22T22:37:37+02:00
Commit Message:
SLUDGE: Add detection for Otto Experiment
Changed paths:
engines/sludge/detection_tables.h
diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h
index 7408538d119..89549abddb6 100644
--- a/engines/sludge/detection_tables.h
+++ b/engines/sludge/detection_tables.h
@@ -40,6 +40,7 @@ static const PlainGameDescriptor sludgeGames[] = {
{ "nsc", "Nathan's Second Chance" },
{ "atw", "Above The Waves" },
{ "leptonsquest", "Lepton's Quest" },
+ { "otto", "Otto Experiment" },
{ 0, 0 }
};
@@ -164,6 +165,8 @@ static const SludgeGameDescription gameDescriptions[] = {
GAME1l("leptonsquest", "", "Gamedata.slg", "763d4020dcd55a4af4c01664f79584da", 71233239, Common::EN_ANY, Common::kPlatformMacintosh, 0),
GAME1l("leptonsquest", "", "LeptonsQuest.slg", "763d4020dcd55a4af4c01664f79584da", 71233239, Common::EN_ANY, Common::kPlatformLinux, 0),
+ GAME1("otto", "", "gamedata", "c93b1bd849cdb6a23fb8eb389f5c1955", 154427),
+
{ AD_TABLE_END_MARKER, 0 }
};
More information about the Scummvm-git-logs
mailing list