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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Mar 31 23:27:58 CEST 2009


Revision: 39780
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39780&view=rev
Author:   thebluegr
Date:     2009-03-31 21:27:54 +0000 (Tue, 31 Mar 2009)

Log Message:
-----------
Added the German version of QFG3. Also, enabled Phantasmagoria 1 and 2, as apparently there was only one version of each one

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-03-31 21:04:48 UTC (rev 39779)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-03-31 21:27:54 UTC (rev 39780)
@@ -1633,7 +1633,6 @@
 
 #ifdef ENABLE_SCI32
 
-#if 0
 	// Phantasmagoria - English DOS
 	{{"phantasmagoria", "", {
 		{"resmap.001", 0, "416138651ea828219ca454cae18341a3", 11518},
@@ -1653,11 +1652,9 @@
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
 		{},
 		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(0, 000, 000)	// FIXME: add version here
+		SCI_VERSION(2, 100, 2)
 	},
-#endif
 
-#if 0
 	// Phantasmagoria 2 - English Windows
 	{{"phantasmagoria2", "", {
 		{"resmap.001", 0, "0a961e135f4f7effb195158325856633", 1108},
@@ -1673,9 +1670,8 @@
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformWindows, 0},
 		{},
 		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(0, 000, 000)	// FIXME: add version here
+		SCI_VERSION(3, 000, 000)
 	},
-#endif
 
 #endif	// #ifdef ENABLE_SCI32
 
@@ -1982,6 +1978,16 @@
 		SCI_VERSION(1, 1, 50)
 	},
 
+	// Quest for Glory 3 - German DOS (supplied by markcoolio in bug report #2723846)
+	{{"qfg3", "", {
+		{"resource.map", 0, "19e2bf9b693932b5e2bb59b9f9ab86c9", 5958},
+		{"resource.000", 0, "6178ad2e83e58e4671ca03315f7a6498", 5868042},
+		{NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(1, 1, 83)	// got L.rry.083 by executable scan
+	},
+
 #if 0
 	// Quest for Glory 3 - Spanish DOS
 	{{"qfg3", "", {


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