[Scummvm-git-logs] scummvm master -> 046e14ecc84396c65d42306369bd0fc626c0919e
lotharsm
noreply at scummvm.org
Sat Jul 1 09:28:30 UTC 2023
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:
3582ebd3f7 SWORD1: Add another French variant
046e14ecc8 SWORD1: Add alternative file layout for Italian version
Commit: 3582ebd3f7ff2e97fb5346729e67240393b0b5e1
https://github.com/scummvm/scummvm/commit/3582ebd3f7ff2e97fb5346729e67240393b0b5e1
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-07-01T11:04:42+02:00
Commit Message:
SWORD1: Add another French variant
Changed paths:
engines/sword1/detection_tables.h
diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index 31a3596ace6..cb298bd0729 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -203,6 +203,19 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ {
+ "sword1",
+ "",
+ AD_ENTRY4s("clusters/scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1087984,
+ "clusters/swordres.rif", "c7df52094d590b568a4ed35b70390d9e", 58916,
+ "clusters/text.clu", "76f93f5feecc8915435105478f3c6615", 2705446,
+ "smackshi/intro.smk", "78e3ba96f33be8c2ef8feb46724cfef5", 11537716),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
{
"sword1",
"",
Commit: 046e14ecc84396c65d42306369bd0fc626c0919e
https://github.com/scummvm/scummvm/commit/046e14ecc84396c65d42306369bd0fc626c0919e
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-07-01T11:28:17+02:00
Commit Message:
SWORD1: Add alternative file layout for Italian version
Changed paths:
engines/sword1/detection_tables.h
diff --git a/engines/sword1/detection_tables.h b/engines/sword1/detection_tables.h
index cb298bd0729..6828c38ceb9 100644
--- a/engines/sword1/detection_tables.h
+++ b/engines/sword1/detection_tables.h
@@ -294,6 +294,19 @@ static const ADGameDescription gameDescriptions[] = {
GUIO0()
},
+ {
+ "sword1",
+ "",
+ AD_ENTRY4s("scripts.clu", "72b10193714e8c6e4daca51791c0db0c", 1088372,
+ "swordres.rif", "239bdd76c405bad0f804a8ae5df4adb0", 59788,
+ "text.clu", "76f93f5feecc8915435105478f3c6615", 3188725,
+ "smackshi/intro.smk", "83060041aa155d802e51b7211b62ea2f", 13525252),
+ Common::IT_ITA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO0()
+ },
+
{
"sword1",
"Steam",
More information about the Scummvm-git-logs
mailing list