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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sun May 30 23:44:27 CEST 2010


Revision: 49335
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49335&view=rev
Author:   mthreepwood
Date:     2010-05-30 21:44:26 +0000 (Sun, 30 May 2010)

Log Message:
-----------
Add md5's for Myst ME and Riven DVD French.

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

Modified: scummvm/trunk/engines/mohawk/detection.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/detection.cpp	2010-05-30 20:30:07 UTC (rev 49334)
+++ scummvm/trunk/engines/mohawk/detection.cpp	2010-05-30 21:44:26 UTC (rev 49335)
@@ -341,6 +341,24 @@
 		0,
 	},
 
+	// Myst Masterpiece Edition
+	// French Windows
+	// From gamin (Included in "Myst: La Trilogie")
+	{
+		{
+			"myst",
+			"Masterpiece Edition",
+			AD_ENTRY1("MYST.DAT", "aea81633b2d2ae498f09072fb87263b6"),
+			Common::FR_FRA,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_MYST,
+		GF_ME,
+		0,
+	},
+
 	// Riven: The Sequel to Myst
 	// Version 1.0 (5CD)
 	// From clone2727
@@ -432,6 +450,24 @@
 	},
 
 	// Riven: The Sequel to Myst
+	// Version ? (DVD, From "Myst: La Trilogie")
+	// From gamin
+	{
+		{
+			"riven",
+			"",
+			AD_ENTRY1("a_Data.MHK", "aff2a384aaa9a0e0ec51010f708c5c04"),
+			Common::FR_FRA,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_RIVEN,
+		GF_DVD,
+		0,
+	},
+
+	// Riven: The Sequel to Myst
 	// Version ? (Demo, From "Prince of Persia Collector's Edition")
 	// From Clone2727
 	{


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