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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed May 14 22:24:23 CEST 2008


Revision: 32124
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32124&view=rev
Author:   thebluegr
Date:     2008-05-14 13:24:22 -0700 (Wed, 14 May 2008)

Log Message:
-----------
Added Return to Zork German CD version 1.2
Updated comment about *.red and *.dat

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

Modified: scummvm/trunk/engines/made/detection.cpp
===================================================================
--- scummvm/trunk/engines/made/detection.cpp	2008-05-14 20:12:58 UTC (rev 32123)
+++ scummvm/trunk/engines/made/detection.cpp	2008-05-14 20:24:22 UTC (rev 32124)
@@ -74,6 +74,10 @@
 static const MadeGameDescription gameDescriptions[] = {
 
 	{
+		// NOTE: Return to Zork entries with *.dat are used to detect the game via rtzcd.dat,
+		// which is packed inside rtzcd.red. Entries with *.red refer to the packed file
+		// directly, which is the "official" way.
+
 		// Return to Zork - English CD version 1.0 9/15/93
 		// Patch #1953654 submitted by spookypeanut
 		{
@@ -109,8 +113,6 @@
 
 	{
 		// Return to Zork - English CD version 1.1 12/7/93
-		// NOTE: This detects the game via the rtzcd.dat which is inside rtzcd.red.
-		// The entry below detects via rtzcd.red directly, which is the "official" way.
 		{
 			"rtz",
 			"CD",
@@ -157,6 +159,23 @@
 		0,
 	},
 
+	{
+		// Return to Zork - German CD version 1.2 4/18/95
+		// (same as the English 1.2 version)
+		// Supplied by Dark-Star in the ScummVM forums
+		{
+			"rtz",
+			"CD",
+			AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"),
+			Common::DE_DEU,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GID_RTZ,
+		0,
+		GF_CD_COMPRESSED,
+		0,
+	},
 
 	{
 		// Return to Zork - English floppy version


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