[Scummvm-git-logs] scummvm master -> 7520dbe34ee4a6c7fb3da4e9162efd04b373cd06
bluegr
noreply at scummvm.org
Sun Nov 28 23:03:41 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:
7520dbe34e SCI: Add fan made Hebrew translation of LB1
Commit: 7520dbe34ee4a6c7fb3da4e9162efd04b373cd06
https://github.com/scummvm/scummvm/commit/7520dbe34ee4a6c7fb3da4e9162efd04b373cd06
Author: Zvika Haramaty (haramaty.zvika at gmail.com)
Date: 2021-11-29T01:03:39+02:00
Commit Message:
SCI: Add fan made Hebrew translation of LB1
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 55c3b72c61..e501520c7a 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2404,6 +2404,22 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16_UNDITHER },
+ // Laura Bow - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
+ // based on English DOS 3.5" Floppy (from "The Roberta Williams Anthology"/1996)
+ // SCI interpreter version 0.000.631
+ { "laurabow", "", {
+ {"resource.map", 0, "4e511f47d9893fa529d6621a93fa0030", 8478},
+ {"resource.001", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 515788},
+ {"resource.002", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 721381},
+ {"resource.003", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 667468},
+ {"resource.004", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 683807},
+ {"PATCHES/font.000", 0, "5053e202adbd7a4fdebb30b2ea76ce27", 2835},
+ {"PATCHES/font.001", 0, "f65565f3375ac9972c96fd81c3eb491e", 2709},
+ {"PATCHES/font.004", 0, "4dfbf96cba4c181e9d52eb9e49570b1d", 2256},
+ {"PATCHES/font.008", 0, "8abefd3b44827ff26e2ad298f9e76a2b", 3029},
+ AD_LISTEND},
+ Common::HE_ISR, Common::kPlatformDOS, 0, GUIO_STD16_UNDITHER },
+
// Laura Bow - English DOS (from FRG)
// SCI interpreter version 0.000.631
{"laurabow", "", {
More information about the Scummvm-git-logs
mailing list