From 361fe6cd1beb0c0fb5149c45338dc623f4ad8100 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sat, 6 Oct 2018 03:27:18 +0100 Subject: SCI: Add Detection Entry for Space Quest 3 Variant. --- engines/sci/detection_tables.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/sci') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 1e651c4cb9..f45a7e446c 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -4436,6 +4436,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 6 x 360k Floppy (from misterhands, bug report Trac #10677 and goodoldgeorge, bug report Trac #10636) + // Executable scanning reports "0.000.685", VERSION file reports "1.018" + {"sq3", "", { + {"resource.map", 0, "590ed699f9a4789e9357c1e55ba4b1eb", 6078}, + {"resource.001", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 175038}, + {"resource.002", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 316877}, + {"resource.003", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 330305}, + {"resource.004", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 325779}, + 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 -- cgit v1.2.3