From 6da5a175cb5e1808e8a3f22dadee31cfd410271e Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Mon, 1 May 2017 11:46:48 -0500 Subject: SCI32: Add detection for KQ7 German 1.65c Closes Trac#9738. --- engines/sci/detection_tables.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'engines/sci/detection_tables.h') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 0d10802809..975377b09a 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1871,6 +1871,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformWindows, ADGF_TESTING | ADGF_CD, GUIO_KQ7 }, + // King's Quest 7 - German Windows (from blumentopferde in bug report Trac#9738) + // VERSION 1.65c + {"kq7", "", { + {"resource.aud", 0, "3d0ee18dab2d1ad1f171d1bbc0f8d080", 242391379}, + {"resource.000", 0, "4948e4e1506f1e1c4e1d47abfa06b7f8", 204385195}, + {"resource.map", 0, "59d234e4fd61c1377f659c8479a513fb", 18925}, + AD_LISTEND}, + Common::DE_DEU, Common::kPlatformWindows, ADGF_TESTING | ADGF_CD, GUIO_KQ7 }, + // King's Quest 7 - English DOS (from FRG) // SCI interpreter version 2.100.002, VERSION file reports "2.00b" {"kq7", "", { -- cgit v1.2.3