[Scummvm-cvs-logs] SF.net SVN: scummvm:[43190] scummvm/trunk/engines/sci/detection.cpp

waltervn at users.sourceforge.net waltervn at users.sourceforge.net
Mon Aug 10 03:08:20 CEST 2009


Revision: 43190
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43190&view=rev
Author:   waltervn
Date:     2009-08-10 01:08:20 +0000 (Mon, 10 Aug 2009)

Log Message:
-----------
SCI: Added detection entries for French versions of Eco Quest 1/2 (reported
by Strangerke).

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection.cpp

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-08-09 23:32:52 UTC (rev 43189)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-08-10 01:08:20 UTC (rev 43190)
@@ -569,6 +569,20 @@
 		SCI_VERSION_1
 	},
 
+	// Eco Quest - French DOS Floppy (from Strangerke)
+	// SCI interpreter version 1.ECO.013
+	{{"ecoquest", "Floppy", {
+		{"resource.map", 0, "67742945cd59b896d9f22a549f605217", 4407},
+		{"resource.000", 0, "0b12a91c935e385308af8d17811deded", 973723},
+		{"resource.001", 0, "fc7fba54b6bb88fd7e9c229636599aa9", 1205841},
+		{"resource.002", 0, "b836c6ee9de67d814ac5d1b05f5b9858", 1173872},
+		{"resource.003", 0, "f8f767f9d6351432621c6e54c1b2ba8c", 1141520},
+		{NULL, 0, NULL, 0}}, Common::FR_FRA, Common::kPlatformPC, 0, GUIO_NOSPEECH},
+		0,
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION_1
+	},
+
 	// Eco Quest 2 - English DOS Non-Interactive Demo
 	// SCI interpreter version 1.001.055
 	{{"ecoquest2", "Demo", {
@@ -591,6 +605,17 @@
 		SCI_VERSION_1_1
 	},
 
+	// Eco Quest 2 - French DOS Floppy (from Strangerke)
+	// SCI interpreter version 1.001.081
+	{{"ecoquest2", "Floppy", {
+		{"resource.map", 0, "c22ab8b33c339c138b6b1697b77b9e79", 5588},
+		{"resource.000", 0, "1c4093f7248240329121fdf8c0d59152", 4231946},
+		{NULL, 0, NULL, 0}}, Common::FR_FRA, Common::kPlatformPC, 0, GUIO_NOSPEECH},
+		0,
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION_1_1
+	},
+
 	// Freddy Pharkas - English DOS demo (from FRG)
 	// SCI interpreter version 1.001.069
 	{{"freddypharkas", "Demo", {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list