[Scummvm-git-logs] scummvm master -> 4fe8dd9b411184235bcc72e64ce879319ea67e19

tag2015 noreply at scummvm.org
Wed Aug 6 10:44:55 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
4fe8dd9b41 GRIM: Add detection for EFMI polish fantranslation


Commit: 4fe8dd9b411184235bcc72e64ce879319ea67e19
    https://github.com/scummvm/scummvm/commit/4fe8dd9b411184235bcc72e64ce879319ea67e19
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-08-06T12:42:58+02:00

Commit Message:
GRIM: Add detection for EFMI polish fantranslation

Changed paths:
    engines/grim/detection_tables.h
    engines/grim/md5check.cpp


diff --git a/engines/grim/detection_tables.h b/engines/grim/detection_tables.h
index e650aa2f751..c0ae0817dc1 100644
--- a/engines/grim/detection_tables.h
+++ b/engines/grim/detection_tables.h
@@ -496,6 +496,19 @@ static const GrimGameDescription gameDescriptions[] = {
 		},
 		GType_MONKEY4
 	},
+	{
+		// Escape from Monkey Island Polish fanmade
+		{
+			"monkey4",
+			"Fanmade",
+			AD_ENTRY1s("artAll.m4b", "451332012f4d947ef12da4f7d7f0e560", 18751712),
+			Common::PL_POL,
+			Common::kPlatformWindows,
+			ADGF_UNSTABLE,
+			GUI_OPTIONS_GRIME
+		},
+		GType_MONKEY4
+	},
 	{
 		// Escape from Monkey Island English (Mac)
 		{
diff --git a/engines/grim/md5check.cpp b/engines/grim/md5check.cpp
index 8534b3aeffb..6fb5d2f8cca 100644
--- a/engines/grim/md5check.cpp
+++ b/engines/grim/md5check.cpp
@@ -244,7 +244,8 @@ const char *emi_artAll[] = {
 	"f2ec4854639cd25792dd3e88fb08a1e6", // spanish patched
 	"e0fbba846efca842553bb1a726a25dcf", // french patched
 	"b9838ab13a672a42b1fbc8893b94ca26", // italian patched
-	"52111c719bcccacd4b4b8548007edd9c" 	// Russian version
+	"52111c719bcccacd4b4b8548007edd9c",	// Russian version
+	"64724042aae852d30c1cce393a328c4f",	// Polish fanmade
 };
 const char *emi_artJam[] = {
 	"e5ff286dbf7b23d1ad41dd8defe48291", // english patched
@@ -284,7 +285,7 @@ const char *emi_lip[] = {
 };
 const char *emi_local[] = {
 	"c3b694d941c05264e8c37dc2be75ca1c", // english patched
-	"6bd6582e9ab602c1f86c8593563cc9e5"	// Russian version
+	"6bd6582e9ab602c1f86c8593563cc9e5",	// Russian version
 };
 const char *emi_patch[] = {
 	"067100a100b3ca9283b796480aa39b52", // english patched




More information about the Scummvm-git-logs mailing list