diff options
author | Filippos Karapetis | 2013-10-02 12:21:12 +0300 |
---|---|---|
committer | Filippos Karapetis | 2013-10-02 12:21:49 +0300 |
commit | 61570c4fac59367716b7faf036496eb6d25956db (patch) | |
tree | e161624075be4f18a77698c44f99f595aee757b2 /engines/sci | |
parent | 98efd444074e3c9d42a4a646ffb2445348c6a0e8 (diff) | |
download | scummvm-rg350-61570c4fac59367716b7faf036496eb6d25956db.tar.gz scummvm-rg350-61570c4fac59367716b7faf036496eb6d25956db.tar.bz2 scummvm-rg350-61570c4fac59367716b7faf036496eb6d25956db.zip |
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
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
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) |