[Scummvm-git-logs] scummvm master -> 7cccd04b50180da02e830c70d8e8ec7b5b782158

bluegr bluegr at gmail.com
Tue Jun 29 10:21:34 UTC 2021


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:
7cccd04b50 SCI: Add fan made Hebrew translation of GK1


Commit: 7cccd04b50180da02e830c70d8e8ec7b5b782158
    https://github.com/scummvm/scummvm/commit/7cccd04b50180da02e830c70d8e8ec7b5b782158
Author: Zvika Haramaty (haramaty.zvika at gmail.com)
Date: 2021-06-29T13:21:30+03:00

Commit Message:
SCI: Add fan made Hebrew translation of GK1

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index a570637d50..71e56a7be7 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -866,6 +866,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_GK1_CD_WIN },
 
+	// Gabriel Knight - Hebrew fan translation, based on English Dos CD
+	// Executable scanning reports "2.000.000", VERSION file reports "01.100.000"
+	{"gk1", "CD", {
+		{"resource.map", 0, "372d059f75856afa6d73dd84cbb8913d", 10996},
+		{"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 12581736},
+		{"PATCHES/0.fon", 0, "a2fc0fd2c4ddcf1f1dc5207126cd998b", 3419},
+		AD_LISTEND},
+		Common::HE_ISR, Common::kPlatformDOS, ADGF_CD, GUIO_GK1_CD_DOS },
+
 	// Gabriel Knight - Korean fan translation, based on English Windows CD
 	// Executable scanning reports "2.000.000", VERSION file reports "01.100.000"
 	{"gk1", "CD", {




More information about the Scummvm-git-logs mailing list