[Scummvm-cvs-logs] scummvm master -> 61570c4fac59367716b7faf036496eb6d25956db

bluegr bluegr at gmail.com
Wed Oct 2 11:22:32 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
61570c4fac SCI: Blacklist the SQ4CD 1.2 NRS patch


Commit: 61570c4fac59367716b7faf036496eb6d25956db
    https://github.com/scummvm/scummvm/commit/61570c4fac59367716b7faf036496eb6d25956db
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-10-02T02:21:49-07:00

Commit Message:
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

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index d0a0db2..5a5b90e 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)






More information about the Scummvm-git-logs mailing list