[Scummvm-git-logs] scummvm master -> 2a9e6bad018f6b065658d164a7af42c3d73a7b1d

somaen noreply at scummvm.org
Tue Jun 14 20:46:56 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:
2a9e6bad01 STARK: Add detection for the Russian Triada version


Commit: 2a9e6bad018f6b065658d164a7af42c3d73a7b1d
    https://github.com/scummvm/scummvm/commit/2a9e6bad018f6b065658d164a7af42c3d73a7b1d
Author: Einar Johan Trøan Sømåen (somaen at scummvm.org)
Date: 2022-06-14T22:46:10+02:00

Commit Message:
STARK: Add detection for the Russian Triada version

By using the hashes provided in bug ticket #13267

Changed paths:
    engines/stark/detection.cpp


diff --git a/engines/stark/detection.cpp b/engines/stark/detection.cpp
index ced8a286e84..6b135ca6410 100644
--- a/engines/stark/detection.cpp
+++ b/engines/stark/detection.cpp
@@ -349,6 +349,18 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO_NONE
 	},
 
+	// The Longest Journey
+	// Russian by Triada
+	{
+		"tlj", "Triada",
+		AD_ENTRY2s("x.xarc",		"a0559457126caadab0cadac02d35f26f", 3032,
+				   "chapters.ini",	"17510546145f6f574702094dca436a8d", 409),
+		Common::RU_RUS,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE,
+		GUIO_NONE
+	},
+
 	// The Longest Journey
 	// Hungarian fan-made
 	{




More information about the Scummvm-git-logs mailing list