[Scummvm-git-logs] scummvm branch-2-1 -> 6f2509597fe11a82e1e77a114b4b36c3591b4148
sluicebox
22204938+sluicebox at users.noreply.github.com
Sun Jan 12 03:04:33 UTC 2020
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7fd8f05843 SCI32: Add GK2 Portuguese detection entry
6f2509597f NEWS: Update SCI with GK2 Portuguese support
Commit: 7fd8f0584388d9b505a1dad31eff23fd7118c76e
https://github.com/scummvm/scummvm/commit/7fd8f0584388d9b505a1dad31eff23fd7118c76e
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-01-11T18:55:00-08:00
Commit Message:
SCI32: Add GK2 Portuguese detection entry
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 1c054f2..f77077a 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -952,6 +952,24 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK2 },
+ // Gabriel Knight 2 - Portuguese DOS/Windows (6-CDs original release)
+ // Executable scanning reports "2.100.002", VERSION file reports "1.0"
+ {"gk2", "", {
+ {"resmap.001", 0, "dc313253adfe68584ad43993599dfb7e", 2806},
+ {"ressci.001", 0, "37d2df0e1ec0603b605d0c87f1c09ce5", 50932558},
+ {"resmap.002", 0, "3fd2283c7983d821b894593e97359913", 1999},
+ {"ressci.002", 0, "5d07e6b51afaa3a5850b17a3dbd800a0", 42258859},
+ {"resmap.003", 0, "c9980e5a16d7247f156b056a2e3adca7", 1711},
+ {"ressci.003", 0, "59b597ed3550b5e175746e4f9bc8786d", 35477175},
+ {"resmap.004", 0, "92e24eba78d7bed89954c472a5acc5f6", 2755},
+ {"ressci.004", 0, "5d07e6b51afaa3a5850b17a3dbd800a0", 59781752},
+ {"resmap.005", 0, "207f4f2ce425059bdd2f755a58c66309", 2101},
+ {"ressci.005", 0, "1eb5a72744799f5a5518543f5b4c3c79", 38249037},
+ {"resmap.006", 0, "c92f7b756964c8a57928a0b6558feaa5", 3007},
+ {"ressci.006", 0, "4037d941aec39d2e654e20960429aefc", 60781720},
+ AD_LISTEND},
+ Common::PT_BRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK2 },
+
// Gabriel Knight 2 - Italian DOS/Windows (6-CDs original release, provided in Trac #11013)
// Executable scanning reports "2.100.002", VERSION file reports "Italian 1.0"
{"gk2", "", {
Commit: 6f2509597fe11a82e1e77a114b4b36c3591b4148
https://github.com/scummvm/scummvm/commit/6f2509597fe11a82e1e77a114b4b36c3591b4148
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-01-11T19:03:16-08:00
Commit Message:
NEWS: Update SCI with GK2 Portuguese support
Changed paths:
NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 00d298d..375edb2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -27,6 +27,7 @@ Queen:
- Added support for Phantasmagoria 1 censored mode.
- Added support for Polish LSL7.
- Added support for Italian GK2.
+ - Added support for Portuguese GK2.
- Added support for Russian KQ7.
- Added support for Russian SQ1VGA.
- Added support for GK2 fan-made subtitle patches.
More information about the Scummvm-git-logs
mailing list