[Scummvm-git-logs] scummvm master -> 52e06aa188ca95897b96e4b9c9e466070ad169e7

bluegr noreply at scummvm.org
Thu Oct 30 16:12:39 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:
52e06aa188 MOHAWK: add Korean demos


Commit: 52e06aa188ca95897b96e4b9c9e466070ad169e7
    https://github.com/scummvm/scummvm/commit/52e06aa188ca95897b96e4b9c9e466070ad169e7
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2025-10-30T18:12:35+02:00

Commit Message:
MOHAWK: add Korean demos

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index c4b6630e51f..b8d1f52e1d7 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1561,6 +1561,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// Demo from Arisu Media website
+	{
+		{
+			"seussabc",
+			"Demo",
+			AD_ENTRY1s("ABC32.LB", "ee396c0ddf1e28f47e2045bca371e893", 608),
+			Common::KO_KOR,
+			Common::kPlatformWindows,
+			ADGF_DEMO,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV2,
+		GF_DEMO,
+		0
+	},
+
 	{ // Version 1.0, built on unsupported LivingBooks version
 		{
 			"seussps",
@@ -2036,6 +2052,23 @@ static const MohawkGameDescription gameDescriptions[] = {
 		"The Tortoise & The Hare"
 	},
 
+	// 이술우화 토끼와 거북이
+	// Demo from Arisu Media website
+	{
+		{
+			"tortoise",
+			"Demo",
+			AD_ENTRY1s("Tortoise.lb", "a02a038109b773fec178cbc8c40c37df", 1281),
+			Common::KO_KOR,
+			Common::kPlatformWindows,
+			ADGF_DEMO,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV2,
+		GF_DEMO,
+		"TORTOISE.EXE"
+	},
+
 	{
 		{
 			"arthur",
@@ -2544,6 +2577,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		GF_DEMO,
 		"Living Books Player"
 	},
+	// 할머니와 둘이서
+	// Demo from Arisu Media website
+	{
+		{
+			"grandma",
+			"Demo Korean/English/French/German",
+			AD_ENTRY1s("outline", "d1e7e5a3589930e6a85dddfb7113740f", 751),
+			Common::KO_KOR,
+			Common::kPlatformWindows,
+			ADGF_DEMO,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV2,
+		GF_DEMO,
+		"Living Books Player"
+	},
 
 	// Ruff's Bone 1.0
 	// From pacifist
@@ -2843,6 +2892,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// Demo from Arisu Media website
+	{
+		{
+			"arthurrace",
+			"Demo",
+			AD_ENTRY1s("RACE.LB", "cf33793a7ec94f215656a6a726be06e5", 656),
+			Common::KO_KOR,
+			Common::kPlatformWindows,
+			ADGF_DEMO | ADGF_UNSTABLE,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV3,
+		0,
+		0
+	},
+
 	// Arthur's Reading Games
 	// Rerelease of Arthur's Reading Race
 	// There is also ARG.LB ("82baf9c67d417bc3278c79018d1617d4", 3353)




More information about the Scummvm-git-logs mailing list