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

tag2015 noreply at scummvm.org
Thu Apr 6 09:53:02 UTC 2023


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:
b67313e1cc STARK: Add detection for another Hungarian TLJ


Commit: b67313e1cc4716050bdfe89c3631b6f908bc94a5
    https://github.com/scummvm/scummvm/commit/b67313e1cc4716050bdfe89c3631b6f908bc94a5
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-04-06T11:51:41+02:00

Commit Message:
STARK: Add detection for another Hungarian TLJ

Fanmade translation applied to German DVD version
TRAC report #14384

Changed paths:
    engines/stark/detection.cpp


diff --git a/engines/stark/detection.cpp b/engines/stark/detection.cpp
index 2fe23037055..785ac911f86 100644
--- a/engines/stark/detection.cpp
+++ b/engines/stark/detection.cpp
@@ -373,6 +373,19 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO_NONE
 	},
 
+	// The Longest Journey
+	// Hungarian fan-made applied to German DVD version
+	// Trac report #14384
+	{
+		"tlj", "Fanmade",
+		AD_ENTRY2s("x.xarc",		"de8327850d7bba90b690b141eaa23f61", 3032,
+				   "chapters.ini",	"790b51a88b5493bff5168a77738e0e84", 451),
+		Common::HU_HUN,
+		Common::kPlatformWindows,
+		ADGF_NO_FLAGS,
+		GUIO_NONE
+	},
+
 	AD_TABLE_END_MARKER
 };
 




More information about the Scummvm-git-logs mailing list