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

tag2015 noreply at scummvm.org
Mon Sep 26 22:18:44 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:
ca4e3195a7 MOHAWK: Add detection for chinese Riven versions


Commit: ca4e3195a78844c1fc74c652c39fe4d69732678e
    https://github.com/scummvm/scummvm/commit/ca4e3195a78844c1fc74c652c39fe4d69732678e
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-09-27T00:18:29+02:00

Commit Message:
MOHAWK: Add detection for chinese Riven versions

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index de33fdc3df8..ab85090f7a9 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -558,6 +558,42 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0,
 	},
 
+	// Riven: The Sequel to Myst
+	// Version 1.0 (5CD) - Simplified Chinese
+	// from einstein95
+	{
+		{
+			"riven",
+			"",
+			AD_ENTRY1s("a_Data.MHK", "549dc58da95c1cca286d8a129868fd65", 10291378),
+			Common::ZH_CHN,
+			Common::kPlatformWindows,
+			ADGF_DROPPLATFORM,
+			GUI_OPTIONS_RIVEN
+		},
+		GType_RIVEN,
+		0,
+		0,
+	},
+
+	// Riven: The Sequel to Myst
+	// Version 1.0 (5CD) - Traditional Chinese
+	// from einstein95
+	{
+		{
+			"riven",
+			"",
+			AD_ENTRY1s("a_Data.MHK", "326da4a52a6dfe0c42f94dd4a9779cee", 10654256),
+			Common::ZH_TWN,
+			Common::kPlatformWindows,
+			ADGF_DROPPLATFORM,
+			GUI_OPTIONS_RIVEN
+		},
+		GType_RIVEN,
+		0,
+		0,
+	},
+
 	// Riven: The Sequel to Myst
 	// Version 1.? (DVD, From "Myst 10th Anniversary Edition")
 	// From Clone2727




More information about the Scummvm-git-logs mailing list