[Scummvm-git-logs] scummvm master -> 83937afb09bd90faedad958e911c1703ec0ed6b9
sev-
sev at scummvm.org
Fri Oct 16 17:51:54 UTC 2020
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:
83937afb09 STARK: Adde detection for another Russian localization. THe game requires more work
Commit: 83937afb09bd90faedad958e911c1703ec0ed6b9
https://github.com/scummvm/scummvm/commit/83937afb09bd90faedad958e911c1703ec0ed6b9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-16T19:51:40+02:00
Commit Message:
STARK: Adde detection for another Russian localization. THe game requires more work
Changed paths:
engines/stark/detection.cpp
diff --git a/engines/stark/detection.cpp b/engines/stark/detection.cpp
index b2448489f3..ae6145f99a 100644
--- a/engines/stark/detection.cpp
+++ b/engines/stark/detection.cpp
@@ -315,7 +315,7 @@ static const ADGameDescription gameDescriptions[] = {
// The Longest Journey
// Russian 2CD by 1C
{
- "tlj", "2 CD", {
+ "tlj", "2 CD/Fargus", {
{"x.xarc", 0, "de8327850d7bba90b690b141eaa23f61", 3032},
{"chapters.ini", 0, "740b97b94e97ed11f064f5fa125ebee1", 486},
{nullptr, 0, nullptr, 0}
@@ -326,6 +326,20 @@ static const ADGameDescription gameDescriptions[] = {
GUIO_NONE
},
+ // The Longest Journey
+ // Russian 2CD by 7Wolf
+ {
+ "tlj", "2 CD/7Wolf", {
+ {"x.xarc", 0, "a0559457126caadab0cadac02d35f26f", 3032},
+ {"chapters.ini", 0, "8e08025c89575d2573c2edf0daa1cb34", 406},
+ {nullptr, 0, nullptr, 0}
+ },
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO_NONE
+ },
+
// The Longest Journey
// Hungarian fan-made
{
More information about the Scummvm-git-logs
mailing list