[Scummvm-git-logs] scummvm master -> 435c41a90688674299efac1e401f8886e9066898
bluegr
noreply at scummvm.org
Thu Jun 22 09:26:31 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:
435c41a906 SCI: Detect hebrew fan translation of PHANT1
Commit: 435c41a90688674299efac1e401f8886e9066898
https://github.com/scummvm/scummvm/commit/435c41a90688674299efac1e401f8886e9066898
Author: BLooperZ (blooperz at users.noreply.github.com)
Date: 2023-06-22T12:26:26+03:00
Commit Message:
SCI: Detect hebrew fan translation of PHANT1
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 49ede0d351c..1c786889523 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4007,6 +4007,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA },
+ // Phantasmagoria - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
+ {"phantasmagoria", "", {
+ {"ressci.000", 0, "cd5967f9b9586e3380645961c0765be3", 116822037},
+ {"resmap.000", 0, "3cafc1c6a53945c1f3babbfd6380c64c", 16468},
+ {"PATCHES/0.fon", 0, "968b7450e2994ff48b276fdf8fbd68fe", 3828},
+ AD_LISTEND},
+ Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA },
+
// Phantasmagoria - German Patch V3 externally applied to GOG English DOS/Windows version
{"phantasmagoria", "", {
{"ressci.000", 0, "cd5967f9b9586e3380645961c0765be3", 116817874},
More information about the Scummvm-git-logs
mailing list