[Scummvm-git-logs] scummvm master -> 76f38e7585fc6a7f307a4e369d1625a9015bef7c

athrxx athrxx at scummvm.org
Mon Nov 9 22:07:10 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:
76f38e7585 KYRA: (MR) - add detection entry for Russian fan translation


Commit: 76f38e7585fc6a7f307a4e369d1625a9015bef7c
    https://github.com/scummvm/scummvm/commit/76f38e7585fc6a7f307a4e369d1625a9015bef7c
Author: athrxx (athrxx at scummvm.org)
Date: 2020-11-09T23:06:40+01:00

Commit Message:
KYRA: (MR) - add detection entry for Russian fan translation

(This is unrelated to the removal of support for certain Russian LOK and HOF targets. This is apparently an old translation from a different author.)

Changed paths:
    engines/kyra/detection_tables.h


diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index d8fad57dbd..0410166f0b 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1097,6 +1097,22 @@ const KYRAGameDescription adGameDescs[] = {
 		},
 		KYRA3_CD_FAN_FLAGS(Common::IT_ITA, Common::FR_FRA)
 	},
+	{
+		{
+			"kyra3",
+			0,
+			{
+				{ "ONETIME.PAK", 0, "3833ff312757b8e6147f464cca0a6587", -1 },
+				{ "ALBUM.TRG", 0, "5e40de0c74cc2321928a15019252d468", -1 },
+				{ "AUD.PAK", 0, 0, -1 }
+			},
+			Common::RU_RUS,
+			Common::kPlatformDOS,
+			ADGF_DROPLANGUAGE,
+			GUIO5(GUIO_NOMIDI, GUIO_RENDERVGA, GAMEOPTION_KYRA3_AUDIENCE, GAMEOPTION_KYRA3_SKIP, GAMEOPTION_KYRA3_HELIUM)
+		},
+		KYRA3_CD_FAN_FLAGS(Common::RU_RUS, Common::DE_DEU)
+	},
 
 #ifdef ENABLE_LOL
 	// Lands of Lore CD




More information about the Scummvm-git-logs mailing list