[Scummvm-git-logs] scummvm master -> 1e64ef48e090db528ed25531c69fd569677733fd

bgK bastien.bouclet at gmail.com
Tue Jun 13 06:09:09 CEST 2017


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:
1e64ef48e0 SCI32: Add detection for PQ4, French CD version


Commit: 1e64ef48e090db528ed25531c69fd569677733fd
    https://github.com/scummvm/scummvm/commit/1e64ef48e090db528ed25531c69fd569677733fd
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2017-06-13T06:06:39+02:00

Commit Message:
SCI32: Add detection for PQ4, French CD version

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 9187889..4924a64 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3461,6 +3461,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, ADGF_CD | ADGF_TESTING, GUIO_PQ4_CD },
 
+	// Police Quest 4 - French DOS CD (French text, English speech) (From bgK)
+	// Executable scanning reports "2.100.002", VERSION file reports "1.000.000"
+	{"pq4", "CD", {
+		{"resource.map", 0, "c378f024f27332deccb1bae3b78e693c", 11386},
+		{"resource.000", 0, "3dd3ff150b78899500d4e1bea9b733c6", 18866242},
+		AD_LISTEND},
+		Common::FR_FRA, Common::kPlatformDOS, ADGF_CD | ADGF_TESTING, GUIO_PQ4_CD },
+
 	// Police Quest 4 - German DOS CD (German text, English speech)
 	// Supplied by markcoolio in bug report #3392955
 	{"pq4", "CD", {





More information about the Scummvm-git-logs mailing list