[Scummvm-git-logs] scummvm master -> d75dab4e55f15133eaef3c25f616e04566427101
m-kiewitz
m_kiewitz at users.sourceforge.net
Sat Sep 30 20:45:16 CEST 2017
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:
d75dab4e55 SCI32: Add detection for SQ6 demo (from Sneak Peeks 2 CD)
Commit: d75dab4e55f15133eaef3c25f616e04566427101
https://github.com/scummvm/scummvm/commit/d75dab4e55f15133eaef3c25f616e04566427101
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2017-09-30T20:45:14+02:00
Commit Message:
SCI32: Add detection for SQ6 demo (from Sneak Peeks 2 CD)
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index e12e5a1..9d55f02 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4787,6 +4787,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO | ADGF_TESTING, GUIO_SQ6_DEMO },
+ // Space Quest 6 - English Win3.11 Demo (from Sneak Peeks 2 CD)
+ // Executable scanning reports "2.100.002", VERSION file reports "1.000.000"
+ {"sq6", "", {
+ {"resource.map", 0, "5cf3f0db76080a4ac327190bd027e355", 2164},
+ {"resource.000", 0, "ab12724e078dea34b624e0d2a38dcd7c", 2159708},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_TESTING, GUIO_SQ6_DEMO },
+
#undef GUIO_SQ6_DEMO
#undef GUIO_SQ6
More information about the Scummvm-git-logs
mailing list