From 1f0d363ab4e505f96da9952f18a2ae7a10c1f8e0 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sun, 11 Dec 2016 12:28:51 -0600 Subject: SCI: Add SQ3 1.0P signature Closes Trac#9626. Closes gh-858. --- engines/sci/detection_tables.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 4a3d13cbed..0ca9c5993c 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -4077,6 +4077,20 @@ 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 telanus, bug report Trac#9626) + // Game version 1.0P 1989-03-22 + // SCI interpreter version 0.000.453 + {"sq3", "", { + {"resource.map", 0, "6dd8f59dd8a0c8131f34b159044e645e", 5598}, + {"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 170496}, + {"resource.002", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 312537}, + {"resource.003", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 325576}, + {"resource.004", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 321377}, + {"resource.005", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 328162}, + {"resource.006", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 356560}, + 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