[Scummvm-git-logs] scummvm master -> 91abac95c7b8215cbb536c283d4b75d45d9bfb23
sluicebox
noreply at scummvm.org
Mon Aug 15 14:49:41 UTC 2022
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:
91abac95c7 SCI: Add entry for LB2 French fan translation
Commit: 91abac95c7b8215cbb536c283d4b75d45d9bfb23
https://github.com/scummvm/scummvm/commit/91abac95c7b8215cbb536c283d4b75d45d9bfb23
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2022-08-15T10:49:06-04:00
Commit Message:
SCI: Add entry for LB2 French fan translation
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index d4e507c43cb..1dc515cff47 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2562,18 +2562,16 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, 0, GUIO_STD16 },
- // Laura Bow 2 - English DOS CD (from "The Roberta Williams Antology"/1996)
+ // Laura Bow 2 - English DOS CD
// Executable scanning reports "1.001.072", VERSION file reports "1.1" (from jvprat)
- // SCI interpreter version 1.001.069 (just a guess)
{"laurabow2", "CD", {
{"resource.map", 0, "a70945e61ba7ac7bfea6b7bd72c6aec5", 7274},
{"resource.000", 0, "82578b8d5a7e09c4c58891ca49fae35b", 5598672},
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
- // Laura Bow 2 - Korean fan translation, based on English DOS CD (from "The Roberta Williams Antology"/1996)
- // Executable scanning reports "1.001.072", VERSION file reports "1.1" (from jvprat)
- // SCI interpreter version 1.001.069 (just a guess)
+ // Laura Bow 2 - Korean fan translation, based on English DOS CD
+ // Executable scanning reports "1.001.072", VERSION file reports "1.1"
{"laurabow2", "CD", {
{"resource.map", 0, "a70945e61ba7ac7bfea6b7bd72c6aec5", 7274},
{"resource.000", 0, "82578b8d5a7e09c4c58891ca49fae35b", 5598672},
@@ -2581,6 +2579,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::KO_KOR, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
+ // Laura Bow 2 - French fan translation, based on English DOS CD
+ // Executable scanning reports "1.001.072", VERSION file reports "1.1"
+ {"laurabow2", "CD", {
+ {"resource.map", 0, "a70945e61ba7ac7bfea6b7bd72c6aec5", 7274},
+ {"resource.000", 0, "82578b8d5a7e09c4c58891ca49fae35b", 5598672},
+ {"patch/0.fon", 0, "539b7c355c8b7915de2c0396790c46aa", 2767},
+ AD_LISTEND},
+ Common::FR_FRA, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
+
// Laura Bow 2 v1.1 - French DOS Floppy (from Hkz)
{"laurabow2", "", {
{"resource.map", 0, "3b6dfbcda210bbc3f23fd1927113bf98", 6483},
More information about the Scummvm-git-logs
mailing list