From 61570c4fac59367716b7faf036496eb6d25956db Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 2 Oct 2013 12:21:12 +0300 Subject: SCI: Blacklist the SQ4CD 1.2 NRS patch In essence, this "patch" includes a mixture the CD and floppy versions (the whole game), without the speech file --- engines/sci/detection_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index d0a0db2a3b..5a5b90e51f 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3736,6 +3736,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO5(GUIO_MIDIGM, GAMEOPTION_SQ4_SILVER_CURSORS, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Space Quest 4 - English DOS CD patch 1.2 (unofficial - NRS) - THIS VERSION IS PIRATED/CRACKED AND REPACKAGED =DO NOT RE-ADD= + // In essence, this "patch" includes a mixture the CD and floppy versions (the whole game), without the speech file + {"sq4", "CD", { + {"resource.map", 0, "38287a646458a1dabded55d094407793", 7139}, + {"resource.000", 0, "231fd8421e1f211e1bcf9d7b8b6408e7", 9525849}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformDOS, ADGF_PIRATED, GUIO4(GAMEOPTION_SQ4_SILVER_CURSORS, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Space Quest 4 - Spanish DOS CD (from jvprat, is still text only, not talkie, also includes english language) // Executable scanning reports "1.SQ4.057", VERSION file reports "1.000" // SCI interpreter version 1.000.200 (just a guess) -- cgit v1.2.3