[Scummvm-git-logs] scummvm branch-2-8 -> 7d77e1ff87ea29d7bd8119eeb8e7887d8845c3e9
AndywinXp
noreply at scummvm.org
Thu Feb 22 08:11:15 UTC 2024
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:
7d77e1ff87 SWORD1: Add detection for DE version from "Revolution Classic Adventures"
Commit: 7d77e1ff87ea29d7bd8119eeb8e7887d8845c3e9
https://github.com/scummvm/scummvm/commit/7d77e1ff87ea29d7bd8119eeb8e7887d8845c3e9
Author: AndywinXp (andywinxp at gmail.com)
Date: 2024-02-22T09:11:08+01:00
Commit Message:
SWORD1: Add detection for DE version from "Revolution Classic Adventures"
Changed paths:
engines/sword1/detection_tables.h
diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index a63a7238a89..c5ae43dab55 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -282,6 +282,19 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ { // German version of "Revolution Classic Adventures"
+ "sword1",
+ "",
+ AD_ENTRY4s("clusters/scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1087240,
+ "clusters/swordres.rif", "b0ae5a47aba74dc0acb3442d4c84b225", 58916,
+ "clusters/text.clu", "76f93f5feecc8915435105478f3c6615", 2705446,
+ "smackshi/intro.smk", "40a2106393c2a749304de0545ddcb7f6", 11542280),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
{
"sword1",
"",
More information about the Scummvm-git-logs
mailing list