[Scummvm-git-logs] scummvm master -> a042ef10eb1aa012aa742f3a84dc290e7277ffe1
bluegr
noreply at scummvm.org
Sat Oct 4 19:30:06 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:
a042ef10eb MOHAWK: LB: Detection entries for The Tortoise and the Hare (Steam)
Commit: a042ef10eb1aa012aa742f3a84dc290e7277ffe1
https://github.com/scummvm/scummvm/commit/a042ef10eb1aa012aa742f3a84dc290e7277ffe1
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2025-10-04T22:30:00+03:00
Commit Message:
MOHAWK: LB: Detection entries for The Tortoise and the Hare (Steam)
These are likely to match the ZOOM Platform distributed digital versions since they are the publisher
The game on Steam is offered in 5 languanges and selecting a language "re-installs" (but mostly re-configures) files so multiple detection entries are needed.
Each of the localizations have a main language (for their GUI, menus and such) and a language selection for the book reading and interactions.
Note the the Japanese version is the only one that offers two English versions (the British and the US English one)
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 54ac21b27db..c4b6630e51f 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1799,6 +1799,86 @@ static const MohawkGameDescription gameDescriptions[] = {
0
},
+ // Steam edition of "The Tortoise And The Hare" (English main language, German and French)
+ {
+ {
+ "tortoise",
+ "Wanderful",
+ AD_ENTRY1s("Outline.txt", "537b920a621d60b99b4f6876ec145482", 4438),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ 0
+ },
+
+ // Steam edition of "The Tortoise And The Hare" (French main language, German, English)
+ {
+ {
+ "tortoise",
+ "Wanderful",
+ AD_ENTRY1s("Outline.txt", "b7e5d17312284f433cc8580735ec1ec2", 4429),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ 0
+ },
+
+ // Steam edition of "The Tortoise And The Hare" ("La Tartaruga e la Lepre") (Italian main language, English)
+ {
+ {
+ "tortoise",
+ "Wanderful",
+ AD_ENTRY1s("Outline.txt", "289a89feac274136ce5ea3aa4738a69e", 2905),
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ 0
+ },
+
+ // Steam edition of "The Tortoise And The Hare" (German main language, French, English)
+ {
+ {
+ "tortoise",
+ "Wanderful",
+ AD_ENTRY1s("Outline.txt", "44c5a4af293d3df6e14b4239b16694d8", 4426),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ 0
+ },
+
+ // Steam edition of "The Tortoise And The Hare" (Japanese main language, English (US), English (BR))
+ {
+ {
+ "tortoise",
+ "Wanderful",
+ AD_ENTRY1s("Outline.txt", "ee0a0182b685d3e191af065c64e96fea", 4397),
+ Common::JA_JPN,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_LIVINGBOOKSV3,
+ 0,
+ 0
+ },
+
// From the Mac CD "La Tartaruga e la Lepre" (The Turtle and the Hare) [Italian, English]
{
{
More information about the Scummvm-git-logs
mailing list