From 1e64ef48e090db528ed25531c69fd569677733fd Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 11 Jun 2017 09:04:48 +0200 Subject: SCI32: Add detection for PQ4, French CD version --- engines/sci/detection_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/sci/detection_tables.h') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 9187889793..4924a642ac 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3461,6 +3461,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, ADGF_CD | ADGF_TESTING, GUIO_PQ4_CD }, + // Police Quest 4 - French DOS CD (French text, English speech) (From bgK) + // Executable scanning reports "2.100.002", VERSION file reports "1.000.000" + {"pq4", "CD", { + {"resource.map", 0, "c378f024f27332deccb1bae3b78e693c", 11386}, + {"resource.000", 0, "3dd3ff150b78899500d4e1bea9b733c6", 18866242}, + AD_LISTEND}, + Common::FR_FRA, Common::kPlatformDOS, ADGF_CD | ADGF_TESTING, GUIO_PQ4_CD }, + // Police Quest 4 - German DOS CD (German text, English speech) // Supplied by markcoolio in bug report #3392955 {"pq4", "CD", { -- cgit v1.2.3