[Scummvm-git-logs] scummvm master -> fc171f445d65202c2cdd4ab4479b6aeb4465566f

sluicebox noreply at scummvm.org
Sun Mar 27 19:08:56 UTC 2022


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:
fc171f445d SCI: Add detection for SQ4 CD French fan translation


Commit: fc171f445d65202c2cdd4ab4479b6aeb4465566f
    https://github.com/scummvm/scummvm/commit/fc171f445d65202c2cdd4ab4479b6aeb4465566f
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2022-03-27T15:08:15-04:00

Commit Message:
SCI: Add detection for SQ4 CD French fan translation

Thanks and congratulations to @Thpwg and @Doomlazer !

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 090ac54cac0..3d32db7c60a 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -5593,6 +5593,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_SQ4_CD	},
 
+	// Space Quest 4 - French DOS CD (fan translation and patch-set)
+	{"sq4", "CD", {
+		{"resource.map", 0, "ed90a8e3ccc53af6633ff6ab58392bae", 7054},
+		{"resource.000", 0, "63247e3901ab8963d4eece73747832e0", 5157378},
+		{"0.fon",        0, "ff0d61807398a6928222ebbfc233adde", 2431},
+		AD_LISTEND},
+		Common::FR_FRA, Common::kPlatformDOS, ADGF_CD, GUIO_SQ4_CD	},
+
 	// Space Quest 4 - Spanish DOS Floppy version distributed on a CD (from jvprat, 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