[Scummvm-git-logs] scummvm master -> 74807eb7a446edfc6cfac307ac93db4b29e96c63

bluegr noreply at scummvm.org
Sat Aug 5 06:54:34 UTC 2023


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:
74807eb7a4 SCI: Detect hebrew fan translation of Eco Quest


Commit: 74807eb7a446edfc6cfac307ac93db4b29e96c63
    https://github.com/scummvm/scummvm/commit/74807eb7a446edfc6cfac307ac93db4b29e96c63
Author: BLooperZ (blooperz at users.noreply.github.com)
Date: 2023-08-05T09:54:30+03:00

Commit Message:
SCI: Detect hebrew fan translation of Eco Quest

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 171f04490a1..5c91c875e6b 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -605,6 +605,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_STD16_SPEECH_GM	},
 
+	// Eco Quest 1 - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
+	// based on English DOS CD 1.1
+	{"ecoquest", "CD", {
+		{"resource.map", 0, "a4b73d5d2b55bdb6e44345e99c8fbdd0", 4804},
+		{"resource.000", 0, "d908dbef56816ac6c60dd145fdeafb2b", 3536046},
+		{"PATCHES/0.fon", 0, "256b6dde95d3c2442b9c75765b3a5b76", 3410},
+		AD_LISTEND},
+		Common::HE_ISR, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH	},
+
 	// Eco Quest - Korean fan translation, based on English DOS CD 1.1
 	// SCI interpreter version 1.001.064
 	// The checksums for the audio file have been removed, to also allow




More information about the Scummvm-git-logs mailing list