[Scummvm-git-logs] scummvm master -> 5c933015fb826bcd7c390794e8e13431c040f42d

bluegr noreply at scummvm.org
Sun Nov 28 23:03:24 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:
5c933015fb SCI: Add fan made Hebrew translation of SQ1VGA


Commit: 5c933015fb826bcd7c390794e8e13431c040f42d
    https://github.com/scummvm/scummvm/commit/5c933015fb826bcd7c390794e8e13431c040f42d
Author: Zvika Haramaty (haramaty.zvika at gmail.com)
Date: 2021-11-29T01:03:21+02:00

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

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 22791cea18..55c3b72c61 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -5016,6 +5016,23 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_SQ1_ENGLISH_PC },
 
+	// Space Quest 1 VGA Remake - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
+	// based on English DOS (from the Space Quest Collection)
+	// Executable scanning reports "T.A00.081", VERSION file reports "2.000"
+	// SCI interpreter version 1.000.510 (just a guess)
+	{ "sq1sci", "SCI", {
+		{"resource.map", 0, "38a74d8f555a2da9ca4f21d14e3c1d33", 5913},
+		{"resource.000", 0, "e9d866534f8c84de82e25f2631ff258c", 1016436},
+		{"resource.001", 0, "a89b7b52064c75b1985b289edc2f5c69", 1038757},
+		{"resource.002", 0, "a9e847c687529481f3a22b9bf01f45f7", 1169831},
+		{"resource.003", 0, "c47600e50c6fc591957ae0c5020ee7b8", 1213262},
+		{"resource.004", 0, "e19ea4ad131472f9238590f2e1d40289", 1203051},
+		{"PATCHES/4.fon", 0, "b1b10d8efabfab6e8f74132f3a10e3c0", 2140},
+		{"PATCHES/60.fon", 0, "22a2ae157d0bc52351c9a0ecf024b041", 2947},
+		{"PATCHES/61.fon", 0, "685dffc61480d7c73d0fb2ff77b11e57", 2949},
+		AD_LISTEND},
+		Common::HE_ISR, Common::kPlatformDOS, 0, GUIO_SQ1_ENGLISH_PC },
+
 	// Space Quest 1 VGA Remake - Russian DOS (from ncuxonaT in bug report #10156)
 	// VERSION file reports "2.000"
 	// SCI interpreter version 1.000.510 (just a guess)




More information about the Scummvm-git-logs mailing list