diff options
author | Bastien Bouclet | 2017-05-03 18:53:00 +0200 |
---|---|---|
committer | Bastien Bouclet | 2017-05-03 18:53:55 +0200 |
commit | e25d472aa94d9f83126f9fbb4bf596721446d0b2 (patch) | |
tree | 7156c0adb16dc89cc65c2cb5c3a0fee5af24605b /engines | |
parent | ffdfa317f1ee880c93aa0637c1365bb7076cccbc (diff) | |
download | scummvm-rg350-e25d472aa94d9f83126f9fbb4bf596721446d0b2.tar.gz scummvm-rg350-e25d472aa94d9f83126f9fbb4bf596721446d0b2.tar.bz2 scummvm-rg350-e25d472aa94d9f83126f9fbb4bf596721446d0b2.zip |
SCI32: Add detecton for KQ7 1.65c French
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 31efac9252..c5dd8fdfb2 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1880,6 +1880,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::DE_DEU, Common::kPlatformWindows, ADGF_TESTING | ADGF_CD, GUIO_KQ7 }, + // King's Quest 7 - French Windows (from bgK) + // VERSION 1.65c + {"kq7", "", { + {"resource.aud", 0, "d8b89ef2f7248c63d5810f2e49fb7255", 205546166}, + {"resource.000", 0, "4948e4e1506f1e1c4e1d47abfa06b7f8", 204385195}, + {"resource.map", 0, "a134fc9138b0830d8197877c52ed7aaa", 18925}, + AD_LISTEND}, + Common::FR_FRA, 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", "", { |