From 1351189575251a7fd6ebd6af62677e501077a9df Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Wed, 27 Sep 2017 21:40:24 -0500 Subject: SCI: Add SQ3 1.0P 720K to detection table Fixes Trac#10245. --- engines/sci/detection_tables.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/sci/detection_tables.h') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 375b6a68c4..efe2884a5a 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -4367,6 +4367,17 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Space Quest 3 - English DOS (from darksoul42, bug report Trac#10245) + // Game version 1.0P 1989-03-22 + // SCI interpreter version 0.000.453 + {"sq3", "", { + {"resource.map", 0, "876445bb0085a62d5966f4153e2ddf52", 5484}, + {"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 485059}, + {"resource.002", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 720133}, + {"resource.003", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 688294}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Space Quest 3 - English DOS (from abevi, bug report #2612718) {"sq3", "", { {"resource.map", 0, "eca165515c6b62b05fa86b7d8f727660", 5598}, -- cgit v1.2.3