[Scummvm-git-logs] scummvm master -> 22925b76d2fa7ceb66aed394d73249151f3e2e02
elasota
noreply at scummvm.org
Sat Aug 6 17:43:47 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
22925b76d2 MTROPOLIS: Add detection entry for 8.3-name variant of PC demo
Commit: 22925b76d2fa7ceb66aed394d73249151f3e2e02
https://github.com/scummvm/scummvm/commit/22925b76d2fa7ceb66aed394d73249151f3e2e02
Author: elasota (ejlasota at gmail.com)
Date: 2022-08-06T13:43:08-04:00
Commit Message:
MTROPOLIS: Add detection entry for 8.3-name variant of PC demo
Changed paths:
engines/mtropolis/detection_tables.h
diff --git a/engines/mtropolis/detection_tables.h b/engines/mtropolis/detection_tables.h
index b5c51f575ad..e69a504ee20 100644
--- a/engines/mtropolis/detection_tables.h
+++ b/engines/mtropolis/detection_tables.h
@@ -189,6 +189,29 @@ static const MTropolisGameDescription gameDescriptions[] = {
0,
},
+ { // Obsidian PC demo, same as above, with 8.3 file names
+ {
+ "obsidian",
+ "Demo",
+ {
+ { "OBSIDIAN.EXE", 0, "b6fb0e0df88c1524bcd0c5de9f5e882c", 750080 },
+ { "OBSIDIAN.R95", 0, "5361ef93e36d722665594b724e0018fd", 183296 },
+ { "TEXTWORK.R95", 0, "96346d39c4bb04f525edbf06ffe047e0", 148992 },
+ { "EXPRMNTL.R95", 0, "aa0431c2be37e33883747c61d3e980ff", 108544 },
+ { "MCURSORS.C95", 0, "47cf6abb95f3c43cdcbdf7ea1de3478d", 145920 },
+ { "OBSIDI~1.MPL", 0, "643a989213b42cbac319d04676447624", 29096880 },
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_DEMO | ADGF_TESTING,
+ GUIO1(GAMEOPTION_WIDESCREEN_MOD)
+ },
+ GID_OBSIDIAN,
+ 0,
+ 0,
+ },
+
{ // Obsidian PC demo found on Level 25 (1997-02) [1996-10-11/22]
{
"obsidian",
More information about the Scummvm-git-logs
mailing list