[Scummvm-git-logs] scummvm master -> 1b83149f09bd92b6332dfc795a046b67a34c7c3f
AndywinXp
noreply at scummvm.org
Thu Feb 22 08:09:13 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:
1b83149f09 SWORD1: Add detection for DE version from "Revolution Classic Adventures"
Commit: 1b83149f09bd92b6332dfc795a046b67a34c7c3f
https://github.com/scummvm/scummvm/commit/1b83149f09bd92b6332dfc795a046b67a34c7c3f
Author: AndywinXp (andywinxp at gmail.com)
Date: 2024-02-22T09:08:59+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