[Scummvm-git-logs] scummvm master -> 6b895c1b7348675ffa03ae963fb7c0ba842ecc62

bluegr bluegr at gmail.com
Tue Mar 23 06:58:37 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:
6b895c1b73 SCI: Added fan made Hebrew translation for QFG1VGA


Commit: 6b895c1b7348675ffa03ae963fb7c0ba842ecc62
    https://github.com/scummvm/scummvm/commit/6b895c1b7348675ffa03ae963fb7c0ba842ecc62
Author: Zvika Haramaty (haramaty.zvika at gmail.com)
Date: 2021-03-23T08:58:34+02:00

Commit Message:
SCI: Added fan made Hebrew translation for QFG1VGA

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index b3d4aba5f3..98fb392f00 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4397,6 +4397,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::RU_RUS, Common::kPlatformDOS, 0, GUIO_STD16	},
 
+	// Quest for Glory 1 VGA Remake - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
+	// Executable scanning reports "2.000.411"
+	{ "qfg1vga", "VGA", {
+		{"resource.map", 0, "a731fb6c9c0b282443f7027bc8694d4c", 8469},
+		{"resource.000", 0, "ecace1a2771846b1a8aa1afdd44111a0", 6570147},
+		{"PATCHES/300.fon", 0, "3cc38f11c31709a6c860f8d3be4c8bbe", 2964},
+		AD_LISTEND},
+		Common::HE_ISR, Common::kPlatformDOS, 0, GUIO_STD16 },
+
 	// Quest for Glory 1 VGA Remake - English DOS Non-Interactive Demo (from FRG)
 	// SCI interpreter version 1.001.029
 	{"qfg1vga", "VGA/Demo", {




More information about the Scummvm-git-logs mailing list